Home
last modified time | relevance | path

Searched refs:NetworkMonitorInterface (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/rtc_base/
Dnetwork_monitor.cc27 NetworkMonitorInterface::NetworkMonitorInterface() {} in NetworkMonitorInterface() function in rtc::NetworkMonitorInterface
28 NetworkMonitorInterface::~NetworkMonitorInterface() {} in ~NetworkMonitorInterface()
Dnetwork_monitor.h74 class NetworkMonitorInterface {
98 NetworkMonitorInterface();
99 virtual ~NetworkMonitorInterface();
Dnetwork_monitor_factory.h22 class NetworkMonitorInterface; variable
31 virtual NetworkMonitorInterface* CreateNetworkMonitor(
Dnetwork.h50 class NetworkMonitorInterface; variable
327 NetworkMonitorInterface::InterfaceInfo GetInterfaceInfo(
367 std::unique_ptr<NetworkMonitorInterface> network_monitor_
Dnetwork.cc580 NetworkMonitorInterface::InterfaceInfo BasicNetworkManager::GetInterfaceInfo( in GetInterfaceInfo()
654 NetworkMonitorInterface::InterfaceInfo if_info = GetInterfaceInfo(cursor); in ConvertIfAddrs()
674 NetworkMonitorInterface::InterfaceInfo if_info = GetInterfaceInfo(cursor); in ConvertIfAddrs()
Dnetwork_unittest.cc56 class FakeNetworkMonitor : public NetworkMonitorInterface {
116 NetworkMonitorInterface* CreateNetworkMonitor( in CreateNetworkMonitor()
/external/webrtc/sdk/objc/native/src/
Dobjc_network_monitor.h35 rtc::NetworkMonitorInterface* CreateNetworkMonitor(
39 class ObjCNetworkMonitor : public rtc::NetworkMonitorInterface,
Dobjc_network_monitor.mm21 rtc::NetworkMonitorInterface* ObjCNetworkMonitorFactory::CreateNetworkMonitor(
60 rtc::NetworkMonitorInterface::InterfaceInfo ObjCNetworkMonitor::GetInterfaceInfo(
/external/webrtc/sdk/android/src/jni/
Dandroid_network_monitor.h74 class AndroidNetworkMonitor : public rtc::NetworkMonitorInterface {
182 rtc::NetworkMonitorInterface* CreateNetworkMonitor(
Dandroid_network_monitor.cc587 rtc::NetworkMonitorInterface::InterfaceInfo
642 rtc::NetworkMonitorInterface*