Home
last modified time | relevance | path

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

/external/parameter-framework/remote-processor/
DRemoteCommandHandlerTemplate.h65 const std::string& strDescription) in CRemoteCommandParserItem() argument
70 _strDescription(strDescription) {} in CRemoteCommandParserItem()
143 const std::string& strDescription) in addCommandParser() argument
152 … CRemoteCommandParserItem(strCommandName, pfnParser, uiMinArgumentCount, strHelp, strDescription)); in addCommandParser()
/external/parameter-framework/parameter/
DElement.h57 void setDescription(const std::string& strDescription);
DElement.cpp127 void CElement::setDescription(const string& strDescription) in setDescription() argument
129 _strDescription = strDescription; in setDescription()