Home
last modified time | relevance | path

Searched refs:setValidateSchemasOnStart (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterMgrPlatformConnector.cpp161 bool CParameterMgrPlatformConnector::setValidateSchemasOnStart(bool bValidate, in setValidateSchemasOnStart() function in CParameterMgrPlatformConnector
170 _pParameterMgr->setValidateSchemasOnStart(bValidate); in setValidateSchemasOnStart()
DParameterMgrFullConnector.cpp62 void CParameterMgrFullConnector::setValidateSchemasOnStart(bool bValidate) in setValidateSchemasOnStart() function in CParameterMgrFullConnector
65 setValidateSchemasOnStart(bValidate, error); in setValidateSchemasOnStart()
DParameterMgr.h205 void setValidateSchemasOnStart(bool bValidate);
DParameterMgr.cpp849 void CParameterMgr::setValidateSchemasOnStart(bool bValidate) in setValidateSchemasOnStart() function in CParameterMgr
/external/parameter-framework/upstream/test/functional-tests/include/
DParameterFramework.hpp94 void setValidateSchemasOnStart(bool validate) in setValidateSchemasOnStart() function in parameterFramework::ParameterFramework
96 mayFailCall(&PPF::setValidateSchemasOnStart, validate); in setValidateSchemasOnStart()
/external/parameter-framework/upstream/parameter/include/
DParameterMgrFullConnector.h84 void setValidateSchemasOnStart(bool bValidate);
85 using CParameterMgrPlatformConnector::setValidateSchemasOnStart;
DParameterMgrPlatformConnector.h182 bool setValidateSchemasOnStart(bool bValidate, std::string &strError);
/external/parameter-framework/upstream/tools/xmlGenerator/
DdomainGeneratorConnector.cpp68 mConnector.setValidateSchemasOnStart(validate); in XmlGenerator()
/external/parameter-framework/upstream/bindings/python/
Dpfw.i103 bool setValidateSchemasOnStart(bool bValidate, std::string &strError);
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp121 &CTestPlatform::setter<&CParameterMgrPlatformConnector::setValidateSchemasOnStart>, 1, in run()
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md64 ## `setSchemaUri` and `getSchemaUri`; `setValidateSchemasOnStart` and `getValidateSchemasOnStart`