Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-processor/
DRemoteCommandHandlerTemplate.h68 _strDescription(strDescription) in CRemoteCommandParserItem()
74 const std::string &getDescription() const { return _strDescription; } in getDescription()
111 std::string _strDescription; variable
/external/parameter-framework/upstream/parameter/
DElement.cpp56 _strDescription = strDescription; in setDescription()
61 return _strDescription; in getDescription()
146 xmlElement.getAttribute(gDescriptionPropertyName, _strDescription); in fromXml()
DElement.h191 std::string _strDescription; variable