OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setFailureOnMissingSubsystem
(Results
1 - 4
of
4
) sorted by null
/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/
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.cpp
819
void CParameterMgr::
setFailureOnMissingSubsystem
(bool bFail)
[
all
...]
Completed in 74 milliseconds