Searched defs:setFailureOnMissingSubsystem (Results 1 - 4 of 4) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/include/
H A DParameterFramework.hpp105 /** Wrap PF::setFailureOnMissingSubsystem to throw an exception on failure. */
106 void setFailureOnMissingSubsystem(bool fail) function in class:parameterFramework::ParameterFramework
108 mayFailCall(&PPF::setFailureOnMissingSubsystem, fail);
/external/parameter-framework/upstream/parameter/
H A DParameterMgrPlatformConnector.cpp116 bool CParameterMgrPlatformConnector::setFailureOnMissingSubsystem(bool bFail, string &strError) function in class:CParameterMgrPlatformConnector
124 _pParameterMgr->setFailureOnMissingSubsystem(bFail);
H A DParameterMgrFullConnector.cpp50 void CParameterMgrFullConnector::setFailureOnMissingSubsystem(bool bFail) function in class:CParameterMgrFullConnector
53 setFailureOnMissingSubsystem(bFail, error);
H A DParameterMgr.cpp819 void CParameterMgr::setFailureOnMissingSubsystem(bool bFail) function in class:CParameterMgr

Completed in 76 milliseconds