Searched refs:scan_results (Results 1 – 7 of 7) sorted by relevance
51 const auto &fbs_results = fbs_result_message.scan_results(); in Deserialize()
252 std::vector<NativeScanResult> scan_results; in RefreshAssociateFreq() local253 if (!scan_utils_->GetScanResult(interface_index_, &scan_results)) { in RefreshAssociateFreq()256 for (auto& scan_result : scan_results) { in RefreshAssociateFreq()
277 …const flatbuffers::Vector<flatbuffers::Offset<wifi_offload::fbs::ScanResult>> *scan_results() cons… in scan_results() function283 verifier.VerifyVector(scan_results()) && in Verify()284 verifier.VerifyVectorOfTables(scan_results()) && in Verify()293 …rs::Offset<flatbuffers::Vector<flatbuffers::Offset<wifi_offload::fbs::ScanResult>>> scan_results) { in add_scan_results()294 fbb_.AddOffset(ScanResultMessage::VT_SCAN_RESULTS, scan_results); in add_scan_results()310 …Offset<flatbuffers::Vector<flatbuffers::Offset<wifi_offload::fbs::ScanResult>>> scan_results = 0) {312 builder_.add_scan_results(scan_results);318 const std::vector<flatbuffers::Offset<wifi_offload::fbs::ScanResult>> *scan_results = nullptr) {319 …auto scan_results__ = scan_results ? _fbb.CreateVector<flatbuffers::Offset<wifi_offload::fbs::Scan…
52 scan_results:[ScanResult];
286 vector<NativeScanResult> scan_results; in TEST_F() local292 EXPECT_TRUE(scanner_impl_->getScanResults(&scan_results).isOk()); in TEST_F()407 vector<NativeScanResult> scan_results; in TEST_F() local416 EXPECT_TRUE(scanner_impl_->getScanResults(&scan_results).isOk()); in TEST_F()
134 vector<NativeScanResult> scan_results; in TEST_F() local145 scan_utils_.GetScanResult(kFakeInterfaceIndex, &scan_results); in TEST_F()
112 ScanResults scan_results; member383 g_internal->scan_results[addr] = rssi; in ScanResultCallback()700 *results = internal_->scan_results; in GetScanResults()