Searched refs:UpdateConnectedState (Results 1 – 6 of 6) sorted by relevance
166 void UpdateConnectedState(bool new_state) { in UpdateConnectedState() function in shill::Mac80211MonitorTest167 mac80211_monitor_.UpdateConnectedState(new_state); in UpdateConnectedState()226 TEST_F(Mac80211MonitorTest, UpdateConnectedState) { in TEST_F() argument227 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()
39 MOCK_METHOD1(UpdateConnectedState, void(bool new_state));
61 virtual void UpdateConnectedState(bool new_state);
97 void Mac80211Monitor::UpdateConnectedState(bool new_state) { in UpdateConnectedState() function in shill::Mac80211Monitor
1582 mac80211_monitor_->UpdateConnectedState(true); in StateChanged()1584 mac80211_monitor_->UpdateConnectedState(false); in StateChanged()
620 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()