Home
last modified time | relevance | path

Searched refs:AllowScanByIntervalBlocklist (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.cpp475 bool ScanService::AllowScanByIntervalBlocklist( in AllowScanByIntervalBlocklist() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h807 bool AllowScanByIntervalBlocklist(
H A Dscan_service.cpp2157 return AllowScanByIntervalBlocklist(appId, singleAppForbid.blockListScanTime, in ExternScanByInterval()
2309 bool ScanService::AllowScanByIntervalBlocklist( in AllowScanByIntervalBlocklist() 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.cpp1600 bool rlt = pScanService->AllowScanByIntervalBlocklist( in AllowScanByIntervalBlocklistSuccess1()
1613 bool rlt = pScanService->AllowScanByIntervalBlocklist( in AllowScanByIntervalBlocklistSuccess2()
1628 bool rlt = pScanService->AllowScanByIntervalBlocklist( in AllowScanByIntervalBlocklistSuccess3()
1643 bool rlt = pScanService->AllowScanByIntervalBlocklist( in AllowScanByIntervalBlocklistFail1()
1657 bool rlt = pScanService->AllowScanByIntervalBlocklist( in AllowScanByIntervalBlocklistFail2()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp208 pScanService->AllowScanByIntervalBlocklist(appId, now, appId, appId, appId); in StoreRequestScanConfigFuzzTest()