Searched refs:NotifyEndpointUpdated (Results 1 – 6 of 6) sorted by relevance
57 MOCK_METHOD1(NotifyEndpointUpdated,
80 virtual void NotifyEndpointUpdated(const WiFiEndpointConstRefPtr& endpoint);
1603 service->NotifyEndpointUpdated(ok_endpoint); in TEST_F()1611 service->NotifyEndpointUpdated(good_endpoint); in TEST_F()1619 service->NotifyEndpointUpdated(ok_endpoint); in TEST_F()1662 service->NotifyEndpointUpdated(ok_endpoint); in TEST_F()
350 service->NotifyEndpointUpdated(endpoint); in OnEndpointUpdated()
252 void WiFiService::NotifyEndpointUpdated( in NotifyEndpointUpdated() function in shill::WiFiService
1504 EXPECT_CALL(*open_service, NotifyEndpointUpdated(RefPtrMatch(endpoint))); in TEST_F()