Searched refs:CmdSharedPtr (Results 1 – 4 of 4) sorted by relevance
25 using CmdSharedPtr = std::shared_ptr<Command>; variable51 int32_t SendCommand(const CmdSharedPtr& cmd);62 int32_t SendUrgentCommand(const CmdSharedPtr& cmd);
25 using CmdSharedPtr = std::shared_ptr<Command>; variable33 int32_t AddCommand(const CmdSharedPtr& cmd);34 int32_t AddUrgentCommand(const CmdSharedPtr& cmd);
42 int32_t CommandServer::SendCommand(const CmdSharedPtr& cmd) in SendCommand()48 int32_t CommandServer::SendUrgentCommand(const CmdSharedPtr& cmd) in SendUrgentCommand()
41 int32_t CommandServerImpl::AddCommand(const CmdSharedPtr& cmd) in AddCommand()51 int32_t CommandServerImpl::AddUrgentCommand(const CmdSharedPtr& cmd) in AddUrgentCommand()