Searched refs:ScanResults (Results 1 – 6 of 6) sorted by relevance
51 typedef std::unordered_map<std::string, int> ScanResults; typedef117 bool GetScanResults(ScanResults *results);
112 ScanResults scan_results;743 bool Server::GetScanResults(ScanResults *results) { in GetScanResults()
51 typedef std::vector<KeyValueStore> ScanResults; typedef375 const ScanResults& results,
995 const ScanResults& results, in OnScanReply()
322 FRIEND_TEST(WiFiMainTest, ScanResults); // EndpointMap
1983 TEST_F(WiFiMainTest, ScanResults) { in TEST_F() argument