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

  /external/parameter-framework/upstream/parameter/
ParameterMgrPlatformConnector.cpp 116 bool CParameterMgrPlatformConnector::setFailureOnMissingSubsystem(bool bFail, string &strError)
124 _pParameterMgr->setFailureOnMissingSubsystem(bFail);
ParameterMgrFullConnector.cpp 50 void CParameterMgrFullConnector::setFailureOnMissingSubsystem(bool bFail)
53 setFailureOnMissingSubsystem(bFail, error);
ParameterMgr.h 163 void setFailureOnMissingSubsystem(bool bFail);
    [all...]
ParameterMgr.cpp 819 void CParameterMgr::setFailureOnMissingSubsystem(bool bFail)
    [all...]
  /external/parameter-framework/upstream/test/functional-tests/
Basic.cpp 140 mPf->setFailureOnMissingSubsystem(true);
146 mPf->setFailureOnMissingSubsystem(false);
  /external/parameter-framework/upstream/test/functional-tests/include/
ParameterFramework.hpp 105 /** Wrap PF::setFailureOnMissingSubsystem to throw an exception on failure. */
106 void setFailureOnMissingSubsystem(bool fail)
108 mayFailCall(&PPF::setFailureOnMissingSubsystem, fail);
  /external/parameter-framework/upstream/parameter/include/
ParameterMgrPlatformConnector.h 134 bool setFailureOnMissingSubsystem(bool bFail, std::string &strError);
ParameterMgrFullConnector.h 72 void setFailureOnMissingSubsystem(bool bFail);
73 using CParameterMgrPlatformConnector::setFailureOnMissingSubsystem;
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp 71 mConnector.setFailureOnMissingSubsystem(false);
  /external/parameter-framework/upstream/bindings/python/
pfw.i 94 bool setFailureOnMissingSubsystem(bool bFail, std::string& strError);
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 99 "setFailureOnMissingSubsystem",
100 &CTestPlatform::setter<&CParameterMgrPlatformConnector::setFailureOnMissingSubsystem>, 1,

Completed in 550 milliseconds