Lines Matching defs:status
82 void DhcpClientCallBack::OnIpSuccessChanged(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result)
85 DHCP_LOGI("OnIpSuccessChanged status:%{public}d,ifname:%{public}s", status, ifname.c_str());
100 DHCP_LOGI("OnIpSuccessChanged callbackEvent status:%{public}d", status);
101 iter->second->OnIpSuccessChanged(status, ifname.c_str(), &dhcpResult);
107 void DhcpClientCallBack::OnIpFailChanged(int status, const std::string& ifname, const std::string& reason)
110 DHCP_LOGI("OnIpFailChanged status:%{public}d, ifname:%{public}s, reason:%{public}s", status, ifname.c_str(),
115 DHCP_LOGI("OnIpFailChanged callbackEvent status:%{public}d", status);
116 iter->second->OnIpFailChanged(status, ifname.c_str(), reason.c_str());
122 void DhcpClientCallBack::OnDhcpOfferReport(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result)
124 DHCP_LOGI("OnDhcpOfferReport status:%{public}d,ifname:%{public}s", status, ifname.c_str());
136 iter->second->OnDhcpClientReport(status, ifname.c_str(), &dhcpResult);
221 void DhcpServerCallBack::OnServerStatusChanged(int status)
223 DHCP_LOGI("DhcpServerCallBack OnServerStatusChanged status:%{public}d", status);