Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dcallback80211_metrics_unittest.cc162 EXPECT_CALL(metrics_, Notify80211Disconnect(Metrics::kDisconnectedByAp, in TEST_F()
171 EXPECT_CALL(metrics_, Notify80211Disconnect(Metrics::kDisconnectedNotByAp, in TEST_F()
182 EXPECT_CALL(metrics_, Notify80211Disconnect(_, _)).Times(0); in TEST_F()
191 EXPECT_CALL(metrics_, Notify80211Disconnect(_, _)).Times(0); in TEST_F()
200 EXPECT_CALL(metrics_, Notify80211Disconnect(_, _)).Times(0); in TEST_F()
208 EXPECT_CALL(metrics_, Notify80211Disconnect(_, _)).Times(0); in TEST_F()
Dcallback80211_metrics.cc111 metrics_->Notify80211Disconnect(by_whom, reason_enum); in CollectDisconnectStatistics()
/system/connectivity/shill/
Dmock_metrics.h51 MOCK_METHOD2(Notify80211Disconnect, void(WiFiDisconnectByWhom by_whom,
Dmetrics.h910 virtual void Notify80211Disconnect(WiFiDisconnectByWhom by_whom,
Dmetrics.cc987 void Metrics::Notify80211Disconnect(WiFiDisconnectByWhom by_whom, in Notify80211Disconnect() function in shill::Metrics