/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_server_callback_stub_lite.cpp | 117 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 D | dhcp_server_callback_stub.cpp | 106 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 D | dhcp_server_callback_stub.h | 53 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
|
H A D | dhcp_event.cpp | 236 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 D | i_dhcp_server_callback.h | 38 virtual void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) = 0;
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_callback_proxy.h | 42 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_callback_proxy_lite.cpp | 75 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 D | dhcp_server_callback_proxy.cpp | 66 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 D | dhcp_server_service_impl.cpp | 277 (iter->second)->OnServerSuccess(ifname, stationInfos); in DeviceInfoCallBack()
|
/foundation/communication/dhcp/frameworks/native/include/ |
H A D | dhcp_event.h | 61 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
|
/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_result_event.h | 90 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 D | p2p_state_machine.cpp | 855 serverCallBack.OnServerSuccess = P2pStateMachine::DhcpResultNotify::OnDhcpServerSuccess; in StartDhcpServer()
|