Searched refs:NetworkMonitorInterface (Results 1 – 6 of 6) sorted by relevance
39 class NetworkMonitorInterface {41 NetworkMonitorInterface();42 virtual ~NetworkMonitorInterface();54 class NetworkMonitorBase : public NetworkMonitorInterface,81 virtual NetworkMonitorInterface* CreateNetworkMonitor() = 0;
25 NetworkMonitorInterface::NetworkMonitorInterface() {} in NetworkMonitorInterface() function in rtc::NetworkMonitorInterface27 NetworkMonitorInterface::~NetworkMonitorInterface() {} in ~NetworkMonitorInterface()
36 class NetworkMonitorInterface; variable258 scoped_ptr<NetworkMonitorInterface> network_monitor_;
39 NetworkMonitorInterface* CreateNetworkMonitor() { in CreateNetworkMonitor()75 NetworkMonitorInterface* GetNetworkMonitor( in GetNetworkMonitor()924 NetworkMonitorInterface* network_monitor = GetNetworkMonitor(manager); in TEST_F()
80 rtc::NetworkMonitorInterface* network_monitor = in JOW()81 reinterpret_cast<rtc::NetworkMonitorInterface*>(j_native_monitor); in JOW()
60 rtc::NetworkMonitorInterface* CreateNetworkMonitor() override { in CreateNetworkMonitor()