/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& result) in OnIpSuccessChanged() function in OHOS::DHCP::DhcpClientCallBackStub 108 DHCP_LOGI("DhcpClientCallBackStub::OnIpSuccessChanged, status:%{public}d!", status); in OnIpSuccessChanged() 110 callback_->OnIpSuccessChanged(status, ifname, result); in OnIpSuccessChanged() 149 OnIpSuccessChanged(state, ifname, result); in RemoteOnIpSuccessChanged()
|
H A D | dhcp_client_callback_stub.cpp | 88 void DhcpClientCallBackStub::OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) in OnIpSuccessChanged() function in OHOS::DHCP::DhcpClientCallBackStub 90 DHCP_LOGI("OnIpSuccessChanged, status:%{public}d!", status); in OnIpSuccessChanged() 92 callback_->OnIpSuccessChanged(status, ifname, result); in OnIpSuccessChanged() 142 OnIpSuccessChanged(state, ifname, result); in RemoteOnIpSuccessChanged()
|
H A D | dhcp_client_callback_stub_lite.h | 32 void OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) override;
|
H A D | dhcp_client_callback_stub.h | 37 void OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) override;
|
H A D | dhcp_event.cpp | 82 void DhcpClientCallBack::OnIpSuccessChanged(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result) in OnIpSuccessChanged() function in DhcpClientCallBack 85 DHCP_LOGI("OnIpSuccessChanged status:%{public}d,ifname:%{public}s", status, ifname.c_str()); in OnIpSuccessChanged() 99 (iter->second->OnIpSuccessChanged != nullptr)) { in OnIpSuccessChanged() 100 DHCP_LOGI("OnIpSuccessChanged callbackEvent status:%{public}d", status); in OnIpSuccessChanged() 101 iter->second->OnIpSuccessChanged(status, ifname.c_str(), &dhcpResult); in OnIpSuccessChanged() 103 DHCP_LOGE("OnIpSuccessChanged callbackEvent failed!"); in OnIpSuccessChanged()
|
/foundation/communication/dhcp/frameworks/native/interfaces/ |
H A D | i_dhcp_client_callback.h | 35 virtual void OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) = 0;
|
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_callback_proxy.h | 46 void OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) override;
|
/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_dhcp_controller.h | 46 clientEvent.OnIpSuccessChanged = EthernetDhcpControllerResultNotify::OnSuccess; in EthernetDhcpController()
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_dhcp_controller.cpp | 59 clientEvent.OnIpSuccessChanged = EthernetDhcpControllerResultNotify::OnSuccess; in StartClient()
|
/foundation/communication/dhcp/frameworks/native/include/ |
H A D | dhcp_event.h | 37 void OnIpSuccessChanged(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result) override;
|
/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_result_event.h | 78 void (*OnIpSuccessChanged)(int status, const char *ifname, DhcpResult *result); member
|
/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& result) in OnIpSuccessChanged() function in OHOS::DHCP::DhcpClientCallbackProxy 39 DHCP_LOGI("DhcpClientCallbackProxy OnIpSuccessChanged status:%{public}d ifname:%{public}s", status, ifname.c_str()); in OnIpSuccessChanged() 83 DHCP_LOGI("OnIpSuccessChanged request success"); in OnIpSuccessChanged()
|
H A D | dhcp_client_callback_proxy.cpp | 29 void DhcpClientCallbackProxy::OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) in OnIpSuccessChanged() function in OHOS::DHCP::DhcpClientCallbackProxy 31 DHCP_LOGI("WifiDeviceCallBackProxy::OnIpSuccessChanged"); in OnIpSuccessChanged()
|
H A D | dhcp_client_service_impl.cpp | 440 (iter->second)->OnIpSuccessChanged(DHCP_OPT_SUCCESS, ifname, result); in DhcpIpv4ResultSuccess() 611 (iter->second)->OnIpSuccessChanged(PUBLISH_CODE_SUCCESS, ifname, result); in DhcpIpv6ResulCallback() 612 DHCP_LOGI("DhcpIpv6ResulCallback OnIpSuccessChanged"); in DhcpIpv6ResulCallback()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | dhcp_controller.cpp | 83 clientEvent.OnIpSuccessChanged = DhcpControllerResultNotify::OnSuccess; in StartClient()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_state_machine.cpp | 964 clientCallBack.OnIpSuccessChanged = DhcpResultNotify::OnSuccess; in StartDhcpClientInterface()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 3000 clientCallBack.OnIpSuccessChanged = DhcpResultNotify::OnSuccess; in RegisterCallBack()
|