Home
last modified time | relevance | path

Searched refs:GetRandomId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h85 uint32_t GetRandomId(void);
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp516 uint32_t DhcpClientStateMachine::GetRandomId(void) in GetRandomId() function in OHOS::DHCP::DhcpClientStateMachine
550 m_transID = GetRandomId(); in InitSelecting()
683 m_transID = GetRandomId(); in Reboot()
1664 packet.xid = GetRandomId(); in DhcpRelease()
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp498 dhcpClient->GetRandomId(); in GetRandomIdFuzzerTest()