Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_control_msg.h53 time_t staCurrentTime; member
81 staCurrentTime = 0; in WifiScanDeviceInfo()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_scan_config.cpp157 mScanDeviceInfo.staCurrentTime = time; in SetStaCurrentTime()
163 return mScanDeviceInfo.staCurrentTime; in GetStaCurrentTime()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp1991 … time_t staCurrentTime = WifiConfigCenter::GetInstance().GetWifiScanConfig()->GetStaCurrentTime(); in AllowScanDuringStaScene() local
1992 if ((iter->forbidTime > 0) && (now - staCurrentTime <= iter->forbidTime)) { in AllowScanDuringStaScene()