Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h333 int customSceneForbidCount; variable
H A Dscan_service.cpp50 customSceneForbidCount(0), in ScanService()
1180 customSceneForbidCount = 0; in HandleCustomStatusChanged()
2031 if (iter->forbidCount > 0 && iter->forbidCount - customSceneForbidCount > 0) { in AllowCustomSceneCheck()
2032 customSceneForbidCount++; in AllowCustomSceneCheck()
2034 customSceneForbidCount); in AllowCustomSceneCheck()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1815 pScanService->customSceneForbidCount = STATUS; in AllowCustomSceneCheckTest4()