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.cpp281 OffloadScanManager::StatusCode status_result = OffloadScanManager::kNoError; in ReportError() local
284 status_result = OffloadScanManager::kNoError; in ReportError()
287 status_result = OffloadScanManager::kTimeOut; in ReportError()
290 status_result = OffloadScanManager::kNotConnected; in ReportError()
293 status_result = OffloadScanManager::kError; in ReportError()
299 if (status_result != OffloadScanManager::kNoError) { in ReportError()
308 offload_status_ = status_result; in ReportError()