class TestDriver
Defined at line 13 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.h
Since this is a library for use by drivers it doesn't contain a driver of its own. Create a
driver for the tests to use to interact with.
Public Methods
void TestDriver (fdf::DriverStartArgs start_args, fdf::UnownedSynchronizedDispatcher driver_dispatcher)
Defined at line 10 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.cc
void Start (fdf::StartCompleter completer)
Defined at line 14 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.cc
void PrepareStop (fdf::PrepareStopCompleter completer)
Defined at line 16 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.cc
void Stop ()
Defined at line 24 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.cc
void AssignStopHandler (StopHandler * stop_handler)
Defined at line 29 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.h
fidl::ClientEnd<fuchsia_driver_framework::Node> & node ()
Defined at line 30 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.h
std::shared_ptr<fdf::OutgoingDirectory> & outgoing ()
Defined at line 31 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.h