Home
last modified time | relevance | path

Searched refs:strNameAttributeName (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/xmlserializer/
DXmlDocSource.cpp52 const string &strNameAttributeName) in CXmlDocSource() argument
54 _strRootElementName(strRootElementName), _strNameAttributeName(strNameAttributeName), in CXmlDocSource()
DXmlDocSource.h74 const std::string &strNameAttributeName = "");
/external/parameter-framework/upstream/parameter/
DParameterMgr.h721 bool replace = true, const std::string &strNameAttributeName = "Name");
DParameterMgr.cpp623 const string &strNameAttributeName) in xmlParse() argument
629 pRootElement->getName(), strNameAttributeName); in xmlParse()