Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service_new.cpp417 bool ScanService::AllowCustomSceneCheck(const std::map<int, time_t>::const_iterator &customIter, Sc… in AllowCustomSceneCheck() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h846 …bool AllowCustomSceneCheck(const std::map<int, time_t>::const_iterator &customIter, ScanMode scanM…
H A Dscan_service.cpp2013 if (!AllowCustomSceneCheck(customIter, scanMode)) { in AllowScanDuringCustomScene()
2020 bool ScanService::AllowCustomSceneCheck(const std::map<int, time_t>::const_iterator &customIter, Sc… in AllowCustomSceneCheck() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1773 …EXPECT_TRUE(pScanService->AllowCustomSceneCheck(customIters, ScanMode::SYSTEM_TIMER_SCAN) == true); in AllowCustomSceneCheckTest1()
1786 …EXPECT_TRUE(pScanService->AllowCustomSceneCheck(customIters, ScanMode::SYSTEM_TIMER_SCAN) == true); in AllowCustomSceneCheckTest2()
1801 …EXPECT_TRUE(pScanService->AllowCustomSceneCheck(customIters, ScanMode::SYS_FOREGROUND_SCAN) == tru… in AllowCustomSceneCheckTest3()
1817 …EXPECT_TRUE(pScanService->AllowCustomSceneCheck(customIters, ScanMode::SYS_FOREGROUND_SCAN) == fal… in AllowCustomSceneCheckTest4()