Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DElement.cpp45 CElement::CElement(const string &strName) : _strName(strName) in CElement()
100 if (!_strName.empty()) { in dumpContent()
237 _strName = strName; in setName()
242 return _strName; in getName()
269 if (!_strName.empty()) { in getPathName()
271 return _strName; in getPathName()
DElement.h188 std::string _strName; variable