Searched refs:pfnParser (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 143 strCommandName, pfnParser, minArgumentCount, strHelp, strDescription)); in addCommandParser()
|