Searched refs:scan_results (Results 1 – 7 of 7) sorted by relevance
319 vector<NativeScanResult> scan_results; in TEST_F() local325 EXPECT_TRUE(scanner_impl_->getScanResults(&scan_results).isOk()); in TEST_F()470 std::vector<NativeScanResult> scan_results; in TEST_F() local471 EXPECT_TRUE(scanner_impl_->getPnoScanResults(&scan_results).isOk()); in TEST_F()472 EXPECT_FALSE(scan_results.empty()); in TEST_F()504 std::vector<NativeScanResult> scan_results; in TEST_F() local505 EXPECT_TRUE(scanner_impl_->getPnoScanResults(&scan_results).isOk()); in TEST_F()506 EXPECT_FALSE(scan_results.empty()); in TEST_F()578 vector<NativeScanResult> scan_results; in TEST_F() local587 EXPECT_TRUE(scanner_impl_->getScanResults(&scan_results).isOk()); in TEST_F()
133 vector<NativeScanResult> scan_results; in TEST_F() local144 scan_utils_.GetScanResult(kFakeInterfaceIndex, &scan_results); in TEST_F()
239 const flatbuffers::Vector<flatbuffers::Offset<ScanResult>> *scan_results() in scan_results() function248 verifier.Verify(scan_results()) && in Verify()249 verifier.VerifyVectorOfTables(scan_results()) && verifier.EndTable(); in Verify()258 scan_results) { in add_scan_results()259 fbb_.AddOffset(ScanResultMessage::VT_SCAN_RESULTS, scan_results); in add_scan_results()275 scan_results = 0) {277 builder_.add_scan_results(scan_results);283 const std::vector<flatbuffers::Offset<ScanResult>> *scan_results =287 scan_results288 ? _fbb.CreateVector<flatbuffers::Offset<ScanResult>>(*scan_results)
52 scan_results:[ScanResult];
51 const auto &fbs_results = fbs_result_message.scan_results(); in Deserialize()
263 std::vector<NativeScanResult> scan_results; in RefreshAssociateFreq() local264 if (!scan_utils_->GetScanResult(interface_index_, &scan_results)) { in RefreshAssociateFreq()267 for (auto& scan_result : scan_results) { in RefreshAssociateFreq()
112 ScanResults scan_results; member381 g_internal->scan_results[addr] = rssi; in ScanResultCallback()696 *results = internal_->scan_results; in GetScanResults()