Lines Matching refs:pRemoteCommandParserItem
153 const CRemoteCommandParserItem *pRemoteCommandParserItem = in remoteCommandProcess() local
156 if (!pRemoteCommandParserItem) { in remoteCommandProcess()
171 return pRemoteCommandParserItem->parse(_pCommandParser, remoteCommand, strResult); in remoteCommandProcess()
179 for (const auto *pRemoteCommandParserItem : _remoteCommandParserVector) { in initMaxCommandUsageLength() local
181 size_t remoteCommandUsageLength = pRemoteCommandParserItem->usage().length(); in initMaxCommandUsageLength()
198 for (const auto *pRemoteCommandParserItem : _remoteCommandParserVector) { in helpCommandProcess() local
200 std::string strUsage = pRemoteCommandParserItem->usage(); in helpCommandProcess()
206 pRemoteCommandParserItem->getDescription() + '\n'; in helpCommandProcess()
212 for (const auto *pRemoteCommandParserItem : _remoteCommandParserVector) { in findCommandParserItem() local
214 if (pRemoteCommandParserItem->getCommandName() == strCommandName) { in findCommandParserItem()
216 return pRemoteCommandParserItem; in findCommandParserItem()