Home
last modified time | relevance | path

Searched refs:USERESULT (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/bindings/c/
DParameterFramework.h54 #define USERESULT __attribute__((warn_unused_result)) macro
125 PfwHandler *pfwCreate() USERESULT;
142 const PfwLogger *loggger) NONNULL_(1, 2, 3) USERESULT;
172 bool pfwSetCriterion(PfwHandler *handle, const char name[], int value) NONNULL USERESULT;
177 bool pfwGetCriterion(const PfwHandler *handle, const char name[], int *value) NONNULL USERESULT;
188 bool pfwApplyConfigurations(const PfwHandler *handle) NONNULL USERESULT;
224 bool pfwGetIntParameter(const PfwParameterHandler *handle, int32_t *value ) NONNULL USERESULT;
231 bool pfwSetIntParameter(PfwParameterHandler *handle, int32_t value) NONNULL USERESULT;
247 bool pfwSetStringParameter(PfwParameterHandler *handle, const char value[]) NONNULL USERESULT;
261 #undef USERESULT