Searched refs:CommandServerImpl (Results 1 – 4 of 4) sorted by relevance
28 CommandServerImpl::CommandServerImpl(const std::string& cmdServerName) in CommandServerImpl() function in OHOS::CameraStandard::DeferredProcessing::CommandServerImpl35 CommandServerImpl::~CommandServerImpl() in ~CommandServerImpl()41 int32_t CommandServerImpl::AddCommand(const CmdSharedPtr& cmd) in AddCommand()51 int32_t CommandServerImpl::AddUrgentCommand(const CmdSharedPtr& cmd) in AddUrgentCommand()61 void CommandServerImpl::SetThreadPriority(int32_t priority) in SetThreadPriority()67 int32_t CommandServerImpl::GetThreadPriority() const in GetThreadPriority()
37 server_ = std::make_shared<CommandServerImpl>(cmdServerName); in Initialize()
27 class CommandServerImpl28 : public std::enable_shared_from_this<CommandServerImpl> {30 explicit CommandServerImpl(const std::string& cmdServerName);31 ~CommandServerImpl();
83 std::shared_ptr<CommandServerImpl> server_;