Home
last modified time | relevance | path

Searched refs:fixedScanCount (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1328 int fixedScanCount = 0; in PnoScanByIntervalSuccess1() local
1337 int fixedScanCount = 1; in PnoScanByIntervalSuccess2() local
1346 int fixedScanCount = 1; in PnoScanByIntervalSuccess3() local
1355 int fixedScanCount = 2; in PnoScanByIntervalFail1() local
1433 sAppForbid.fixedScanCount = 1; in AllowSingleAppScanByIntervalFail1()
1473 sAppForbid.fixedScanCount = 1; in AllowFullAppScanByIntervalFail1()
1488 int fixedScanCount = 0; in AllowScanByIntervalFixedSuccess1() local
1498 int fixedScanCount = 1; in AllowScanByIntervalFixedSuccess2() local
1507 … rlt = pScanService->AllowScanByIntervalFixed(fixedScanCount, fixedScanTime, interval, count); in AllowScanByIntervalFixedSuccess2()
1513 int fixedScanCount = 1; in AllowScanByIntervalFixedSuccess3() local
[all …]
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_msg.h327 int fixedScanCount; member
334 fixedScanCount = 0; in PnoScanIntervalMode()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp2084 bool ScanService::PnoScanByInterval(int &fixedScanCount, time_t &fixedScanTime, int interval, int c… in PnoScanByInterval() argument
2090 if (fixedScanCount == 0) { in PnoScanByInterval()
2091 fixedScanCount++; in PnoScanByInterval()
2096 fixedScanCount = 1; in PnoScanByInterval()
2100 if (fixedScanCount > count) { in PnoScanByInterval()
2103 fixedScanCount++; in PnoScanByInterval()
2241 if (fixedScanCount == 0) { in AllowScanByIntervalFixed()
2242 fixedScanCount++; in AllowScanByIntervalFixed()
2248 fixedScanCount = 1; in AllowScanByIntervalFixed()
2256 if (fixedScanCount >= count) { in AllowScanByIntervalFixed()
[all …]
H A Dscan_service.h736 bool PnoScanByInterval(int &fixedScanCount, time_t &fixedScanTime, int interval, int count);
774 …bool AllowScanByIntervalFixed(int &fixedScanCount, time_t &fixedScanTime, int &interval, int &coun…
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/
H A Dwifi_internal_msg.h139 int fixedScanCount; member
148 fixedScanCount = 0; in SingleAppForbid()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service_new.cpp427 bool ScanService::PnoScanByInterval(int &fixedScanCount, time_t &fixedScanTime, int interval, int c… in PnoScanByInterval() argument
459 bool ScanService::AllowScanByIntervalFixed(int &fixedScanCount, time_t &fixedScanTime, int &interva… in AllowScanByIntervalFixed() argument
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp202 singleAppForbid.fixedScanCount = static_cast<int>(data[0]); in StoreRequestScanConfigFuzzTest()