Home
last modified time | relevance | path

Searched refs:WiFiEndpointRefPtr (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_endpoint_unittest.cc188 const WiFiEndpointRefPtr& endpoint, in SetVendorInformation()
290 WiFiEndpointRefPtr endpoint = in TEST_F()
297 WiFiEndpointRefPtr endpoint = in TEST_F()
463 WiFiEndpointRefPtr endpoint = in TEST_F()
512 WiFiEndpointRefPtr endpoint = in TEST_F()
689 WiFiEndpointRefPtr endpoint = in TEST_F()
701 WiFiEndpointRefPtr endpoint = in TEST_F()
716 WiFiEndpointRefPtr endpoint = in TEST_F()
728 WiFiEndpointRefPtr endpoint = in TEST_F()
786 WiFiEndpointRefPtr endpoint = MakeEndpoint( in TEST_F()
[all …]
Dwifi_service_unittest.cc345 WiFiEndpointRefPtr ok_endpoint;
346 WiFiEndpointRefPtr bad_endpoint;
347 WiFiEndpointRefPtr good_endpoint;
495 WiFiEndpointRefPtr endpoint1 = in TEST_F()
497 WiFiEndpointRefPtr endpoint2 = in TEST_F()
514 WiFiEndpointRefPtr endpoint1 = in TEST_F()
516 WiFiEndpointRefPtr endpoint2 = in TEST_F()
615 WiFiEndpointRefPtr endpoint_nofreq = in TEST_F()
617 WiFiEndpointRefPtr endpoint_freq = in TEST_F()
680 WiFiEndpointRefPtr endpoint = in TEST_F()
[all …]
Dwifi_provider_unittest.cc322 WiFiEndpointRefPtr MakeEndpoint(const string& ssid, const string& bssid, in MakeEndpoint()
470 WiFiEndpointRefPtr endpoint = MakeEndpoint("", "00:00:00:00:00:00", 0, 0); in TEST_F()
1217 WiFiEndpointRefPtr endpoint = MakeEndpoint(kSSID, "00:00:00:00:00:00", 0, 0); in TEST_F()
1232 WiFiEndpointRefPtr endpoint0 = MakeEndpoint(ssid0, "00:00:00:00:00:00", 0, 0); in TEST_F()
1247 WiFiEndpointRefPtr endpoint1 = MakeEndpoint(ssid0, "00:00:00:00:00:01", 0, 0); in TEST_F()
1258 WiFiEndpointRefPtr endpoint2 = MakeEndpoint(ssid1, "00:00:00:00:00:02", in TEST_F()
1279 WiFiEndpointRefPtr endpoint0 = MakeEndpoint(ssid0, "00:00:00:00:00:00", 0, 0); in TEST_F()
1292 WiFiEndpointRefPtr endpoint1 = MakeEndpoint(ssid0, "00:00:00:00:00:01", 0, 0); in TEST_F()
1304 WiFiEndpointRefPtr endpoint2 = MakeEndpoint(ssid1, "00:00:00:00:00:02", 0, 0); in TEST_F()
1323 WiFiEndpointRefPtr endpoint = MakeEndpoint(ssid, "00:00:00:00:00:00", 0, 0); in TEST_F()
[all …]
Dwifi_unittest.cc803 WiFiEndpointRefPtr MakeNewEndpoint(const char* mode, in MakeNewEndpoint()
814 WiFiEndpointRefPtr endpoint = MakeEndpointWithMode(*ssid, *bssid, mode); in MakeNewEndpoint()
819 WiFiEndpointRefPtr MakeEndpoint(const string& ssid, const string& bssid) { in MakeEndpoint()
822 WiFiEndpointRefPtr MakeEndpointWithMode( in MakeEndpointWithMode()
846 WiFiEndpointRefPtr* endpoint_ptr, in MakeNewEndpointAndService()
851 WiFiEndpointRefPtr endpoint = in MakeNewEndpointAndService()
872 WiFiEndpointRefPtr* endpoint_ptr) { in AddEndpointToService()
876 WiFiEndpointRefPtr endpoint = in AddEndpointToService()
897 WiFiEndpointRefPtr* endpoint_ptr, in SetupConnectingService()
900 WiFiEndpointRefPtr endpoint; in SetupConnectingService()
[all …]
Dwifi.cc1247 WiFiEndpointRefPtr endpoint( in BSSAddedTask()
1291 WiFiEndpointRefPtr endpoint = i->second; in BSSRemovedTask()
1801 const WiFiEndpointRefPtr& endpoint = endpoint_entry.second; in GetGeolocationObjects()
2759 WiFiEndpointRefPtr endpoint(endpoint_it->second); in OnReceivedStationInfo()
Dwifi.h344 typedef std::map<const std::string, WiFiEndpointRefPtr> EndpointMap;
/system/connectivity/shill/
Drefptr_types.h54 typedef scoped_refptr<WiFiEndpoint> WiFiEndpointRefPtr; typedef