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 D | mock_scan_service_new.cpp | 454 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 D | scan_service.h | 763 bool AllowFullAppScanByInterval(int appId, ScanIntervalMode scanIntervalMode);
|
H A D | scan_service.cpp | 2075 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 D | wifiscanserver_fuzzer.cpp | 211 pScanService->AllowFullAppScanByInterval(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 | 1450 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()
|