Searched refs:lastHasInternetTime (Results 1 – 10 of 10) sorted by relevance
33 config.lastHasInternetTime = backupCfg.lastHasInternetTime; in ConvertBackupCfgToDeviceCfg()58 backupCfg.lastHasInternetTime = config.lastHasInternetTime; in ConvertDeviceCfgToBackupCfg()
35 time_t lastHasInternetTime; member52 lastHasInternetTime = -1; in WifiBackupConfig()
54 item.lastHasInternetTime = -1; in ClearWifiDeviceConfig()189 item.lastHasInternetTime = CheckDataLegal(tmpValue); in SetWifiDeviceConfigExternal()585 ss << " " <<"lastHasInternetTime=" << item.lastHasInternetTime << std::endl; in OutPutWifiDeviceConfig()1758 item.lastHasInternetTime = CheckDataLegal(tmpValue); in SetLastHasInternetTime()1783 item.lastHasInternetTime = -1; in ClearWifiBackupConfig()1845 item.lastHasInternetTime = CheckDataLegal(tmpValue); in SetWifiBackupConfig()1891 ss << " " <<"lastHasInternetTime=" << item.lastHasInternetTime << std::endl; in OutPutWifiBackupConfig()
239 auto lastHasInternetTime = networkCandidate.wifiDeviceConfig.lastHasInternetTime; in Filter() local245 return (now - lastHasInternetTime) <= POOR_PORTAL_RECHECK_DELAYED_SECONDS; in Filter()
70 if (networkCandidate.wifiDeviceConfig.lastHasInternetTime > 0) { in Score()71 return static_cast<double>(networkCandidate.wifiDeviceConfig.lastHasInternetTime); in Score()
651 time_t lastHasInternetTime; member697 lastHasInternetTime = -1; in WifiDeviceConfig()
1905 …time_t aTime = deviceA.lastHasInternetTime == -1 ? deviceA.lastConnectTime : deviceA.lastHasIntern… in GetHiddenNetworkSsidList()1906 …time_t bTime = deviceB.lastHasInternetTime == -1 ? deviceB.lastConnectTime : deviceB.lastHasIntern… in GetHiddenNetworkSsidList()
541 wifiDeviceConfig.lastHasInternetTime = time(0) - 1; in __anondbc6ef1a1402()544 wifiDeviceConfig.lastHasInternetTime = time(0) + 1; in __anondbc6ef1a1402()
2854 time_t lastHasInternetTime = config.lastHasInternetTime; in GetLastHasInternetTime() local2855 return lastHasInternetTime; in GetLastHasInternetTime()
4702 wifiDeviceConfig.lastHasInternetTime = time(0); in InsertOrUpdateNetworkStatusHistory()