Home
last modified time | relevance | path

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

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy.cpp200 data.WriteInt32(range.leaseHours); in SetDhcpRange()
206 DHCP_LOGI("%{public}s, LINE :%{public}d ifname:%{public}s iptype %{public}d leaseHours %{public}d" in SetDhcpRange()
208 __func__, __LINE__, ifname.c_str(), range.iptype, range.leaseHours, range.strTagName.c_str(), in SetDhcpRange()
276 data.WriteInt32(range.leaseHours); in PutDhcpRange()
282 DHCP_LOGI("%{public}s, LINE :%{public}d tagName:%{public}s iptype %{public}d leaseHours %{public}d" in PutDhcpRange()
284 __func__, __LINE__, tagName.c_str(), range.iptype, range.leaseHours, range.strTagName.c_str(), in PutDhcpRange()
414 data.WriteInt32(range.leaseHours); in RemoveDhcpRange()
420 DHCP_LOGI("%{public}s, LINE :%{public}d ifname:%{public}s iptype %{public}d leaseHours %{public}d" in RemoveDhcpRange()
422 __func__, __LINE__, tagName.c_str(), range.iptype, range.leaseHours, range.strTagName.c_str(), in RemoveDhcpRange()
H A Ddhcp_server_proxy_lite.cpp302 (void)WriteInt32(&request, range.leaseHours); in SetDhcpRange()
386 (void)WriteInt32(&request, range.leaseHours); in PutDhcpRange()
506 (void)WriteInt32(&request, range.leaseHours); in RemoveDhcpRange()
/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h217 int leaseHours; /* lease hours */ member
226 leaseHours = LEASETIME_DEFAULT; in DhcpRange()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp175 range.leaseHours = data.ReadInt32(); in OnSetDhcpRange()
202 range.leaseHours = data.ReadInt32(); in OnRemoveDhcpRange()
252 range.leaseHours = data.ReadInt32(); in OnPutDhcpRange()
H A Ddhcp_server_stub_lite.cpp157 (void)ReadInt32(req, &range.leaseHours); in OnSetDhcpRange()
187 (void)ReadInt32(req, &range.leaseHours); in OnRemoveDhcpRange()
240 (void)ReadInt32(req, &range.leaseHours); in OnPutDhcpRange()
H A Ddhcp_server_service_impl.cpp692 if (((iterRange.iptype != 0) && (iterRange.iptype != 1)) || (iterRange.leaseHours <= 0) || in CheckAndUpdateConf()
695 "iptype:%{public}d,leaseHours:%{public}d,strStartip:%{private}s,strEndip:%{private}s error!", in CheckAndUpdateConf()
696 iterRange.iptype, iterRange.leaseHours, iterRange.strStartip.c_str(), iterRange.strEndip.c_str()); in CheckAndUpdateConf()
778 if (((iterRange.iptype != 0) && (iterRange.iptype != 1)) || (iterRange.leaseHours <= 0) || in GetUsingIpRange()
781 iterRange.iptype, iterRange.leaseHours, iterRange.strStartip.c_str(), iterRange.strEndip.c_str()); in GetUsingIpRange()
/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h64 int leaseHours; /* lease hours */ member
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp39 range.leaseHours = static_cast<int>(data[0]); in DhcpServerFuzzerTest()
/foundation/communication/dhcp/test/fuzztest/dhcpserverimpl_fuzzer/
H A Ddhcpserverimpl_fuzzer.cpp143 range.leaseHours = static_cast<int>(data[0]); in CheckIpAddrRangeTest()

Completed in 6 milliseconds