Searched refs:strCommandName (Results 1 – 1 of 1) sorted by relevance
/external/parameter-framework/upstream/remote-processor/ |
D | RemoteCommandHandlerTemplate.h | 63 CRemoteCommandParserItem(const std::string &strCommandName, RemoteCommandParser pfnParser, in CRemoteCommandParserItem() argument 66 : _strCommandName(strCommandName), _pfnParser(pfnParser), in CRemoteCommandParserItem() 131 bool addCommandParser(const std::string &strCommandName, RemoteCommandParser pfnParser, in addCommandParser() argument 135 if (findCommandParserItem(strCommandName)) { in addCommandParser() 143 strCommandName, pfnParser, minArgumentCount, strHelp, strDescription)); in addCommandParser() 210 const CRemoteCommandParserItem *findCommandParserItem(const std::string &strCommandName) const in findCommandParserItem() argument 214 if (pRemoteCommandParserItem->getCommandName() == strCommandName) { in findCommandParserItem()
|