Home
last modified time | relevance | path

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

/system/connectivity/wificond/scanning/offload/
Doffload_scan_manager.cpp283 OffloadScanManager::StatusCode status_result = OffloadScanManager::kNoError; in ReportError() local
286 status_result = OffloadScanManager::kNoError; in ReportError()
289 status_result = OffloadScanManager::kTimeOut; in ReportError()
292 status_result = OffloadScanManager::kNotConnected; in ReportError()
295 status_result = OffloadScanManager::kError; in ReportError()
301 if (status_result != OffloadScanManager::kNoError) { in ReportError()
310 offload_status_ = status_result; in ReportError()