Home
last modified time | relevance | path

Searched refs:NotifyWifiAutoConnectableServices (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dmock_metrics.h62 MOCK_METHOD1(NotifyWifiAutoConnectableServices, void(int num_service));
Dmetrics.h984 virtual void NotifyWifiAutoConnectableServices(int num_services);
Dmetrics.cc1304 void Metrics::NotifyWifiAutoConnectableServices(int num_services) { in NotifyWifiAutoConnectableServices() function in shill::Metrics
/system/connectivity/shill/wifi/
Dwifi_provider.cc806 metrics_->NotifyWifiAutoConnectableServices(num_services); in ReportAutoConnectableServices()
Dwifi_provider_unittest.cc1929 EXPECT_CALL(metrics_, NotifyWifiAutoConnectableServices(1)); in TEST_F()
1933 EXPECT_CALL(metrics_, NotifyWifiAutoConnectableServices(_)).Times(0); in TEST_F()