Home
last modified time | relevance | path

Searched refs:OnIpFailChanged (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub_lite.cpp114 void DhcpClientCallBackStub::OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) in OnIpFailChanged() function in OHOS::DHCP::DhcpClientCallBackStub
116 DHCP_LOGI("DhcpClientCallBackStub::OnIpFailChanged, status:%{public}d!", status); in OnIpFailChanged()
118 callback_->OnIpFailChanged(status, ifname, reason); in OnIpFailChanged()
161 OnIpFailChanged(state, ifname, reason); in RemoteOnIpFailChanged()
H A Ddhcp_client_callback_stub.cpp96 void DhcpClientCallBackStub::OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) in OnIpFailChanged() function in OHOS::DHCP::DhcpClientCallBackStub
98 DHCP_LOGI("OnIpFailChanged, status:%{public}d!", status); in OnIpFailChanged()
100 callback_->OnIpFailChanged(status, ifname, reason); in OnIpFailChanged()
153 OnIpFailChanged(state, ifname, reason); in RemoteOnIpFailChanged()
H A Ddhcp_client_callback_stub_lite.h33 void OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) override;
H A Ddhcp_client_callback_stub.h38 void OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) override;
H A Ddhcp_event.cpp107 void DhcpClientCallBack::OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) in OnIpFailChanged() function in DhcpClientCallBack
110 DHCP_LOGI("OnIpFailChanged status:%{public}d, ifname:%{public}s, reason:%{public}s", status, ifname.c_str(), in OnIpFailChanged()
114 if ((iter != mapClientCallBack.end()) && (iter->second != nullptr) && (iter->second->OnIpFailChanged != nullptr)) { in OnIpFailChanged()
115 DHCP_LOGI("OnIpFailChanged callbackEvent status:%{public}d", status); in OnIpFailChanged()
116 iter->second->OnIpFailChanged(status, ifname.c_str(), reason.c_str()); in OnIpFailChanged()
118 DHCP_LOGE("OnIpFailChanged callbackEvent failed!"); in OnIpFailChanged()
/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_client_callback.h36 virtual void OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) = 0;
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_callback_proxy.h47 void OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) override;
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_dhcp_controller.h47 clientEvent.OnIpFailChanged = EthernetDhcpControllerResultNotify::OnFailed; in EthernetDhcpController()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp60 clientEvent.OnIpFailChanged = EthernetDhcpControllerResultNotify::OnFailed; in StartClient()
/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h38 void OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) override;
/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h79 void (*OnIpFailChanged)(int status, const char *ifname, const char *reason); member
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp508 (iter->second)->OnIpFailChanged(DHCP_OPT_RENEW_FAILED, ifname.c_str(), "get dhcp renew result failed!"); in DhcpIpv4ResultFail()
510 (iter->second)->OnIpFailChanged(DHCP_OPT_FAILED, ifname.c_str(), "get dhcp ip result failed!"); in DhcpIpv4ResultFail()
512 DHCP_LOGI("DhcpIpv4ResultFail OnIpFailChanged!, action:%{public}d", action); in DhcpIpv4ResultFail()
538 (iter->second)->OnIpFailChanged(DHCP_OPT_RENEW_TIMEOUT, ifname.c_str(), "get dhcp renew result timeout!"); in DhcpIpv4ResultTimeOut()
540 (iter->second)->OnIpFailChanged(DHCP_OPT_TIMEOUT, ifname.c_str(), "get dhcp result timeout!"); in DhcpIpv4ResultTimeOut()
542 DHCP_LOGI("DhcpIpv4ResultTimeOut OnIpFailChanged Timeout!, action:%{public}d", action); in DhcpIpv4ResultTimeOut()
559 (iter->second)->OnIpFailChanged(DHCP_OPT_LEASE_EXPIRED, ifname.c_str(), "ifname ip lease expired!"); in DhcpIpv4ResultExpired()
560 DHCP_LOGI("DhcpIpv4ResultExpired OnIpFailChanged Lease Expired!"); in DhcpIpv4ResultExpired()
H A Ddhcp_client_callback_proxy_lite.cpp87 void DhcpClientCallbackProxy::OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) in OnIpFailChanged() function in OHOS::DHCP::DhcpClientCallbackProxy
89 DHCP_LOGI("DhcpClientCallbackProxy OnIpFailChanged status:%{public}d ifname:%{public}s", status, ifname.c_str()); in OnIpFailChanged()
114 DHCP_LOGI("DhcpClientCallbackProxy OnIpFailChanged send client request success"); in OnIpFailChanged()
H A Ddhcp_client_callback_proxy.cpp80 void DhcpClientCallbackProxy::OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) in OnIpFailChanged() function in OHOS::DHCP::DhcpClientCallbackProxy
82 DHCP_LOGI("DhcpClientCallbackProxy OnIpFailChanged status:%{public}d ifname:%{public}s", status, ifname.c_str()); in OnIpFailChanged()
105 DHCP_LOGI("DhcpClientCallbackProxy OnIpFailChanged send client request success"); in OnIpFailChanged()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp84 clientEvent.OnIpFailChanged = DhcpControllerResultNotify::OnFailed; in StartClient()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp965 clientCallBack.OnIpFailChanged = DhcpResultNotify::OnFailed; in StartDhcpClientInterface()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp3001 clientCallBack.OnIpFailChanged = DhcpResultNotify::OnFailed; in RegisterCallBack()

Completed in 20 milliseconds