Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DElement.cpp44 CElement::CElement(const string &strName) : _strName(strName) in CElement()
99 if (!_strName.empty()) { in dumpContent()
233 _strName = strName; in setName()
238 return _strName; in getName()
265 if (!_strName.empty()) { in getPathName()
267 return _strName; in getPathName()
DElement.h187 std::string _strName; variable