Searched defs:OnIpSuccessChanged (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 | 37 void DhcpClientCallbackProxy::OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult&… in OnIpSuccessChanged() function in OHOS::DHCP::DhcpClientCallbackProxy
|
H A D | dhcp_client_callback_proxy.cpp | 29 void DhcpClientCallbackProxy::OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult&… in OnIpSuccessChanged() function in OHOS::DHCP::DhcpClientCallbackProxy
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_client_callback_stub_lite.cpp | 106 void DhcpClientCallBackStub::OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& … in OnIpSuccessChanged() function in OHOS::DHCP::DhcpClientCallBackStub
|
H A D | dhcp_client_callback_stub.cpp | 88 void DhcpClientCallBackStub::OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& … in OnIpSuccessChanged() function in OHOS::DHCP::DhcpClientCallBackStub
|
H A D | dhcp_event.cpp | 82 void DhcpClientCallBack::OnIpSuccessChanged(int status, const std::string& ifname, OHOS::DHCP::Dhcp… in OnIpSuccessChanged() function in DhcpClientCallBack
|
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_result_event.h | 78 void (*OnIpSuccessChanged)(int status, const char *ifname, DhcpResult *result); member
|