class FakeNetInterfaces
Defined at line 46 of file ../../src/connectivity/weave/adaptation/tests/connectivity_manager_unittests.cpp
Public Methods
void FakeNetInterfaces ()
Defined at line 49 of file ../../src/connectivity/weave/adaptation/tests/connectivity_manager_unittests.cpp
void NotImplemented_ (const std::string & name)
Defined at line 57 of file ../../src/connectivity/weave/adaptation/tests/connectivity_manager_unittests.cpp
fidl::InterfaceRequestHandler<fuchsia::net::interfaces::State> GetHandler (async_dispatcher_t * dispatcher)
Defined at line 59 of file ../../src/connectivity/weave/adaptation/tests/connectivity_manager_unittests.cpp
void GetWatcher (fuchsia::net::interfaces::WatcherOptions options, fidl::InterfaceRequest<fuchsia::net::interfaces::Watcher> watcher)
Defined at line 67 of file ../../src/connectivity/weave/adaptation/tests/connectivity_manager_unittests.cpp
void Watch (fuchsia::net::interfaces::Watcher::WatchCallback callback)
Defined at line 72 of file ../../src/connectivity/weave/adaptation/tests/connectivity_manager_unittests.cpp
void SendPendingEvent ()
Defined at line 77 of file ../../src/connectivity/weave/adaptation/tests/connectivity_manager_unittests.cpp
void AddEvent (uint64_t id, bool enable_ipv4, bool enable_ipv6, bool enable_intf)
Defined at line 87 of file ../../src/connectivity/weave/adaptation/tests/connectivity_manager_unittests.cpp
void AddOnlineChangeEvent (uint64_t id, bool online)
Defined at line 103 of file ../../src/connectivity/weave/adaptation/tests/connectivity_manager_unittests.cpp
void AddEmptyChangeEvent (uint64_t id)
Defined at line 111 of file ../../src/connectivity/weave/adaptation/tests/connectivity_manager_unittests.cpp
void Close (zx_status_t epitaph_value)
Defined at line 118 of file ../../src/connectivity/weave/adaptation/tests/connectivity_manager_unittests.cpp