Searched refs:OnSetDhcpRange (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_stub_lite.h | 39 int OnSetDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply);
|
H A D | dhcp_server_stub.h | 49 …int OnSetDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option…
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_stub.cpp | 49 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 D | dhcp_server_stub_lite.cpp | 151 int DhcpServerStub::OnSetDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply) in OnSetDhcpRange() function in OHOS::DHCP::DhcpServerStub
|