Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_stub_lite.h41 int OnRemoveDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply);
H A Ddhcp_server_stub.h51 int OnRemoveDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp65 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 Ddhcp_server_stub_lite.cpp181 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