Searched defs:platform_client_ (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/openscreen/platform/impl/ | ||
H A D | tls_connection_factory_posix.h | 83 PlatformClientPosix* const platform_client_; variable |
H A D | udp_socket_posix.h | 84 PlatformClientPosix* const platform_client_; variable |
H A D | tls_connection_posix.h | 59 PlatformClientPosix* platform_client_ = nullptr; variable |
/aosp_15_r20/external/openscreen/cast/sender/ | ||
H A D | cast_app_discovery_service_impl.h | 84 CastPlatformClient* const platform_client_; variable |
H A D | cast_platform_client_unittest.cc | 53 CastPlatformClient platform_client_{&router_, &FakeClock::now, &task_runner_}; member in openscreen::cast::CastPlatformClientTest |
H A D | cast_app_discovery_service_impl_unittest.cc | 86 CastPlatformClient platform_client_{&router_, &FakeClock::now, &task_runner_}; member in openscreen::cast::CastAppDiscoveryServiceImplTest |