Home
last modified time | relevance | path

Searched defs:pendingInterval (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_binding_test.cpp32 uint64_t pendingInterval = 0; variable
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpbinding_fuzzer/
H A Ddhcpbinding_fuzzer.cpp31 uint64_t pendingInterval = static_cast<uint64_t>(data[index++]); in NextPendingIntervalTest() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_binding.cpp37 uint64_t NextPendingInterval(uint64_t pendingInterval) in NextPendingInterval()
H A Ddhcp_server_service_impl.cpp292 std::string pendingInterval; in ConvertLeasesToStationInfos() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_binding.h39 uint64_t pendingInterval; member