Searched refs:expScanCount (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | scan_service_test.cpp | 59 int expScanCount = 1; in SystemScanByIntervalSuccess() local 63 EXPECT_EQ(pScanService->SystemScanByInterval(expScanCount, interval, count), true); in SystemScanByIntervalSuccess()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | wifi_scan_msg.h | 317 int expScanCount; /* INTERVAL_EXP scan mode,Number of Scanned Times */ member 320 expScanCount = 0; in SystemScanIntervalMode()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/ |
H A D | wifi_internal_msg.h | 138 int expScanCount; member 147 expScanCount = 0; in SingleAppForbid()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/ |
H A D | mock_scan_service_new.cpp | 438 bool ScanService::SystemScanByInterval(int &expScanCount, int &interval, int &count) in SystemScanByInterval() argument 464 bool ScanService::AllowScanByIntervalExp(int &expScanCount, int &interval, int &count) in AllowScanByIntervalExp() argument
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service.h | 724 bool SystemScanByInterval(int &expScanCount, int &interval, int &count); 784 bool AllowScanByIntervalExp(int &expScanCount, int &interval, int &count);
|
H A D | scan_service.cpp | 1224 systemScanIntervalMode.expScanCount = 0; in SystemScanProcess() 1474 if (!SystemScanByInterval(systemScanIntervalMode.expScanCount, in AllowSystemTimerScan() 2122 bool ScanService::SystemScanByInterval(int &expScanCount, int &interval, int &count) in SystemScanByInterval() argument 2129 if (expScanCount > 0 && count > 1) { in SystemScanByInterval() 2133 expScanCount++; in SystemScanByInterval() 2148 …return AllowScanByIntervalExp(singleAppForbid.expScanCount, singleAppForbid.scanIntervalMode.inter… in ExternScanByInterval() 2263 bool ScanService::AllowScanByIntervalExp(int &expScanCount, int &interval, int &count) in AllowScanByIntervalExp() argument 2271 if (expScanCount > 0 && count > 1) { in AllowScanByIntervalExp() 2275 expScanCount++; in AllowScanByIntervalExp()
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/ |
H A D | wifiscanserver_fuzzer.cpp | 201 singleAppForbid.expScanCount = static_cast<int>(data[0]); in StoreRequestScanConfigFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 1364 int expScanCount = 1; in SystemScanByIntervalSuccess() local 1368 EXPECT_EQ(pScanService->SystemScanByInterval(expScanCount, interval, count), true); in SystemScanByIntervalSuccess() 1535 int expScanCount = 1; in AllowScanByIntervalExpSuccess() local 1539 EXPECT_EQ(pScanService->AllowScanByIntervalExp(expScanCount, interval, count), true); in AllowScanByIntervalExpSuccess()
|