Home
last modified time | relevance | path

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 Dmock_scan_service_new.cpp459 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 Dscan_service.h774 …bool AllowScanByIntervalFixed(int &fixedScanCount, time_t &fixedScanTime, int &interval, int &coun…
H A Dscan_service.cpp2144 … 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 Dscan_service_test.cpp1492 … 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 Dwifiscanserver_fuzzer.cpp210 pScanService->AllowScanByIntervalFixed(appId, now, appId, appId); in StoreRequestScanConfigFuzzTest()