Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_interface.cpp135 ErrCode ScanInterface::OnClientModeStatusChanged(int staStatus) in OnClientModeStatusChanged() argument
137 WIFI_LOGI("Enter ScanInterface::OnClientModeStatusChanged, staStatus=%{public}d.", staStatus); in OnClientModeStatusChanged()
140 if (staStatus == static_cast<int>(OperateResState::CONNECT_NETWORK_DISABLED) in OnClientModeStatusChanged()
141 || staStatus == static_cast<int>(OperateResState::CONNECT_NETWORK_ENABLED)) { in OnClientModeStatusChanged()
142 pScanService->HandleNetworkQualityChanged(staStatus); in OnClientModeStatusChanged()
144 pScanService->HandleStaStatusChanged(staStatus); in OnClientModeStatusChanged()
H A Dscan_service.cpp42 staStatus(static_cast<int>(OperateResState::DISCONNECT_DISCONNECTED)), in ScanService()
602 && staStatus == static_cast<int>(OperateResState::DISCONNECT_DISCONNECTED)) { in HandleCommonScanFailed()
1101 staStatus = status; in HandleStaStatusChanged()
1102 switch (staStatus) { in HandleStaStatusChanged()
1194 if (staStatus == static_cast<int>(OperateResState::DISCONNECT_DISCONNECTED) in HandleAutoConnectStateChanged()
1327 if (staStatus != static_cast<int>(OperateResState::DISCONNECT_DISCONNECTED)) { in HandleDisconnectedScanTimeout()
1432 if (staStatus != static_cast<int>(OperateResState::DISCONNECT_DISCONNECTED) && in AllowSystemTimerScan()
1433 staStatus != static_cast<int>(OperateResState::CONNECT_AP_CONNECTED)) { in AllowSystemTimerScan()
1494 if (staStatus != static_cast<int>(OperateResState::DISCONNECT_DISCONNECTED)) { in AllowPnoScan()
1495 WIFI_LOGE("NOT allow PNO scan for staStatus: %{public}d", staStatus); in AllowPnoScan()
[all …]
H A Discan_service.h90 virtual ErrCode OnClientModeStatusChanged(int staStatus) = 0;
H A Dscan_interface.h95 ErrCode OnClientModeStatusChanged(int staStatus) override;
H A Dscan_service.h305 int staStatus; /* STA state */ variable
/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()
540 pScanService->staStatus = static_cast<int>(OperateResState::OPEN_WIFI_OPENING); in BeginPnoScanFail2()
592 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in EndPnoScanSuccess()
639 pScanService->staStatus = static_cast<int>(OperateResState::CLOSE_WIFI_FAILED); in HandleCustomStatusChangedSuccess1()
693 pScanService->staStatus = 0; in StartSystemTimerScanFail1()
747 pScanService->staStatus = 0; in HandleDisconnectedScanTimeoutSuccess()
827 pScanService->staStatus = STATUS; in AllowExternScanFail3()
860 pScanService->staStatus = FREQ_2_DOT_4_GHZ; in AllowSystemTimerScanFail3()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_interface.cpp74 ErrCode ScanInterface::OnClientModeStatusChanged(int staStatus) in OnClientModeStatusChanged() argument
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dscan_service_test.cpp125 pScanService->staStatus = STATUS; in AllowExternScanFail3()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp237 pScanService->staStatus = static_cast<int>(OperateResState::CONNECT_CHECK_PORTAL); in StoreRequestScanConfigFuzzTest()