Home
last modified time | relevance | path

Searched refs:AllowScanByIntervalExp (Results 1 – 4 of 4) 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.cpp464 bool ScanService::AllowScanByIntervalExp(int &expScanCount, int &interval, int &count) in AllowScanByIntervalExp() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h784 bool AllowScanByIntervalExp(int &expScanCount, int &interval, int &count);
H A Dscan_service.cpp2148 …return AllowScanByIntervalExp(singleAppForbid.expScanCount, singleAppForbid.scanIntervalMode.inter… in ExternScanByInterval()
2263 bool ScanService::AllowScanByIntervalExp(int &expScanCount, int &interval, int &count) in AllowScanByIntervalExp() 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.cpp1539 EXPECT_EQ(pScanService->AllowScanByIntervalExp(expScanCount, interval, count), true); in AllowScanByIntervalExpSuccess()