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 D | mock_scan_service_new.cpp | 417 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 D | scan_service.h | 846 …bool AllowCustomSceneCheck(const std::map<int, time_t>::const_iterator &customIter, ScanMode scanM…
|
H A D | scan_service.cpp | 2013 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 D | scan_service_test.cpp | 1773 …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()
|