Home
last modified time | relevance | path

Searched refs:RemoveEndpoint (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/wifi/
Dmock_wifi_service.h53 MOCK_METHOD1(RemoveEndpoint,
Dwifi_service_unittest.cc1506 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 …]
Dwifi_service.h71 virtual void RemoveEndpoint(const WiFiEndpointConstRefPtr& endpoint);
Dwifi_provider_unittest.cc1400 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()
Dwifi_provider.cc321 service->RemoveEndpoint(endpoint); in OnEndpointRemoved()
Dwifi_service.cc229 void WiFiService::RemoveEndpoint(const WiFiEndpointConstRefPtr& endpoint) { in RemoveEndpoint() function in shill::WiFiService