Home
last modified time | relevance | path

Searched refs:OnSetDhcpRange (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_stub_lite.h39 int OnSetDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply);
H A Ddhcp_server_stub.h49 …int OnSetDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option…
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp49 return OnSetDhcpRange(code, data, reply, option); in InitHandleMap()
170 int DhcpServerStub::OnSetDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, Messag… in OnSetDhcpRange() function in OHOS::DHCP::DhcpServerStub
H A Ddhcp_server_stub_lite.cpp151 int DhcpServerStub::OnSetDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply) in OnSetDhcpRange() function in OHOS::DHCP::DhcpServerStub