Searched refs:RemoveEndpoint (Results 1 – 6 of 6) sorted by relevance
53 MOCK_METHOD1(RemoveEndpoint,
1506 service->RemoveEndpoint(bad_endpoint); in TEST_F()1517 service->RemoveEndpoint(good_endpoint); in TEST_F()1527 service->RemoveEndpoint(ok_endpoint); in TEST_F()1566 service->RemoveEndpoint(good_endpoint); in TEST_F()1574 service->RemoveEndpoint(bad_endpoint); in TEST_F()1633 service->RemoveEndpoint(good_endpoint); in TEST_F()1657 service->RemoveEndpoint(good_endpoint); in TEST_F()1666 service->RemoveEndpoint(ok_endpoint); in TEST_F()1677 service->RemoveEndpoint(ok_endpoint); in TEST_F()1747 service->RemoveEndpoint(good_endpoint); in TEST_F()[all …]
71 virtual void RemoveEndpoint(const WiFiEndpointConstRefPtr& endpoint);
1400 EXPECT_CALL(*service0, RemoveEndpoint(RefPtrMatch(endpoint0))).Times(1); in TEST_F()1401 EXPECT_CALL(*service1, RemoveEndpoint(_)).Times(0); in TEST_F()1433 EXPECT_CALL(*service0, RemoveEndpoint(RefPtrMatch(endpoint0))).Times(1); in TEST_F()1463 EXPECT_CALL(*service0, RemoveEndpoint(RefPtrMatch(endpoint0))).Times(1); in TEST_F()1516 EXPECT_CALL(*open_service, RemoveEndpoint(RefPtrMatch(endpoint))); in TEST_F()
321 service->RemoveEndpoint(endpoint); in OnEndpointRemoved()
229 void WiFiService::RemoveEndpoint(const WiFiEndpointConstRefPtr& endpoint) { in RemoveEndpoint() function in shill::WiFiService