Lines Matching defs:DhcpClientCallBack
20 DhcpClientCallBack::DhcpClientCallBack()
22 DHCP_LOGI("DhcpClientCallBack");
25 DhcpClientCallBack::~DhcpClientCallBack()
27 DHCP_LOGI("~DhcpClientCallBack");
30 void DhcpClientCallBack::ResultInfoCopy(DhcpResult &dhcpResult, OHOS::DHCP::DhcpResult& result)
82 void DhcpClientCallBack::OnIpSuccessChanged(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result)
107 void DhcpClientCallBack::OnIpFailChanged(int status, const std::string& ifname, const std::string& reason)
122 void DhcpClientCallBack::OnDhcpOfferReport(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result)
142 OHOS::sptr<OHOS::IRemoteObject> DhcpClientCallBack::AsObject()
144 DHCP_LOGI("DhcpClientCallBack AsObject!");
148 void DhcpClientCallBack::RegisterCallBack(const std::string& ifname, const ClientCallBack *event)
151 DHCP_LOGE("DhcpClientCallBack event is nullptr!");
170 void DhcpClientCallBack::UnRegisterCallBack(const std::string& ifname)
194 void DhcpClientCallBack::RegisterDhcpClientReportCallBack(const std::string& ifname, const DhcpClientReport *event)