class TestDriver
Defined at line 14 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 ()
Defined at line 10 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.cc
void Start (fdf::DriverContext context, fdf::StartCompleter completer)
Defined at line 12 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.cc
void Stop (fdf::StopCompleter completer)
Defined at line 16 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.cc
void AssignStopHandler (StopHandler * stop_handler)
Defined at line 28 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.h
std::shared_ptr<fdf::OutgoingDirectory> & outgoing ()
Defined at line 29 of file ../../src/connectivity/wlan/drivers/lib/components/cpp/test/test_driver.h