Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-processor/
DRemoteCommandHandlerTemplate.h65 const std::string &strDescription) in CRemoteCommandParserItem() argument
68 _strDescription(strDescription) in CRemoteCommandParserItem()
133 const std::string &strDescription) in addCommandParser() argument
143 strCommandName, pfnParser, minArgumentCount, strHelp, strDescription)); in addCommandParser()
/external/parameter-framework/upstream/parameter/
DElement.cpp53 void CElement::setDescription(const string &strDescription) in setDescription() argument
55 _strDescription = strDescription; in setDescription()
DElement.h55 void setDescription(const std::string &strDescription);