Lines Matching refs:pRemoteCommandParserItem
162 …const CRemoteCommandParserItem* pRemoteCommandParserItem = findCommandParserItem(remoteCommand.get… in remoteCommandProcess() local
164 if (!pRemoteCommandParserItem) { in remoteCommandProcess()
179 return pRemoteCommandParserItem->parse(_pCommandParser, remoteCommand, strResult); in remoteCommandProcess()
191 … const CRemoteCommandParserItem* pRemoteCommandParserItem = _remoteCommandParserVector[uiIndex]; in initMaxCommandUsageLength() local
193 … uint32_t uiRemoteCommandUsageLength = (uint32_t)pRemoteCommandParserItem->usage().length(); in initMaxCommandUsageLength()
216 … const CRemoteCommandParserItem* pRemoteCommandParserItem = _remoteCommandParserVector[uiIndex]; in helpCommandProcess() local
218 std::string strUsage = pRemoteCommandParserItem->usage(); in helpCommandProcess()
230 … strResult += std::string("=> ") + std::string(pRemoteCommandParserItem->getDescription()) + "\n"; in helpCommandProcess()
240 … const CRemoteCommandParserItem* pRemoteCommandParserItem = _remoteCommandParserVector[uiIndex]; in findCommandParserItem() local
242 if (pRemoteCommandParserItem->getCommandName() == strCommandName) { in findCommandParserItem()
244 return pRemoteCommandParserItem; in findCommandParserItem()