Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_stub_lite.h40 int OnStopDhcpClient(uint32_t code, IpcIo *req, IpcIo *reply);
H A Ddhcp_client_stub.h47 int OnStopDhcpClient(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_stub.cpp84 return OnStopDhcpClient(code, data, reply, option); in InitHandleMap()
163 int DhcpClientStub::OnStopDhcpClient(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnStopDhcpClient() function in OHOS::DHCP::DhcpClientStub
H A Ddhcp_client_stub_lite.cpp47 handleFuncMap[static_cast<uint32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_SVR_CMD_STOP_DHCP_CLIENT)] = &DhcpClientStub::OnStopDhcpClient; in InitHandleMap()
165 int DhcpClientStub::OnStopDhcpClient(uint32_t code, IpcIo *req, IpcIo *reply) in OnStopDhcpClient() function in OHOS::DHCP::DhcpClientStub

Completed in 2 milliseconds