Searched refs:pRemoteCommandParserItem (Results 1 – 1 of 1) sorted by relevance
153 const CRemoteCommandParserItem *pRemoteCommandParserItem = in remoteCommandProcess() local156 if (!pRemoteCommandParserItem) { in remoteCommandProcess()171 return pRemoteCommandParserItem->parse(_pCommandParser, remoteCommand, strResult); in remoteCommandProcess()179 for (const auto *pRemoteCommandParserItem : _remoteCommandParserVector) { in initMaxCommandUsageLength() local181 size_t remoteCommandUsageLength = pRemoteCommandParserItem->usage().length(); in initMaxCommandUsageLength()198 for (const auto *pRemoteCommandParserItem : _remoteCommandParserVector) { in helpCommandProcess() local200 std::string strUsage = pRemoteCommandParserItem->usage(); in helpCommandProcess()206 pRemoteCommandParserItem->getDescription() + '\n'; in helpCommandProcess()212 for (const auto *pRemoteCommandParserItem : _remoteCommandParserVector) { in findCommandParserItem() local214 if (pRemoteCommandParserItem->getCommandName() == strCommandName) { in findCommandParserItem()[all …]