Searched refs:AllowScanByIntervalFixed (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 | 459 bool ScanService::AllowScanByIntervalFixed(int &fixedScanCount, time_t &fixedScanTime, int &interva… in AllowScanByIntervalFixed() 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 | 774 …bool AllowScanByIntervalFixed(int &fixedScanCount, time_t &fixedScanTime, int &interval, int &coun…
|
H A D | scan_service.cpp | 2144 … return AllowScanByIntervalFixed(singleAppForbid.fixedScanCount, singleAppForbid.fixedCurrentTime, in ExternScanByInterval() 2235 bool ScanService::AllowScanByIntervalFixed(int &fixedScanCount, time_t &fixedScanTime, int &interva… in AllowScanByIntervalFixed() function in OHOS::Wifi::ScanService
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 1492 … bool rlt = pScanService->AllowScanByIntervalFixed(fixedScanCount, fixedScanTime, interval, count); in AllowScanByIntervalFixedSuccess1() 1502 … bool rlt = pScanService->AllowScanByIntervalFixed(fixedScanCount, fixedScanTime, interval, count); in AllowScanByIntervalFixedSuccess2() 1507 … rlt = pScanService->AllowScanByIntervalFixed(fixedScanCount, fixedScanTime, interval, count); in AllowScanByIntervalFixedSuccess2() 1518 … bool rlt = pScanService->AllowScanByIntervalFixed(fixedScanCount, fixedScanTime, interval, count); in AllowScanByIntervalFixedSuccess3() 1529 … bool rlt = pScanService->AllowScanByIntervalFixed(fixedScanCount, fixedScanTime, interval, count); in AllowScanByIntervalFixedFail1()
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/ |
H A D | wifiscanserver_fuzzer.cpp | 210 pScanService->AllowScanByIntervalFixed(appId, now, appId, appId); in StoreRequestScanConfigFuzzTest()
|