Home
last modified time | relevance | path

Searched refs:AllowSingleAppScanByInterval (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.cpp449 bool ScanService::AllowSingleAppScanByInterval(int appId, ScanIntervalMode scanIntervalMode) in AllowSingleAppScanByInterval() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h754 bool AllowSingleAppScanByInterval(int appId, ScanIntervalMode scanIntervalMode);
H A Dscan_service.cpp2071 if (!AllowSingleAppScanByInterval(appId, *intervalListIter)) { in AllowExternScanByIntervalMode()
2166 bool ScanService::AllowSingleAppScanByInterval(int appId, ScanIntervalMode scanIntervalMode) in AllowSingleAppScanByInterval() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp212 pScanService->AllowSingleAppScanByInterval(appId, scanIntervalMode); in StoreRequestScanConfigFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1410 EXPECT_EQ(pScanService->AllowSingleAppScanByInterval(appId, scanIntervalMode), true); in AllowSingleAppScanByIntervalSuccess1()
1422 EXPECT_EQ(pScanService->AllowSingleAppScanByInterval(appId, scanIntervalMode), true); in AllowSingleAppScanByIntervalSuccess2()
1443 EXPECT_EQ(pScanService->AllowSingleAppScanByInterval(appId, scanIntervalMode), false); in AllowSingleAppScanByIntervalFail1()