Home
last modified time | relevance | path

Searched refs:CommandServerImpl (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/command_server/
H A Dcommand_server_impl.cpp28 CommandServerImpl::CommandServerImpl(const std::string& cmdServerName) in CommandServerImpl() function in OHOS::CameraStandard::DeferredProcessing::CommandServerImpl
35 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()
H A Dcommand_server.cpp37 server_ = std::make_shared<CommandServerImpl>(cmdServerName); in Initialize()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/command_server/
H A Dcommand_server_impl.h27 class CommandServerImpl
28 : public std::enable_shared_from_this<CommandServerImpl> {
30 explicit CommandServerImpl(const std::string& cmdServerName);
31 ~CommandServerImpl();
H A Dcommand_server.h83 std::shared_ptr<CommandServerImpl> server_;