PROTOCOLS
FactoryResetCountdown
Defined in fuchsia.recovery.ui/countdown.fidl
Protocol to watch for changes when a factory reset countdown is started or cancelled. An immediate factory reset does not start a countdown.
Watch
Hanging get that returns when a factory reset is scheduled or a scheduled factory reset is cancelled. Will return immediately on first call per connection and then on change after that.
Request
Name | Type |
---|
Response
Name | Type |
---|---|
state |
FactoryResetCountdownState
|
STRUCTS
TABLES
FactoryResetCountdownState
Defined in fuchsia.recovery.ui/countdown.fidl
Information provided through the FactoryResetCountdown protocol on the current factory reset state.
Ordinal | Name | Type | Description |
---|---|---|---|
1 | scheduled_reset_time |
zx/time
|
The time of when factory reset is scheduled to be triggered when a countdown for factory reset is in progress with respect to the monotonic clock. This field is left unpopulated if no reset is scheduled. |