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 D | mock_scan_service_new.cpp | 449 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 D | scan_service.h | 754 bool AllowSingleAppScanByInterval(int appId, ScanIntervalMode scanIntervalMode);
|
H A D | scan_service.cpp | 2071 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 D | wifiscanserver_fuzzer.cpp | 212 pScanService->AllowSingleAppScanByInterval(appId, scanIntervalMode); in StoreRequestScanConfigFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 1410 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()
|