Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_msg.h44 #define SCAN_SCENE_ALL 254 /* all Scenario */ macro
295 scanScene = SCAN_SCENE_ALL; in tagScanIntervalMode()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_scan_config.cpp272 scanIntervalMode.scanScene = SCAN_SCENE_ALL; in InitScanControlIntervalList()
284 scanIntervalMode.scanScene = SCAN_SCENE_ALL; in InitScanControlIntervalList()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp654 mode.scanScene = SCAN_SCENE_ALL; in SystemScanProcessSuccess1()
844 mode.scanScene = SCAN_SCENE_ALL; in AllowSystemTimerScanSuccess()
887 mode.scanScene = SCAN_SCENE_ALL; in AllowPnoScanSuccess()
969 scanForbidMode.scanScene = SCAN_SCENE_ALL; in GetAllowBandFreqsControlInfoSuccess()
971 forbidMode.scanScene = SCAN_SCENE_ALL; in GetAllowBandFreqsControlInfoSuccess()
1418 sAppForbid.scanIntervalMode.scanScene = SCAN_SCENE_ALL; in AllowSingleAppScanByIntervalSuccess2()
1430 sAppForbid.scanIntervalMode.scanScene = SCAN_SCENE_ALL; in AllowSingleAppScanByIntervalFail1()
1458 sAppForbid.scanIntervalMode.scanScene = SCAN_SCENE_ALL; in AllowFullAppScanByIntervalSuccess2()
1470 sAppForbid.scanIntervalMode.scanScene = SCAN_SCENE_ALL; in AllowFullAppScanByIntervalFail1()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp1217 … if (iter->scanScene == SCAN_SCENE_ALL && iter->scanMode == ScanMode::SYSTEM_TIMER_SCAN && in SystemScanProcess()
1472 … if (iter->scanScene == SCAN_SCENE_ALL && iter->scanMode == ScanMode::SYSTEM_TIMER_SCAN && in AllowSystemTimerScan()
1522 …if (iter->scanScene == SCAN_SCENE_ALL && iter->scanMode == ScanMode::PNO_SCAN && iter->isSingle ==… in AllowPnoScan()
1761 if (iter->scanScene == SCAN_SCENE_ALL) { in GetAllowBandFreqsControlInfo()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_global_func_test.cpp110 mode.scanScene = SCAN_SCENE_ALL;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.cpp102 … if (forbidIter->scanMode == ScanMode::ANYTIME_SCAN && forbidIter->scanScene == SCAN_SCENE_ALL) { in IsAllowScanAnyTime()