Home
last modified time | relevance | path

Searched refs:TestingDataRouter (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openscreen/platform/impl/
H A Dtls_data_router_posix_unittest.cc53 class TestingDataRouter : public TlsDataRouterPosix { class
55 explicit TestingDataRouter(SocketHandleWaiter* waiter) in TestingDataRouter() function in openscreen::TestingDataRouter
68 class MockObserver : public TestingDataRouter::SocketObserver {
80 TestingDataRouter* network_manager() { return &network_manager_; } in network_manager()
86 TestingDataRouter network_manager_;
H A Dtls_data_router_posix.h84 friend class TestingDataRouter; variable