Searched refs:AddEndpoint (Results 1 – 6 of 6) sorted by relevance
/system/connectivity/shill/wifi/ |
D | wifi_service_unittest.cc | 500 wifi_service->AddEndpoint(endpoint1); in TEST_F() 501 wifi_service->AddEndpoint(endpoint2); in TEST_F() 520 wifi_service->AddEndpoint(endpoint1); in TEST_F() 521 wifi_service->AddEndpoint(endpoint2); in TEST_F() 621 wifi_service->AddEndpoint(endpoint_freq); in TEST_F() 653 wifi_service->AddEndpoint(endpoint_nofreq); in TEST_F() 670 wifi_service->AddEndpoint(endpoint_freq); in TEST_F() 683 wifi_service->AddEndpoint(endpoint); in TEST_F() 1376 service->AddEndpoint(endpoint); in TEST_F() 1403 service->AddEndpoint(endpoint); in TEST_F() [all …]
|
D | mock_wifi_service.h | 51 MOCK_METHOD1(AddEndpoint,
|
D | wifi_provider_unittest.cc | 1354 EXPECT_CALL(*service0, AddEndpoint(RefPtrMatch(endpoint0))).Times(1); in TEST_F() 1355 EXPECT_CALL(*service1, AddEndpoint(_)).Times(0); in TEST_F() 1364 EXPECT_CALL(*service0, AddEndpoint(RefPtrMatch(endpoint1))).Times(1); in TEST_F() 1365 EXPECT_CALL(*service1, AddEndpoint(_)).Times(0); in TEST_F() 1374 EXPECT_CALL(*service0, AddEndpoint(_)).Times(0); in TEST_F() 1375 EXPECT_CALL(*service1, AddEndpoint(RefPtrMatch(endpoint2))).Times(1); in TEST_F() 1498 EXPECT_CALL(*open_service, AddEndpoint(RefPtrMatch(endpoint))); in TEST_F() 1505 EXPECT_CALL(*open_service, AddEndpoint(_)).Times(0); in TEST_F() 1520 EXPECT_CALL(*rsn_service, AddEndpoint(RefPtrMatch(endpoint))); in TEST_F()
|
D | wifi_service.h | 70 virtual void AddEndpoint(const WiFiEndpointConstRefPtr& endpoint);
|
D | wifi_provider.cc | 300 service->AddEndpoint(endpoint); in OnEndpointAdded()
|
D | wifi_service.cc | 223 void WiFiService::AddEndpoint(const WiFiEndpointConstRefPtr& endpoint) { in AddEndpoint() function in shill::WiFiService
|