Searched refs:FindServiceForEndpoint (Results 1 – 6 of 6) sorted by relevance
42 MOCK_METHOD1(FindServiceForEndpoint,
274 WiFiServiceRefPtr WiFiProvider::FindServiceForEndpoint( in FindServiceForEndpoint() function in shill::WiFiProvider315 WiFiServiceRefPtr service = FindServiceForEndpoint(endpoint); in OnEndpointRemoved()342 WiFiService* service = FindServiceForEndpoint(endpoint).get(); in OnEndpointUpdated()
91 virtual WiFiServiceRefPtr FindServiceForEndpoint(
1210 TEST_F(WiFiProviderTest, FindServiceForEndpoint) { in TEST_F() argument1219 provider_.FindServiceForEndpoint(endpoint); in TEST_F()1244 provider_.FindServiceForEndpoint(endpoint0); in TEST_F()
989 WiFiServiceRefPtr service = provider_->FindServiceForEndpoint(endpoint); in HandleRoam()
855 EXPECT_CALL(wifi_provider_, FindServiceForEndpoint(EndpointMatch(endpoint))) in MakeNewEndpointAndService()878 EXPECT_CALL(wifi_provider_, FindServiceForEndpoint(EndpointMatch(endpoint))) in AddEndpointToService()