Home
last modified time | relevance | path

Searched refs:out_scan_results (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/wificond/scanning/
Dscanner_impl.cpp126 Status ScannerImpl::getScanResults(vector<NativeScanResult>* out_scan_results) { in getScanResults() argument
130 if (!scan_utils_->GetScanResult(interface_index_, out_scan_results)) { in getScanResults()
137 vector<NativeScanResult>* out_scan_results) { in getPnoScanResults() argument
142 if (!offload_scan_manager_->getScanResults(out_scan_results)) { in getPnoScanResults()
146 if (!scan_utils_->GetScanResult(interface_index_, out_scan_results)) { in getPnoScanResults()
Dscanner_impl.h51 out_scan_results) override;
56 out_scan_results) override;
Dscan_utils.h78 std::vector<::com::android::server::wifi::wificond::NativeScanResult>* out_scan_results);
Dscan_utils.cpp81 vector<NativeScanResult>* out_scan_results) { in GetScanResult() argument
127 out_scan_results->push_back(std::move(scan_result)); in GetScanResult()
/system/connectivity/wificond/tests/
Dmock_scan_utils.h42 std::vector<::com::android::server::wifi::wificond::NativeScanResult>* out_scan_results));
/system/connectivity/wificond/scanning/offload/
Doffload_scan_manager.cpp238 std::vector<NativeScanResult>* out_scan_results) { in getScanResults() argument
240 out_scan_results->push_back(scan_result); in getScanResults()
Doffload_scan_manager.h119 out_scan_results);