Searched refs:OnGetDhcpClientInfos (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_stub_lite.h | 42 int OnGetDhcpClientInfos(uint32_t code, IpcIo *req, IpcIo *reply);
|
H A D | dhcp_server_stub.h | 52 int OnGetDhcpClientInfos(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_stub.cpp | 73 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 D | dhcp_server_stub_lite.cpp | 200 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