Home
last modified time | relevance | path

Searched refs:pRemoteCommandParserItem (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/upstream/remote-processor/
DRemoteCommandHandlerTemplate.h153 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()
[all …]