Home
last modified time | relevance | path

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

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub_lite.cpp106 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 Ddhcp_client_callback_stub.cpp88 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 Ddhcp_client_callback_stub_lite.h32 void OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) override;
H A Ddhcp_client_callback_stub.h37 void OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) override;
H A Ddhcp_event.cpp82 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 Di_dhcp_client_callback.h35 virtual void OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) = 0;
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_callback_proxy.h46 void OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) override;
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_dhcp_controller.h46 clientEvent.OnIpSuccessChanged = EthernetDhcpControllerResultNotify::OnSuccess; in EthernetDhcpController()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp59 clientEvent.OnIpSuccessChanged = EthernetDhcpControllerResultNotify::OnSuccess; in StartClient()
/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h37 void OnIpSuccessChanged(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result) override;
/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h78 void (*OnIpSuccessChanged)(int status, const char *ifname, DhcpResult *result); member
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy_lite.cpp37 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 Ddhcp_client_callback_proxy.cpp29 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 Ddhcp_client_service_impl.cpp440 (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 Ddhcp_controller.cpp83 clientEvent.OnIpSuccessChanged = DhcpControllerResultNotify::OnSuccess; in StartClient()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp964 clientCallBack.OnIpSuccessChanged = DhcpResultNotify::OnSuccess; in StartDhcpClientInterface()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp3000 clientCallBack.OnIpSuccessChanged = DhcpResultNotify::OnSuccess; in RegisterCallBack()

Completed in 15 milliseconds