Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dmac80211_monitor_unittest.cc166 void UpdateConnectedState(bool new_state) { in UpdateConnectedState() function in shill::Mac80211MonitorTest
167 mac80211_monitor_.UpdateConnectedState(new_state); in UpdateConnectedState()
226 TEST_F(Mac80211MonitorTest, UpdateConnectedState) { in TEST_F() argument
227 UpdateConnectedState(false); in TEST_F()
230 UpdateConnectedState(true); in TEST_F()
234 UpdateConnectedState(false); in TEST_F()
241 UpdateConnectedState(false); in TEST_F()
255 UpdateConnectedState(false); in TEST_F()
263 UpdateConnectedState(false); in TEST_F()
277 UpdateConnectedState(true); in TEST_F()
Dmock_mac80211_monitor.h39 MOCK_METHOD1(UpdateConnectedState, void(bool new_state));
Dmac80211_monitor.h61 virtual void UpdateConnectedState(bool new_state);
Dmac80211_monitor.cc97 void Mac80211Monitor::UpdateConnectedState(bool new_state) { in UpdateConnectedState() function in shill::Mac80211Monitor
Dwifi.cc1582 mac80211_monitor_->UpdateConnectedState(true); in StateChanged()
1584 mac80211_monitor_->UpdateConnectedState(false); in StateChanged()
Dwifi_unittest.cc620 EXPECT_CALL(*mac80211_monitor_, UpdateConnectedState(_)) in WiFiObjectTest()
4370 EXPECT_CALL(*mac80211_monitor(), UpdateConnectedState(true)).Times(2); in TEST_F()
4374 EXPECT_CALL(*mac80211_monitor(), UpdateConnectedState(false)); in TEST_F()