Home
last modified time | relevance | path

Searched refs:pending_scan_results_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi.cc290 pending_scan_results_.reset(); in Stop()
380 if (!pending_scan_results_) { in AddPendingScanResult()
381 pending_scan_results_.reset(new PendingScanResults( in AddPendingScanResult()
384 dispatcher()->PostTask(pending_scan_results_->callback.callback()); in AddPendingScanResult()
386 pending_scan_results_->results.emplace_back(path, properties, is_removal); in AddPendingScanResult()
428 if (pending_scan_results_) { in ScanDone()
429 pending_scan_results_->is_complete = true; in ScanDone()
1174 CHECK(pending_scan_results_); in PendingScanResultsHandler()
1175 SLOG(this, 2) << __func__ << " with " << pending_scan_results_->results.size() in PendingScanResultsHandler()
1177 << pending_scan_results_->is_complete; in PendingScanResultsHandler()
[all …]
Dwifi.h697 std::unique_ptr<PendingScanResults> pending_scan_results_; variable