Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dmock_wifi_service.h55 MOCK_METHOD1(NotifyCurrentEndpoint,
Dwifi_service.h77 virtual void NotifyCurrentEndpoint(const WiFiEndpointConstRefPtr& endpoint);
Dwifi_service_unittest.cc1549 service->NotifyCurrentEndpoint(bad_endpoint); in TEST_F()
1578 service->NotifyCurrentEndpoint(ok_endpoint); in TEST_F()
1583 service->NotifyCurrentEndpoint(nullptr); in TEST_F()
1781 service->NotifyCurrentEndpoint(endpoint); in TEST_F()
1783 service->NotifyCurrentEndpoint(nullptr); in TEST_F()
Dwifi_unittest.cc938 EXPECT_CALL(*service, NotifyCurrentEndpoint(EndpointMatch(endpoint))); in SetupConnectedService()
2800 EXPECT_CALL(*service, NotifyCurrentEndpoint(EndpointMatch(endpoint))); in TEST_F()
4083 EXPECT_CALL(*service, NotifyCurrentEndpoint(EndpointMatch(endpoint))); in TEST_F()
4105 EXPECT_CALL(*service, NotifyCurrentEndpoint(EndpointMatch(endpoint))); in TEST_F()
4127 NotifyCurrentEndpoint(EndpointMatch(endpoint))).Times(0); in TEST_F()
Dwifi.cc918 affected_service->NotifyCurrentEndpoint(nullptr); in HandleDisconnect()
1002 service->NotifyCurrentEndpoint(endpoint); in HandleRoam()
Dwifi_service.cc245 void WiFiService::NotifyCurrentEndpoint( in NotifyCurrentEndpoint() function in shill::WiFiService