Home
last modified time | relevance | path

Searched refs:uOptLeasetime (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_result_store_manager.cpp233 } else if (key == "uOptLeasetime") { in SetClassKeyValue()
234 item.ipResult.uOptLeasetime = static_cast<uint32_t>(CheckDataLegal(valueTmp)); in SetClassKeyValue()
260 ss << " " <<"uOptLeasetime=" << item.ipResult.uOptLeasetime << std::endl; in OutClassString()
269 item.ipResult.uOptLeasetime = 0; in ClearClass()
H A Ddhcp_client_state_machine.cpp1308 m_dhcpIpResult.uOptLeasetime = m_leaseTime; in ParseDhcpAckPacket()
1370 dhcpIpResult.uOptLeasetime = leaseTime; in GetDhcpOffer()
1898 ipInfoCached.absoluteLeasetime = static_cast<int64_t>(ipResult.uOptLeasetime) + static_cast<int64_t>(time(NULL)); in SaveIpInfoInLocalFile()
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()
H A Ddhcp_client_service_impl.cpp405 result.uLeaseTime = ipResult.uOptLeasetime; in DhcpIpv4ResultSuccess()
452 result.uLeaseTime = ipResult.uOptLeasetime; in DhcpOfferResultSuccess()
/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h56 uint32_t uOptLeasetime; /* your (client) IP lease time (s) */ member
/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h183 uint32_t uOptLeasetime; /* dhcp option DHO_LEASETIME */ member
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp89 dhcpResult.uOptLeasetime = result.uLeaseTime; in OnIpSuccessChanged()
128 dhcpResult.uOptLeasetime = result.uLeaseTime; in OnDhcpOfferReport()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h367 uint32_t uOptLeasetime; /* dhcp option IP_ADDRESS_LEASE_TIME_OPTION */ member
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp502 result.strOptRouter2, INET_ADDRSTRLEN, result.strOptVendor, DHCP_FILE_MAX_BYTES, &result.uOptLeasetime); in GetDhcpPacketResult()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp4222 dest->uOptLeasetime = source->uOptLeasetime; in SaveDhcpResult()
4328 uOptLeasetime=%{public}d, uAddTime=%{public}d, uGetTime=%{public}d, currentTpType=%{public}d", in OnSuccess()
4330 result->uOptLeasetime, result->uAddTime, result->uGetTime, pStaStateMachine->currentTpType); in OnSuccess()
4375 result->uOptLeasetime, assignMethod, pStaStateMachine->currentTpType, pStaStateMachine->GetInstanceId()); in DealDhcpResult()
4391 ipInfo.leaseDuration = result->uOptLeasetime; in TryToSaveIpV4ResultExt()
4568 ipInfo.leaseDuration = DhcpOfferInfo.uOptLeasetime; in DealDhcpOfferResult()

Completed in 16 milliseconds