OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MakeOpenEndpoint
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/wifi/
wifi_endpoint_unittest.cc
205
WiFiEndpoint*
MakeOpenEndpoint
(ControlInterface* control_interface,
209
return WiFiEndpoint::
MakeOpenEndpoint
(
287
// The
MakeOpenEndpoint
method translates both of the above parameters into
291
MakeOpenEndpoint
(nullptr, nullptr, kSSID, kBSSID);
298
MakeOpenEndpoint
(nullptr, nullptr, string(1, 0), "00:00:00:00:00:01");
464
MakeOpenEndpoint
(nullptr, nullptr, string(1, 0), "00:00:00:00:00:01");
513
MakeOpenEndpoint
(nullptr, nullptr, string(1, 0), "00:00:00:00:00:01");
690
MakeOpenEndpoint
(nullptr, wifi(), "ssid", "00:00:00:00:00:01");
702
MakeOpenEndpoint
(nullptr, wifi(), "ssid", "00:00:00:00:00:01");
717
MakeOpenEndpoint
(nullptr, wifi(), "ssid", "00:00:00:00:00:01")
[
all
...]
wifi_endpoint.cc
256
WiFiEndpoint* WiFiEndpoint::
MakeOpenEndpoint
(
wifi_service_unittest.cc
128
WiFiEndpoint*
MakeOpenEndpoint
(const string& ssid, const string& bssid,
130
return WiFiEndpoint::
MakeOpenEndpoint
(
139
return WiFiEndpoint::
MakeOpenEndpoint
(
319
ok_endpoint =
MakeOpenEndpoint
(
322
good_endpoint =
MakeOpenEndpoint
(
325
bad_endpoint =
MakeOpenEndpoint
(
496
MakeOpenEndpoint
("a", "00:00:00:00:00:01", 0, 0);
498
MakeOpenEndpoint
("a", "00:00:00:00:00:02", 0, 0);
616
MakeOpenEndpoint
("a", "00:00:00:00:00:01", 0, 0);
618
MakeOpenEndpoint
("a", "00:00:00:00:00:02", 2412, 0)
[
all
...]
Completed in 1012 milliseconds