Home
last modified time | relevance | path

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

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_callback_stub_lite.cpp117 void DhcpServreCallBackStub::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess() function in OHOS::DHCP::DhcpServreCallBackStub
119 DHCP_LOGI("DhcpServreCallBackStub::OnServerSuccess, ifname:%{public}s", ifname.c_str()); in OnServerSuccess()
121 userCallback_->OnServerSuccess(ifname.c_str(), stationInfos); in OnServerSuccess()
H A Ddhcp_server_callback_stub.cpp106 void DhcpServreCallBackStub::OnServerSuccess(const std::string &ifname, std::vector<DhcpStationInfo> &stationInfos) in OnServerSuccess() function in OHOS::DHCP::DhcpServreCallBackStub
108 DHCP_LOGI("DhcpServreCallBackStub::OnServerSuccess, ifname:%{public}s", ifname.c_str()); in OnServerSuccess()
110 callback_->OnServerSuccess(ifname.c_str(), stationInfos); in OnServerSuccess()
H A Ddhcp_server_callback_stub.h53 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
H A Ddhcp_event.cpp236 void DhcpServerCallBack::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess() function in DhcpServerCallBack
239 DHCP_LOGI("DhcpServerCallBack OnServerSuccess ifname:%{public}s size:%{public}zu", ifname.c_str(), size); in OnServerSuccess()
242 if ((iter != mapServerCallBack.end()) && (iter->second != nullptr) && (iter->second->OnServerSuccess != nullptr) && in OnServerSuccess()
251 DHCP_LOGE("OnServerSuccess strcpy_s ipAddr failed!"); in OnServerSuccess()
257 DHCP_LOGE("OnServerSuccess strcpy_s macAddr failed!"); in OnServerSuccess()
263 DHCP_LOGE("OnServerSuccess strcpy_s deviceName failed!"); in OnServerSuccess()
269 iter->second->OnServerSuccess(ifname.c_str(), infos, size); in OnServerSuccess()
272 DHCP_LOGI("OnServerSuccess callbackEvent ok!"); in OnServerSuccess()
274 DHCP_LOGE("OnServerSuccess not find callback!"); in OnServerSuccess()
/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_server_callback.h38 virtual void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) = 0;
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_callback_proxy.h42 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_callback_proxy_lite.cpp75 void DhcpServerCallbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess() function in OHOS::DHCP::DhcpServerCallbackProxy
77 DHCP_LOGI("DhcpServerCallbackProxy::OnServerSuccess"); in OnServerSuccess()
H A Ddhcp_server_callback_proxy.cpp66 void DhcpServerCallbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess() function in OHOS::DHCP::DhcpServerCallbackProxy
68 DHCP_LOGI("DhcpServerCallbackProxy::OnServerSuccess"); in OnServerSuccess()
H A Ddhcp_server_service_impl.cpp277 (iter->second)->OnServerSuccess(ifname, stationInfos); in DeviceInfoCallBack()
/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h61 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h90 void (*OnServerSuccess)(const char *ifname, DhcpStationInfo *stationInfos, size_t size); member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp855 serverCallBack.OnServerSuccess = P2pStateMachine::DhcpResultNotify::OnDhcpServerSuccess; in StartDhcpServer()

Completed in 7 milliseconds