Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dmock_wifi_service.h57 MOCK_METHOD1(NotifyEndpointUpdated,
Dwifi_service.h80 virtual void NotifyEndpointUpdated(const WiFiEndpointConstRefPtr& endpoint);
Dwifi_service_unittest.cc1603 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()
Dwifi_provider.cc350 service->NotifyEndpointUpdated(endpoint); in OnEndpointUpdated()
Dwifi_service.cc252 void WiFiService::NotifyEndpointUpdated( in NotifyEndpointUpdated() function in shill::WiFiService
Dwifi_provider_unittest.cc1504 EXPECT_CALL(*open_service, NotifyEndpointUpdated(RefPtrMatch(endpoint))); in TEST_F()