Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1772 auto customIters = customIter.begin(); in AllowCustomSceneCheckTest1() local
1773 …EXPECT_TRUE(pScanService->AllowCustomSceneCheck(customIters, ScanMode::SYSTEM_TIMER_SCAN) == true); in AllowCustomSceneCheckTest1()
1785 auto customIters = customIter.begin(); in AllowCustomSceneCheckTest2() local
1786 …EXPECT_TRUE(pScanService->AllowCustomSceneCheck(customIters, ScanMode::SYSTEM_TIMER_SCAN) == true); in AllowCustomSceneCheckTest2()
1800 auto customIters = customIter.begin(); in AllowCustomSceneCheckTest3() local
1801 …EXPECT_TRUE(pScanService->AllowCustomSceneCheck(customIters, ScanMode::SYS_FOREGROUND_SCAN) == tru… in AllowCustomSceneCheckTest3()
1816 auto customIters = customIter.begin(); in AllowCustomSceneCheckTest4() local
1817 …EXPECT_TRUE(pScanService->AllowCustomSceneCheck(customIters, ScanMode::SYS_FOREGROUND_SCAN) == fal… in AllowCustomSceneCheckTest4()