Home
last modified time | relevance | path

Searched refs:lastSystemScanTime (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h308 int64_t lastSystemScanTime; /* Last System Scan Time */ variable
H A Dscan_service.cpp45 lastSystemScanTime(0), in ScanService()
1272 if (lastSystemScanTime != 0) { in StartSystemTimerScan()
1273 sinceLastScan = nowTime - lastSystemScanTime; in StartSystemTimerScan()
1280 if (scanAtOnce || (lastSystemScanTime == 0) || in StartSystemTimerScan()
1285 lastSystemScanTime = nowTime; in StartSystemTimerScan()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp700 pScanService->lastSystemScanTime = 1; in StartSystemTimerScanFail2()
708 pScanService->lastSystemScanTime = 1; in StartSystemTimerScanFail3()
716 pScanService->lastSystemScanTime = 1; in StartSystemTimerScanFail4()
725 pScanService->lastSystemScanTime = 0; in StartSystemTimerScanSuccess()