Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-processor/
DRemoteCommandHandlerTemplate.h79 bool parse(CCommandParser *pCommandParser, const IRemoteCommand &remoteCommand, in parse() argument
90 switch ((pCommandParser->*_pfnParser)(remoteCommand, strResult)) { in parse()
115 TRemoteCommandHandlerTemplate(CCommandParser *pCommandParser) in TRemoteCommandHandlerTemplate() argument
116 : _pCommandParser(pCommandParser), _maxCommandUsageLength(0) in TRemoteCommandHandlerTemplate()