Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DParameterMgrPlatformConnector.cpp151 bool CParameterMgrPlatformConnector::setValidateSchemasOnStart( in setValidateSchemasOnStart() function in CParameterMgrPlatformConnector
160 _pParameterMgr->setValidateSchemasOnStart(bValidate); in setValidateSchemasOnStart()
DParameterMgrFullConnector.cpp143 void CParameterMgrFullConnector::setValidateSchemasOnStart(bool bValidate) in setValidateSchemasOnStart() function in CParameterMgrFullConnector
145 _pParameterMgr->setValidateSchemasOnStart(bValidate); in setValidateSchemasOnStart()
DParameterMgr.h205 void setValidateSchemasOnStart(bool bValidate);
DParameterMgr.cpp874 void CParameterMgr::setValidateSchemasOnStart(bool bValidate) in setValidateSchemasOnStart() function in CParameterMgr
/external/parameter-framework/parameter/include/
DParameterMgrPlatformConnector.h151 bool setValidateSchemasOnStart(bool bValidate, std::string &strError);
DParameterMgrFullConnector.h136 void setValidateSchemasOnStart(bool bValidate);
/external/parameter-framework/tools/xmlGenerator/
DhostDomainGenerator.sh207 $TPSendCommand setValidateSchemasOnStart $validationEnabled
DdomainGenerator.py269 pfw.setValidateSchemasOnStart(True)
/external/parameter-framework/bindings/python/
Dpfw.i101 void setValidateSchemasOnStart(bool bValidate);
/external/parameter-framework/test/test-platform/
DTestPlatform.cpp128 &CTestPlatform::setter<& CParameterMgrPlatformConnector::setValidateSchemasOnStart>, in CTestPlatform()