Searched refs:OnPutDhcpRange (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_stub_lite.h | 44 int OnPutDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply);
|
H A D | dhcp_server_stub.h | 54 int OnPutDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_stub.cpp | 57 return OnPutDhcpRange(code, data, reply, option); in InitHandleMap() 247 int DhcpServerStub::OnPutDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnPutDhcpRange() function in OHOS::DHCP::DhcpServerStub 249 DHCP_LOGI("OnPutDhcpRange\n"); in OnPutDhcpRange()
|
H A D | dhcp_server_stub_lite.cpp | 234 int DhcpServerStub::OnPutDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply) in OnPutDhcpRange() function in OHOS::DHCP::DhcpServerStub 236 DHCP_LOGI("OnPutDhcpRange\n"); in OnPutDhcpRange()
|
Completed in 2 milliseconds