Searched refs:OnStopDhcpClient (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_stub_lite.h | 40 int OnStopDhcpClient(uint32_t code, IpcIo *req, IpcIo *reply);
|
H A D | dhcp_client_stub.h | 47 int OnStopDhcpClient(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_stub.cpp | 84 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 D | dhcp_client_stub_lite.cpp | 47 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