Home
last modified time | relevance | path

Searched refs:AllowFullAppScanByInterval (Results 1 – 5 of 5) 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.cpp454 bool ScanService::AllowFullAppScanByInterval(int appId, ScanIntervalMode scanIntervalMode) in AllowFullAppScanByInterval() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h763 bool AllowFullAppScanByInterval(int appId, ScanIntervalMode scanIntervalMode);
H A Dscan_service.cpp2075 if (!AllowFullAppScanByInterval(appId, *intervalListIter)) { in AllowExternScanByIntervalMode()
2201 bool ScanService::AllowFullAppScanByInterval(int appId, ScanIntervalMode scanIntervalMode) in AllowFullAppScanByInterval() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp211 pScanService->AllowFullAppScanByInterval(appId, scanIntervalMode); in StoreRequestScanConfigFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1450 EXPECT_EQ(pScanService->AllowFullAppScanByInterval(appId, scanIntervalMode), true); in AllowFullAppScanByIntervalSuccess1()
1462 EXPECT_EQ(pScanService->AllowFullAppScanByInterval(appId, scanIntervalMode), true); in AllowFullAppScanByIntervalSuccess2()
1483 EXPECT_EQ(pScanService->AllowFullAppScanByInterval(appId, scanIntervalMode), false); in AllowFullAppScanByIntervalFail1()