Searched refs:USERESULT (Results 1 – 1 of 1) sorted by relevance
54 #define USERESULT __attribute__((warn_unused_result)) macro125 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