Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DXmlFileIncluderElement.cpp43 : base(strName, strKind), _bValidateSchemasOnStart(bValidateWithSchemas), in CXmlFileIncluderElement()
66 CXmlDocSource docSource(doc, _bValidateSchemasOnStart, strIncludedElementType); in fromXml()
DXmlFileIncluderElement.h49 bool _bValidateSchemasOnStart; variable
DParameterMgr.cpp628 CXmlDocSource docSource(doc, _bValidateSchemasOnStart, pRootElement->getXmlElementName(), in xmlParse()
851 _bValidateSchemasOnStart = bValidate; in setValidateSchemasOnStart()
856 return _bValidateSchemasOnStart; in getValidateSchemasOnStart()
2624 CXmlMemoryDocSource memorySource(&element, _bValidateSchemasOnStart, in serializeElement()
2795 new CFileIncluderElementBuilder(_bValidateSchemasOnStart, getSchemaUri())); in feedElementLibraries()
DParameterMgr.h907 bool _bValidateSchemasOnStart{false};