Home
last modified time | relevance | path

Searched refs:SYSTEM_TIMER_SCAN (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp655 mode.scanMode = ScanMode::SYSTEM_TIMER_SCAN; in SystemScanProcessSuccess1()
675 mode.scanMode = ScanMode::SYSTEM_TIMER_SCAN; in SystemScanProcessSuccess3()
845 mode.scanMode = ScanMode::SYSTEM_TIMER_SCAN; in AllowSystemTimerScanSuccess()
872 ScanMode scanMode = ScanMode::SYSTEM_TIMER_SCAN; in AllowSystemTimerScanFail5()
1275 … EXPECT_EQ(pScanService->AllowExternScanByIntervalMode(0, 0, ScanMode::SYSTEM_TIMER_SCAN), true); in AllowExternScanByIntervalModeFail1()
1282 mode.scanMode = ScanMode::SYSTEM_TIMER_SCAN; in AllowExternScanByIntervalModeFail2()
1297 mode.scanMode = ScanMode::SYSTEM_TIMER_SCAN; in AllowExternScanByIntervalModeFail3()
1312 mode.scanMode = ScanMode::SYSTEM_TIMER_SCAN; in AllowExternScanByIntervalModeSuccess()
1743 EXPECT_TRUE(pScanService->AllowScanByMovingFreeze(ScanMode::SYSTEM_TIMER_SCAN) == true); in AllowScanByMovingFreezeTest1()
1750 EXPECT_FALSE(pScanService->AllowScanByMovingFreeze(ScanMode::SYSTEM_TIMER_SCAN) == false); in AllowScanByMovingFreezeTest2()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_scan_config.cpp203 forbidMode.scanMode = ScanMode::SYSTEM_TIMER_SCAN; in InitScanControlForbidList()
214 forbidMode.scanMode = ScanMode::SYSTEM_TIMER_SCAN; in InitScanControlForbidList()
285 scanIntervalMode.scanMode = ScanMode::SYSTEM_TIMER_SCAN; in InitScanControlIntervalList()
/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()
1450 if (!AllowScanDuringStaScene(staScene, ScanMode::SYSTEM_TIMER_SCAN)) { in AllowSystemTimerScan()
1455 if (!AllowScanDuringCustomScene(ScanMode::SYSTEM_TIMER_SCAN)) { in AllowSystemTimerScan()
1464 if (!AllowScanByMovingFreeze(ScanMode::SYSTEM_TIMER_SCAN)) { in AllowSystemTimerScan()
1472 … if (iter->scanScene == SCAN_SCENE_ALL && iter->scanMode == ScanMode::SYSTEM_TIMER_SCAN && in AllowSystemTimerScan()
1614 } else if (appRunMode == ScanMode::SYSTEM_TIMER_SCAN || appRunMode == ScanMode::PNO_SCAN) { in IsMovingFreezeState()
2495 if (IsMovingFreezeState(ScanMode::SYSTEM_TIMER_SCAN)) { in SystemScanConnectedPolicy()
2517 if (IsMovingFreezeState(ScanMode::SYSTEM_TIMER_SCAN)) { in SystemScanDisconnectedPolicy()
2526 if (IsMovingFreezeState(ScanMode::SYSTEM_TIMER_SCAN)) { in SystemScanDisconnectedPolicy()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_msg.h55 SYSTEM_TIMER_SCAN = 6, /* Scheduled system scan */ enumerator