Searched refs:endpoint0 (Results 1 – 3 of 3) sorted by relevance
/system/connectivity/shill/wifi/ |
D | wifi_provider_unittest.cc | 1232 WiFiEndpointRefPtr endpoint0 = MakeEndpoint(ssid0, "00:00:00:00:00:00", 0, 0); in TEST_F() local 1235 provider_.OnEndpointAdded(endpoint0); in TEST_F() 1244 provider_.FindServiceForEndpoint(endpoint0); in TEST_F() 1279 WiFiEndpointRefPtr endpoint0 = MakeEndpoint(ssid0, "00:00:00:00:00:00", 0, 0); in TEST_F() local 1280 endpoint0->set_security_mode(kSecurityRsn); in TEST_F() 1283 provider_.OnEndpointAdded(endpoint0); in TEST_F() 1351 WiFiEndpointRefPtr endpoint0 = MakeEndpoint(ssid0, "00:00:00:00:00:00", 0, 0); in TEST_F() local 1354 EXPECT_CALL(*service0, AddEndpoint(RefPtrMatch(endpoint0))).Times(1); in TEST_F() 1356 provider_.OnEndpointAdded(endpoint0); in TEST_F() 1396 WiFiEndpointRefPtr endpoint0 = MakeEndpoint(ssid0, "00:00:00:00:00:00", 0, 0); in TEST_F() local [all …]
|
D | wifi_service_unittest.cc | 1689 WiFiEndpointRefPtr endpoint0 = in TEST_F() local 1704 wifi_service->AddEndpoint(endpoint0); in TEST_F()
|
D | wifi_unittest.cc | 2412 WiFiEndpointRefPtr endpoint0; in TEST_F() local 2414 WiFiServiceRefPtr service0(SetupConnectedService(kPath, &endpoint0, nullptr)); in TEST_F() 2418 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(EndpointMatch(endpoint0))) in TEST_F()
|