class WaiterInterface
Defined at line 39 of file ../../src/devices/block/drivers/usb-mass-storage/tests/../usb-mass-storage.h
Abstract waiter class for waiting on a sync_completion_t.
This is necessary to allow injection of a timer by a test
into the UsbMassStorageDevice class, allowing for a simulated clock.
Public Methods
zx_status_t Wait (sync_completion_t * completion, zx_duration_t duration)
void ~WaiterInterface ()
Defined at line 42 of file ../../src/devices/block/drivers/usb-mass-storage/tests/../usb-mass-storage.h