Searched refs:OnIpcServerCmd (Results 1 – 3 of 3) sorted by relevance
66 int32_t IpcCmdRegister::OnIpcServerCmd(int32_t cmdCode, IpcIo &req, IpcIo &reply) in OnIpcServerCmd() function in OHOS::DistributedHardware::IpcCmdRegister
152 int32_t OnIpcServerCmd(int32_t cmdCode, IpcIo &req, IpcIo &reply);
172 return IpcCmdRegister::GetInstance().OnIpcServerCmd(funcId, *req, *reply); in OnRemoteRequestLite()