Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h40 int GetClientNetworkInfo(void);
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp146 if (GetClientNetworkInfo() != DHCP_OPT_SUCCESS) { in InitConfig()
249 int DhcpClientStateMachine::GetClientNetworkInfo(void) in GetClientNetworkInfo() function in OHOS::DHCP::DhcpClientStateMachine
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp397 dhcpClient->GetClientNetworkInfo(); in GetClientNetworkInfoFuzzerTest()