Home
last modified time | relevance | path

Searched refs:NotifyNetworkProblemDetected (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/
Dmock_metrics.h72 MOCK_METHOD2(NotifyNetworkProblemDetected,
Dmetrics_unittest.cc797 TEST_F(MetricsTest, NotifyNetworkProblemDetected) { in TEST_F() argument
802 metrics_.NotifyNetworkProblemDetected(Technology::kWifi, in TEST_F()
Dmetrics.h1019 virtual void NotifyNetworkProblemDetected(
Dmetrics.cc1401 void Metrics::NotifyNetworkProblemDetected(Technology::Identifier technology_id, in NotifyNetworkProblemDetected() function in shill::Metrics
Ddevice.cc1608 metrics()->NotifyNetworkProblemDetected(technology_, metric_code); in OnEncounterNetworkProblem()
Ddevice_unittest.cc1191 EXPECT_CALL(metrics_, NotifyNetworkProblemDetected(_, in TEST_F()