Home
last modified time | relevance | path

Searched refs:OnDhcpOfferReport (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub.cpp104 void DhcpClientCallBackStub::OnDhcpOfferReport(int status, const std::string& ifname, DhcpResult& result) in OnDhcpOfferReport() function in OHOS::DHCP::DhcpClientCallBackStub
106 DHCP_LOGI("OnDhcpOfferReport, status:%{public}d!", status); in OnDhcpOfferReport()
108 callback_->OnDhcpOfferReport(status, ifname, result); in OnDhcpOfferReport()
188 OnDhcpOfferReport(state, ifname, result); in RemoteOnDhcpOfferReport()
H A Ddhcp_client_callback_stub.h39 void OnDhcpOfferReport(int status, const std::string& ifname, DhcpResult& result) override;
H A Ddhcp_event.cpp122 void DhcpClientCallBack::OnDhcpOfferReport(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result) in OnDhcpOfferReport() function in DhcpClientCallBack
124 DHCP_LOGI("OnDhcpOfferReport status:%{public}d,ifname:%{public}s", status, ifname.c_str()); in OnDhcpOfferReport()
138 DHCP_LOGE("OnDhcpOfferReport callbackEvent failed!"); in OnDhcpOfferReport()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service_callback.h35 std::function<void(IpInfo, int)> OnDhcpOfferReport { nullptr };
H A Dsta_state_machine.cpp383 if (callBackItem.second.OnDhcpOfferReport != nullptr) { in InvokeOnDhcpOfferReport()
384 callBackItem.second.OnDhcpOfferReport(ipInfo, m_instId); in InvokeOnDhcpOfferReport()
/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_client_callback.h39 virtual void OnDhcpOfferReport(int status, const std::string& ifname, DhcpResult& result) = 0;
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_callback_proxy.h43 void OnDhcpOfferReport(int status, const std::string& ifname, DhcpResult& result) override;
/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h40 void OnDhcpOfferReport(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result) override;
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_interface.cpp88 mStaCallback.OnDhcpOfferReport = [this](const IpInfo &ipInfo, int instId) { in InitCallback()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy.cpp109 void DhcpClientCallbackProxy::OnDhcpOfferReport(int status, const std::string& ifname, DhcpResult& result) in OnDhcpOfferReport() function in OHOS::DHCP::DhcpClientCallbackProxy
111 DHCP_LOGI("WifiDeviceCallBackProxy::OnDhcpOfferReport"); in OnDhcpOfferReport()
H A Ddhcp_client_service_impl.cpp468 DHCP_LOGE("OnDhcpOfferReport m_mapClientCallBack not find callback!"); in DhcpOfferResultSuccess()
472 DHCP_LOGE("OnDhcpOfferReport mclientCallback is nullptr!"); in DhcpOfferResultSuccess()
475 (iter->second)->OnDhcpOfferReport(0, ifname, result); in DhcpOfferResultSuccess()
/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test.cpp312 callback.OnDhcpOfferReport = DealDhcpOfferReport; in InvokeOnDhcpOfferReportTest()

Completed in 13 milliseconds