Searched refs:cmdServerName (Results 1 – 4 of 4) sorted by relevance
34 int32_t CommandServer::Initialize(const std::string& cmdServerName) in Initialize() argument37 server_ = std::make_shared<CommandServerImpl>(cmdServerName); in Initialize()
28 CommandServerImpl::CommandServerImpl(const std::string& cmdServerName) in CommandServerImpl() argument29 : commandServerName_(cmdServerName) in CommandServerImpl()
41 int32_t Initialize(const std::string& cmdServerName = "DpsCmdServer");
30 explicit CommandServerImpl(const std::string& cmdServerName);