Searched defs:OnIpFailChanged (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_callback_proxy_lite.cpp | 87 void DhcpClientCallbackProxy::OnIpFailChanged(int status, const std::string& ifname, const std::str… in OnIpFailChanged() function in OHOS::DHCP::DhcpClientCallbackProxy
|
H A D | dhcp_client_callback_proxy.cpp | 80 void DhcpClientCallbackProxy::OnIpFailChanged(int status, const std::string& ifname, const std::str… in OnIpFailChanged() function in OHOS::DHCP::DhcpClientCallbackProxy
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_client_callback_stub_lite.cpp | 114 void DhcpClientCallBackStub::OnIpFailChanged(int status, const std::string& ifname, const std::stri… in OnIpFailChanged() function in OHOS::DHCP::DhcpClientCallBackStub
|
H A D | dhcp_client_callback_stub.cpp | 96 void DhcpClientCallBackStub::OnIpFailChanged(int status, const std::string& ifname, const std::stri… in OnIpFailChanged() function in OHOS::DHCP::DhcpClientCallBackStub
|
H A D | dhcp_event.cpp | 107 void DhcpClientCallBack::OnIpFailChanged(int status, const std::string& ifname, const std::string& … in OnIpFailChanged() function in DhcpClientCallBack
|
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_result_event.h | 79 void (*OnIpFailChanged)(int status, const char *ifname, const char *reason); member
|