Home
last modified time | relevance | path

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

/external/parameter-framework/remote-processor/
DRemoteCommandHandlerTemplate.h88 …bool parse(CCommandParser* pCommandParser, const IRemoteCommand& remoteCommand, std::string& strRe… in parse() argument
98 switch ((pCommandParser->*_pfnParser)(remoteCommand, strResult)) { in parse()
123 …TRemoteCommandHandlerTemplate(CCommandParser* pCommandParser) : _pCommandParser(pCommandParser), _… in TRemoteCommandHandlerTemplate() argument