OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wifi_access_points_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/network/
geolocation_handler.h
73
WifiAccessPointVector
wifi_access_points_
;
member in class:chromeos::GeolocationHandler
geolocation_handler_unittest.cc
44
&
wifi_access_points_
, NULL);
68
WifiAccessPointVector
wifi_access_points_
;
member in class:chromeos::GeolocationHandlerTest
91
ASSERT_EQ(1u,
wifi_access_points_
.size());
92
EXPECT_EQ("01:00:00:00:00:00",
wifi_access_points_
[0].mac_address);
93
EXPECT_EQ(1,
wifi_access_points_
[0].channel);
107
ASSERT_EQ(3u,
wifi_access_points_
.size());
108
EXPECT_EQ("02:00:00:00:00:00",
wifi_access_points_
[1].mac_address);
109
EXPECT_EQ(3,
wifi_access_points_
[2].channel);
Completed in 503 milliseconds