Home
last modified time | relevance | path

Searched refs:OnGetDhcpClientInfos (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_stub_lite.h42 int OnGetDhcpClientInfos(uint32_t code, IpcIo *req, IpcIo *reply);
H A Ddhcp_server_stub.h52 int OnGetDhcpClientInfos(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp73 return OnGetDhcpClientInfos(code, data, reply, option); in InitHandleMap()
214 int DhcpServerStub::OnGetDhcpClientInfos(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnGetDhcpClientInfos() function in OHOS::DHCP::DhcpServerStub
217 DHCP_LOGI("OnGetDhcpClientInfos\n"); in OnGetDhcpClientInfos()
227 DHCP_LOGI("OnGetDhcpClientInfos, reply message size:%{public}d\n", size); in OnGetDhcpClientInfos()
H A Ddhcp_server_stub_lite.cpp200 int DhcpServerStub::OnGetDhcpClientInfos(uint32_t code, IpcIo *req, IpcIo *reply) in OnGetDhcpClientInfos() function in OHOS::DHCP::DhcpServerStub
202 DHCP_LOGI("OnGetDhcpClientInfos\n"); in OnGetDhcpClientInfos()
213 DHCP_LOGI("OnGetDhcpClientInfos, reply message size:%{public}d\n", size); in OnGetDhcpClientInfos()

Completed in 3 milliseconds