Searched refs:mayFailCall (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | ElementHandle.hpp | 75 void setAsDouble(double value) { mayFailCall(&EH::setAsDouble, value); } in setAsDouble() 77 void getAsDouble(double &value) const { mayFailCall(&EH::getAsDouble, value); } in getAsDouble() 79 void setAsBoolean(bool value) { mayFailCall(&EH::setAsBoolean, value); } in setAsBoolean() 80 void getAsBoolean(bool &value) const { mayFailCall(&EH::getAsBoolean, value); } in getAsBoolean() 82 void setAsInteger(uint32_t value) { mayFailCall(&EH::setAsInteger, value); } in setAsInteger() 83 void getAsInteger(uint32_t &value) const { mayFailCall(&EH::getAsInteger, value); } in getAsInteger() 86 mayFailCall(&EH::setAsIntegerArray, value); in setAsIntegerArray() 90 mayFailCall(&EH::getAsIntegerArray, value); in getAsIntegerArray() 93 void setAsSignedInteger(int32_t value) { mayFailCall(&EH::setAsSignedInteger, value); } in setAsSignedInteger() 94 void getAsSignedInteger(int32_t &value) const { mayFailCall(&EH::getAsSignedInteger, value); } in getAsSignedInteger() [all …]
|
D | ParameterFramework.hpp | 71 void start() { mayFailCall(&PF::start); } in start() 96 mayFailCall(&PPF::setValidateSchemasOnStart, validate); in setValidateSchemasOnStart() 102 mayFailCall(&PPF::setFailureOnFailedSettingsLoad, fail); in setFailureOnFailedSettingsLoad() 108 mayFailCall(&PPF::setFailureOnMissingSubsystem, fail); in setFailureOnMissingSubsystem() 120 void setTuningMode(bool enable) { mayFailCall(&PF::setTuningMode, enable); } in setTuningMode() 123 void setAutoSync(bool enable) { mayFailCall(&PF::setAutoSync, enable); } in setAutoSync() 130 mayFailCall(&PF::accessParameterValue, path, value, true); in setParameter() 137 mayFailCall(&PF::accessParameterValue, path, value, false); in getParameter() 146 mayFailCall(&PF::accessConfigurationValue, domain, configuration, path, value, true); in setConfigurationParameter() 155 mayFailCall(&PF::accessConfigurationValue, domain, configuration, path, value, false); in getConfigurationParameter() [all …]
|
D | FailureWrapper.hpp | 70 void mayFailCall(bool (K::*method)(MArgs...) const, Args &&... args) const in mayFailCall() function in parameterFramework::FailureWrapper 81 void mayFailCall(bool (K::*method)(MArgs...), Args &&... args) in mayFailCall() function in parameterFramework::FailureWrapper 92 ReturnType *mayFailCall(ReturnType *(K::*method)(MArgs...), Args &&... args) in mayFailCall() function in parameterFramework::FailureWrapper 103 ReturnType *mayFailCall(ReturnType *(K::*method)(MArgs...) const, Args &&... args) const in mayFailCall() function in parameterFramework::FailureWrapper
|