Searched refs:OnRemoveDhcpRange (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_stub_lite.h | 41 int OnRemoveDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply);
|
H A D | dhcp_server_stub.h | 51 int OnRemoveDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_stub.cpp | 65 return OnRemoveDhcpRange(code, data, reply, option); in InitHandleMap() 197 int DhcpServerStub::OnRemoveDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoveDhcpRange() function in OHOS::DHCP::DhcpServerStub 199 DHCP_LOGI("OnRemoveDhcpRange\n"); in OnRemoveDhcpRange()
|
H A D | dhcp_server_stub_lite.cpp | 181 int DhcpServerStub::OnRemoveDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoveDhcpRange() function in OHOS::DHCP::DhcpServerStub 183 DHCP_LOGI("OnRemoveDhcpRange\n"); in OnRemoveDhcpRange()
|
Completed in 3 milliseconds