Searched refs:NotifyNetworkProblemDetected (Results 1 – 6 of 6) sorted by relevance
72 MOCK_METHOD2(NotifyNetworkProblemDetected,
797 TEST_F(MetricsTest, NotifyNetworkProblemDetected) { in TEST_F() argument802 metrics_.NotifyNetworkProblemDetected(Technology::kWifi, in TEST_F()
1019 virtual void NotifyNetworkProblemDetected(
1401 void Metrics::NotifyNetworkProblemDetected(Technology::Identifier technology_id, in NotifyNetworkProblemDetected() function in shill::Metrics
1608 metrics()->NotifyNetworkProblemDetected(technology_, metric_code); in OnEncounterNetworkProblem()
1191 EXPECT_CALL(metrics_, NotifyNetworkProblemDetected(_, in TEST_F()