Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_endpoint_unittest.cc693 EXPECT_CALL(*wifi(), NotifyEndpointChanged(_)).Times(0); in TEST_F()
710 EXPECT_CALL(*wifi(), NotifyEndpointChanged(_)); in TEST_F()
719 EXPECT_CALL(*wifi(), NotifyEndpointChanged(_)).Times(1); in TEST_F()
733 EXPECT_CALL(*wifi(), NotifyEndpointChanged(_)).Times(1); in TEST_F()
740 EXPECT_CALL(*wifi(), NotifyEndpointChanged(_)).Times(0); in TEST_F()
746 EXPECT_CALL(*wifi(), NotifyEndpointChanged(_)).Times(1); in TEST_F()
753 EXPECT_CALL(*wifi(), NotifyEndpointChanged(_)).Times(0); in TEST_F()
759 EXPECT_CALL(*wifi(), NotifyEndpointChanged(_)).Times(0); in TEST_F()
766 EXPECT_CALL(*wifi(), NotifyEndpointChanged(_)).Times(1); in TEST_F()
772 EXPECT_CALL(*wifi(), NotifyEndpointChanged(_)).Times(1); in TEST_F()
[all …]
Dmock_wifi.h60 MOCK_METHOD1(NotifyEndpointChanged,
Dwifi_endpoint.cc133 device_->NotifyEndpointChanged(this); in PropertiesChanged()
145 device_->NotifyEndpointChanged(this); in UpdateSignalStrength()
Dwifi.h202 virtual void NotifyEndpointChanged(const WiFiEndpointConstRefPtr& endpoint);
Dwifi_unittest.cc1026 void NotifyEndpointChanged(const WiFiEndpointConstRefPtr& endpoint) { in NotifyEndpointChanged() function in shill::WiFiObjectTest
1027 wifi_->NotifyEndpointChanged(endpoint); in NotifyEndpointChanged()
1678 TEST_F(WiFiMainTest, NotifyEndpointChanged) { in TEST_F() argument
1682 NotifyEndpointChanged(endpoint); in TEST_F()
Dwifi.cc682 void WiFi::NotifyEndpointChanged(const WiFiEndpointConstRefPtr& endpoint) { in NotifyEndpointChanged() function in shill::WiFi