Home
last modified time | relevance | path

Searched refs:ipCached (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1916 IpInfoCached ipCached; in TryCachedIp() local
1917 if (GetCachedDhcpResult(m_routerCfg.bssid, ipCached) != 0) { in TryCachedIp()
1921 if (PublishDhcpResultEvent(m_cltCnf.ifaceName, PUBLISH_CODE_SUCCESS, &ipCached.ipResult) != DHCP_OPT_SUCCESS) { in TryCachedIp()
1922 PublishDhcpResultEvent(m_cltCnf.ifaceName, PUBLISH_CODE_FAILED, &ipCached.ipResult); in TryCachedIp()
1926 m_leaseTime = ipCached.ipResult.uOptLeasetime; in TryCachedIp()
1927 m_renewalSec = ipCached.ipResult.uOptLeasetime * RENEWAL_SEC_MULTIPLE; in TryCachedIp()
1928 m_rebindSec = ipCached.ipResult.uOptLeasetime * REBIND_SEC_MULTIPLE; in TryCachedIp()
1929 m_renewalTimestamp = static_cast<int64_t>(ipCached.ipResult.uAddTime); in TryCachedIp()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h94 int32_t GetCachedDhcpResult(std::string targetBssid, IpInfoCached &ipCached);

Completed in 4 milliseconds