Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_stub_lite.h37 int OnStopDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply);
H A Ddhcp_server_stub.h46 int OnStopDhcpServer(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp45 return OnStopDhcpServer(code, data, reply, option); in InitHandleMap()
148 int DhcpServerStub::OnStopDhcpServer(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnStopDhcpServer() function in OHOS::DHCP::DhcpServerStub
150 DHCP_LOGI("OnStopDhcpServer\n"); in OnStopDhcpServer()
H A Ddhcp_server_stub_lite.cpp75 ret = OnStopDhcpServer(code, req, reply); in OnRemoteRequest()
128 int DhcpServerStub::OnStopDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply) in OnStopDhcpServer() function in OHOS::DHCP::DhcpServerStub
130 DHCP_LOGI("OnStopDhcpServer\n"); in OnStopDhcpServer()

Completed in 2 milliseconds