Lines Matching refs:OnEndpointRemoved
668 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(_)) in TearDown()
781 WiFiServiceRefPtr OnEndpointRemoved( in OnEndpointRemoved() function in shill::WiFiObjectTest::EndpointRemovalHandler
1636 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()
2437 &EndpointRemovalHandler::OnEndpointRemoved)); in TEST_F()
3026 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(_)).WillOnce(Return(nullptr)); in TEST_F()
4586 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(EndpointMatch(ap0))) in TEST_F()