Searched refs:OnEndpointUpdated (Results 1 – 7 of 7) sorted by relevance
47 MOCK_METHOD1(OnEndpointUpdated,
116 FRIEND_TEST(WiFiProviderTest, OnEndpointUpdated);
110 virtual void OnEndpointUpdated(const WiFiEndpointConstRefPtr& endpoint);
1486 TEST_F(WiFiProviderTest, OnEndpointUpdated) { in TEST_F() argument1506 provider_.OnEndpointUpdated(endpoint); in TEST_F()1524 provider_.OnEndpointUpdated(endpoint); in TEST_F()1532 provider_.OnEndpointUpdated(endpoint); in TEST_F()
337 void WiFiProvider::OnEndpointUpdated(const WiFiEndpointConstRefPtr& endpoint) { in OnEndpointUpdated() function in shill::WiFiProvider
683 provider_->OnEndpointUpdated(endpoint); in NotifyEndpointChanged()
1681 EXPECT_CALL(*wifi_provider(), OnEndpointUpdated(EndpointMatch(endpoint))); in TEST_F()3639 EXPECT_CALL(*wifi_provider(), OnEndpointUpdated(EndpointMatch(endpoint))); in TEST_F()