Searched refs:SystemScanByInterval (Results 1 – 6 of 6) 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 | 433 bool ScanService::SystemScanByInterval(int staScene, int &interval, int &count) in SystemScanByInterval() function in OHOS::Wifi::ScanService 438 bool ScanService::SystemScanByInterval(int &expScanCount, int &interval, int &count) in SystemScanByInterval() 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 | 714 bool SystemScanByInterval(int staScene, int &interval, int &count); 724 bool SystemScanByInterval(int &expScanCount, int &interval, int &count);
|
H A D | scan_service.cpp | 1461 SystemScanByInterval(staScene, systemScanIntervalMode.scanIntervalMode.interval, in AllowSystemTimerScan() 1474 if (!SystemScanByInterval(systemScanIntervalMode.expScanCount, in AllowSystemTimerScan() 2108 bool ScanService::SystemScanByInterval(int staScene, int &interval, int &count) in SystemScanByInterval() function in OHOS::Wifi::ScanService 2122 bool ScanService::SystemScanByInterval(int &expScanCount, int &interval, int &count) in SystemScanByInterval() function in OHOS::Wifi::ScanService
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | scan_service_test.cpp | 63 EXPECT_EQ(pScanService->SystemScanByInterval(expScanCount, interval, count), true); in SystemScanByIntervalSuccess()
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/ |
H A D | wifiscanserver_fuzzer.cpp | 214 pScanService->SystemScanByInterval(appId, appId, appId); in StoreRequestScanConfigFuzzTest() 267 pScanService->SystemScanByInterval(appId, staScene, appId); in AllowExternScanByForbidFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 1368 EXPECT_EQ(pScanService->SystemScanByInterval(expScanCount, interval, count), true); in SystemScanByIntervalSuccess()
|