Searched refs:OnEndpointRemoved (Results 1 – 6 of 6) sorted by relevance
45 MOCK_METHOD1(OnEndpointRemoved,
102 virtual WiFiServiceRefPtr OnEndpointRemoved(
668 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(_)) in TearDown()781 WiFiServiceRefPtr OnEndpointRemoved( in OnEndpointRemoved() function in shill::WiFiObjectTest::EndpointRemovalHandler1636 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(EndpointMatch(endpoint))) in TEST_F()1638 &EndpointRemovalHandler::OnEndpointRemoved)); in TEST_F()2051 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(EndpointMatch(endpoint))) in TEST_F()2053 &EndpointRemovalHandler::OnEndpointRemoved)); in TEST_F()2064 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(EndpointMatch(endpoint))) in TEST_F()2418 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(EndpointMatch(endpoint0))) in TEST_F()2420 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(EndpointMatch(endpoint1))) in TEST_F()2435 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(EndpointMatch(endpoint))) in TEST_F()[all …]
309 WiFiServiceRefPtr WiFiProvider::OnEndpointRemoved( in OnEndpointRemoved() function in shill::WiFiProvider357 OnEndpointRemoved(endpoint); in OnEndpointUpdated()
1379 TEST_F(WiFiProviderTest, OnEndpointRemoved) { in TEST_F() argument1407 provider_.OnEndpointRemoved(endpoint0); in TEST_F()1439 provider_.OnEndpointRemoved(endpoint0); in TEST_F()1469 provider_.OnEndpointRemoved(endpoint0); in TEST_F()1483 provider_.OnEndpointRemoved(endpoint); in TEST_F()
276 provider_->OnEndpointRemoved(endpoint.second); in Stop()1295 WiFiServiceRefPtr service = provider_->OnEndpointRemoved(endpoint); in BSSRemovedTask()