Home
last modified time | relevance | path

Searched refs:cmdServerName (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.cpp34 int32_t CommandServer::Initialize(const std::string& cmdServerName) in Initialize() argument
37 server_ = std::make_shared<CommandServerImpl>(cmdServerName); in Initialize()
H A Dcommand_server_impl.cpp28 CommandServerImpl::CommandServerImpl(const std::string& cmdServerName) in CommandServerImpl() argument
29 : commandServerName_(cmdServerName) in CommandServerImpl()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/command_server/
H A Dcommand_server.h41 int32_t Initialize(const std::string& cmdServerName = "DpsCmdServer");
H A Dcommand_server_impl.h30 explicit CommandServerImpl(const std::string& cmdServerName);