Searched refs:NotifyCurrentEndpoint (Results 1 – 6 of 6) sorted by relevance
55 MOCK_METHOD1(NotifyCurrentEndpoint,
77 virtual void NotifyCurrentEndpoint(const WiFiEndpointConstRefPtr& endpoint);
1549 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()
938 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()
918 affected_service->NotifyCurrentEndpoint(nullptr); in HandleDisconnect()1002 service->NotifyCurrentEndpoint(endpoint); in HandleRoam()
245 void WiFiService::NotifyCurrentEndpoint( in NotifyCurrentEndpoint() function in shill::WiFiService