Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp111 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in HandleScanStatusReportSuccess1()
180 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in HandleInnerEventReportSuccess1()
198 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in HandleInnerEventReportSuccess3()
592 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in EndPnoScanSuccess()
639 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in HandleCustomStatusChangedSuccess1()
647 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in HandleCustomStatusChangedSuccess2()
658 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in SystemScanProcessSuccess1()
667 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in SystemScanProcessSuccess2()
679 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in SystemScanProcessSuccess3()
694 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in StartSystemTimerScanFail1()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/
H A Dwifi_internal_msg.h86 CLOSE_WIFI_FAILED, /* close wifi failed */ enumerator
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_service_scheduler.cpp192 …WriteWifiOpenAndCloseFailedHiSysEvent(static_cast<int>(OperateResState::CLOSE_WIFI_FAILED), "TIME_… in AutoStopStaService()