Searched refs:scan_results (Results 1 – 7 of 7) sorted by relevance
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()
260 std::vector<NativeScanResult> scan_results; in RefreshAssociateFreq() local261 if (!scan_utils_->GetScanResult(interface_index_, &scan_results)) { in RefreshAssociateFreq()264 for (auto& scan_result : scan_results) { in RefreshAssociateFreq()
277 vector<NativeScanResult> scan_results; in TEST_F() local283 EXPECT_TRUE(scanner_impl_->getScanResults(&scan_results).isOk()); in TEST_F()397 vector<NativeScanResult> scan_results; in TEST_F() local406 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()
112 ScanResults scan_results; member382 g_internal->scan_results[addr] = rssi; in ScanResultCallback()697 *results = internal_->scan_results; in GetScanResults()