Searched refs:CommandServer (Results 1 – 4 of 4) sorted by relevance
23 CommandServer::CommandServer() : server_(nullptr) in CommandServer() function in OHOS::CameraStandard::DeferredProcessing::CommandServer28 CommandServer::~CommandServer() in ~CommandServer()34 int32_t CommandServer::Initialize(const std::string& cmdServerName) in Initialize()42 int32_t CommandServer::SendCommand(const CmdSharedPtr& cmd) in SendCommand()48 int32_t CommandServer::SendUrgentCommand(const CmdSharedPtr& cmd) in SendUrgentCommand()54 void CommandServer::SetThreadPriority(int priority) in SetThreadPriority()59 int32_t CommandServer::GetThreadPriority() const in GetThreadPriority()
26 class CommandServer {28 CommandServer();29 ~CommandServer();
29 std::shared_ptr<CommandServer> DPS_GetCommandServer();58 return SendCommandHelp<Command>(&CommandServer::SendCommand, std::forward<Args>(args)...); in DPS_SendCommand()72 return SendCommandHelp<Command>(&CommandServer::SendUrgentCommand, std::forward<Args>(args)...); in DPS_SendUrgentCommand()
26 std::shared_ptr<CommandServer> server;42 g_dpsInfo.server = std::make_shared<CommandServer>(); in DPS_Initialize()73 std::shared_ptr<CommandServer> DPS_GetCommandServer() in DPS_GetCommandServer()