Home
last modified time | relevance | path

Searched refs:portalAuthTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_hisysevent.cpp287 time_t portalAuthTime, bool isNotificationClicked) in WritePortalAuthExpiredHisysevent() argument
295 …int64_t authDura = (now > 0 && portalAuthTime > 0 && now > portalAuthTime) ? now - portalAuthTime in WritePortalAuthExpiredHisysevent()
298 … (portalAuthTime > 0 && connTime > 0 && portalAuthTime > connTime) ? portalAuthTime - connTime : 0; in WritePortalAuthExpiredHisysevent()
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_hisysevent.h129 time_t portalAuthTime, bool isNotificationClicked);
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h650 time_t portalAuthTime; member
696 portalAuthTime = -1; in WifiDeviceConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_spec.cpp53 item.portalAuthTime = -1; in ClearWifiDeviceConfig()
265 item.portalAuthTime = CheckDataLegal(tmpValue); in SetWifiDeviceConfigFirst()
584 ss << " " <<"portalAuthTime=" << item.portalAuthTime << std::endl; in OutPutWifiDeviceConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp3467 detectNum, config.lastConnectTime, config.portalAuthTime, false); in PortalExpiredDetect()
4695 wifiDeviceConfig.portalAuthTime = now; in InsertOrUpdateNetworkStatusHistory()