Searched defs:pfnParser (Results 1 - 1 of 1) sorted by relevance

/external/parameter-framework/upstream/remote-processor/
H A DRemoteCommandHandlerTemplate.h63 CRemoteCommandParserItem(const std::string &strCommandName, RemoteCommandParser pfnParser, argument
66 : _strCommandName(strCommandName), _pfnParser(pfnParser),
131 bool addCommandParser(const std::string &strCommandName, RemoteCommandParser pfnParser, argument
143 strCommandName, pfnParser, minArgumentCount, strHelp, strDescription));

Completed in 476 milliseconds