Module hooks

Source

Structs§

ConfigStatus
ConfigStatusAndBootAttempts
ReadAsset
ReadAssetCustomBufferSize
ReadFirmware
ReadFirmwareCustomBufferSize
ReturnError
Throttle
Wrapper type to control how many PaverEvents are unblocked. Dropping the Throttle will permanently release all subsequent PaverEvents.
ThrottleHook
WriteFirmware

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.