Searched refs:ap0 (Results 1 – 1 of 1) sorted by relevance
/system/connectivity/shill/wifi/ |
D | wifi_unittest.cc | 2016 WiFiEndpointRefPtr ap0 = MakeEndpointWithMode("ssid0", "00:00:00:00:00:00", in TEST_F() local 2020 EXPECT_CALL(*wifi_provider(), OnEndpointAdded(EndpointMatch(ap0))).Times(1); in TEST_F() 2023 ReportBSS("bss0", ap0->ssid_string(), ap0->bssid_string(), 0, 0, in TEST_F() 4578 WiFiEndpointRefPtr ap0 = MakeEndpoint("ssid0", "00:00:00:00:00:00"); in TEST_F() local 4583 EXPECT_CALL(*wifi_provider(), OnEndpointAdded(EndpointMatch(ap0))); in TEST_F() 4586 EXPECT_CALL(*wifi_provider(), OnEndpointRemoved(EndpointMatch(ap0))) in TEST_F()
|