Searched refs:pRemoteCommandParserItem (Results 1 – 2 of 2) sorted by relevance
162 …const CRemoteCommandParserItem* pRemoteCommandParserItem = findCommandParserItem(remoteCommand.get… in remoteCommandProcess() local164 if (!pRemoteCommandParserItem) { in remoteCommandProcess()179 return pRemoteCommandParserItem->parse(_pCommandParser, remoteCommand, strResult); in remoteCommandProcess()191 … const CRemoteCommandParserItem* pRemoteCommandParserItem = _remoteCommandParserVector[uiIndex]; in initMaxCommandUsageLength() local193 … uint32_t uiRemoteCommandUsageLength = (uint32_t)pRemoteCommandParserItem->usage().length(); in initMaxCommandUsageLength()216 … const CRemoteCommandParserItem* pRemoteCommandParserItem = _remoteCommandParserVector[uiIndex]; in helpCommandProcess() local218 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() local242 if (pRemoteCommandParserItem->getCommandName() == strCommandName) { in findCommandParserItem()[all …]
362 …const SRemoteCommandParserItem* pRemoteCommandParserItem = &gastRemoteCommandParserItems[uiRemoteC… in CParameterMgr() local364 _pCommandHandler->addCommandParser(pRemoteCommandParserItem->_pcCommandName, in CParameterMgr()365 pRemoteCommandParserItem->_pfnParser, in CParameterMgr()366 pRemoteCommandParserItem->_uiMinArgumentCount, in CParameterMgr()367 pRemoteCommandParserItem->_pcHelp, in CParameterMgr()368 pRemoteCommandParserItem->_pcDescription); in CParameterMgr()