Home
last modified time | relevance | path

Searched refs:GetCachedDhcpResult (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h94 int32_t GetCachedDhcpResult(std::string targetBssid, IpInfoCached &ipCached);
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp718 if (GetCachedDhcpResult(m_routerCfg.bssid, ipInfoCached) != 0) { in Reboot()
1884 int32_t DhcpClientStateMachine::GetCachedDhcpResult(std::string targetBssid, IpInfoCached &ipcached) in GetCachedDhcpResult() function in OHOS::DHCP::DhcpClientStateMachine
1917 if (GetCachedDhcpResult(m_routerCfg.bssid, ipCached) != 0) { in TryCachedIp()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp869 dhcpClient->GetCachedDhcpResult(targetBssid, ipcached); in GetCachedDhcpResultFuzzerTest()

Completed in 11 milliseconds