Searched refs:OnStopDhcpServer (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_stub_lite.h | 37 int OnStopDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply);
|
H A D | dhcp_server_stub.h | 46 int OnStopDhcpServer(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_stub.cpp | 45 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 D | dhcp_server_stub_lite.cpp | 75 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