HomeSort by relevance Sort by last modified time
    Searched refs:setValidateSchemasOnStart (Results 1 - 10 of 10) sorted by null

  /external/parameter-framework/upstream/parameter/
ParameterMgrPlatformConnector.cpp 161 bool CParameterMgrPlatformConnector::setValidateSchemasOnStart(bool bValidate,
170 _pParameterMgr->setValidateSchemasOnStart(bValidate);
ParameterMgrFullConnector.cpp 62 void CParameterMgrFullConnector::setValidateSchemasOnStart(bool bValidate)
65 setValidateSchemasOnStart(bValidate, error);
ParameterMgr.h 205 void setValidateSchemasOnStart(bool bValidate);
    [all...]
ParameterMgr.cpp 849 void CParameterMgr::setValidateSchemasOnStart(bool bValidate)
    [all...]
  /external/parameter-framework/upstream/test/functional-tests/include/
ParameterFramework.hpp 93 /** Wrap PF::setValidateSchemasOnStart to throw an exception on failure. */
94 void setValidateSchemasOnStart(bool validate)
96 mayFailCall(&PPF::setValidateSchemasOnStart, validate);
  /external/parameter-framework/upstream/parameter/include/
ParameterMgrPlatformConnector.h 182 bool setValidateSchemasOnStart(bool bValidate, std::string &strError);
ParameterMgrFullConnector.h 84 void setValidateSchemasOnStart(bool bValidate);
85 using CParameterMgrPlatformConnector::setValidateSchemasOnStart;
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp 68 mConnector.setValidateSchemasOnStart(validate);
  /external/parameter-framework/upstream/bindings/python/
pfw.i 103 bool setValidateSchemasOnStart(bool bValidate, std::string &strError);
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 120 "setValidateSchemasOnStart",
121 &CTestPlatform::setter<&CParameterMgrPlatformConnector::setValidateSchemasOnStart>, 1,

Completed in 149 milliseconds