Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi.h269 ScanResult() : is_removal(false) {} in ScanResult()
273 : path(path_in), properties(properties_in), is_removal(is_removal_in) {} in ScanResult()
276 bool is_removal; member
594 bool is_removal);
Dwifi.cc379 bool is_removal) { in AddPendingScanResult() argument
386 pending_scan_results_->results.emplace_back(path, properties, is_removal); in AddPendingScanResult()
1179 if (result.is_removal) { in PendingScanResultsHandler()