Searched refs:portalAuthTime (Results 1 – 5 of 5) sorted by relevance
287 time_t portalAuthTime, bool isNotificationClicked) in WritePortalAuthExpiredHisysevent() argument295 …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()
129 time_t portalAuthTime, bool isNotificationClicked);
650 time_t portalAuthTime; member696 portalAuthTime = -1; in WifiDeviceConfig()
53 item.portalAuthTime = -1; in ClearWifiDeviceConfig()265 item.portalAuthTime = CheckDataLegal(tmpValue); in SetWifiDeviceConfigFirst()584 ss << " " <<"portalAuthTime=" << item.portalAuthTime << std::endl; in OutPutWifiDeviceConfig()
3467 detectNum, config.lastConnectTime, config.portalAuthTime, false); in PortalExpiredDetect()4695 wifiDeviceConfig.portalAuthTime = now; in InsertOrUpdateNetworkStatusHistory()