Searched refs:NetworkMonitorInterface (Results 1 – 6 of 6) sorted by relevance
61 class NetworkMonitorInterface {63 NetworkMonitorInterface();64 virtual ~NetworkMonitorInterface();80 class NetworkMonitorBase : public NetworkMonitorInterface,113 virtual NetworkMonitorInterface* CreateNetworkMonitor() = 0;
29 NetworkMonitorInterface::NetworkMonitorInterface() {} in NetworkMonitorInterface() function in rtc::NetworkMonitorInterface31 NetworkMonitorInterface::~NetworkMonitorInterface() {} in ~NetworkMonitorInterface()
40 class NetworkMonitorInterface; variable281 std::unique_ptr<NetworkMonitorInterface> network_monitor_;
67 NetworkMonitorInterface* CreateNetworkMonitor() override { in CreateNetworkMonitor()
130 rtc::NetworkMonitorInterface* CreateNetworkMonitor() override;
459 rtc::NetworkMonitorInterface*