Structs§
- Config
Status - Config
Status AndBoot Attempts - Read
Asset - Read
Asset Custom Buffer Size - Read
Firmware - Read
Firmware Custom Buffer Size - Return
Error - Throttle
- Wrapper type to control how many
PaverEvent
s are unblocked. Dropping theThrottle
will permanently release all subsequentPaverEvent
s. - Throttle
Hook - Write
Firmware
Functions§
- config_
status - A Hook for responding to
QueryConfigurationStatus
calls. - config_
status_ and_ boot_ attempts - A Hook for responding to
QueryConfigurationStatusAndBootAttempts
calls. - read_
asset - A Hook for responding to
ReadAsset
calls. - read_
asset_ custom_ buffer_ size - A Hook for responding to
ReadAsset
calls that sets the size field of the returned fuchsia.mem.Buffer independently from the content of the VMO. - read_
firmware - A Hook for responding to
ReadFirmware
calls. - read_
firmware_ custom_ buffer_ size - A Hook for responding to
ReadFirmware
calls that sets the size field of the returned fuchsia.mem.Buffer independently from the content of the VMO. - return_
error - A Hook for the specific case where you want to return an error.
- throttle
- A Hook for the specific case where you want to control when each
PaverEvent
is emitted. - write_
firmware - A Hook for responding to
WriteFirmware
calls.