Searched refs:SendALL (Results 1 – 4 of 4) sorted by relevance
58 int32_t ret = IpcServerStub::GetInstance().SendALL(cmdCode, req, rsp); in SendAll()
258 int32_t IpcServerStub::SendALL(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp… in SendALL() function in OHOS::DistributedHardware::IpcServerStub
108 int32_t SendALL(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp);
471 int32_t result = IpcServerStub::GetInstance().SendALL(cmdCode, req, rsp);