Searched refs:PfwHandler (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/upstream/bindings/c/ |
D | ParameterFramework.h | 81 typedef struct PfwHandler_ PfwHandler; typedef 145 PfwHandler *pfwCreate() USERESULT; 149 void pfwDestroy(PfwHandler *handle) NONNULL; 162 bool pfwStart(PfwHandler *handle, const char *configPath, const PfwCriterion criteria[], 176 const char *pfwGetLastError(const PfwHandler *handle) NONNULL; 195 bool pfwSetCriterion(PfwHandler *handle, const char name[], int value) NONNULL USERESULT; 202 bool pfwGetCriterion(const PfwHandler *handle, const char name[], int *value) NONNULL USERESULT; 214 bool pfwApplyConfigurations(const PfwHandler *handle) NONNULL USERESULT; 241 PfwParameterHandler *pfwBindParameter(PfwHandler *handle, const char path[]) NONNULL;
|
D | ParameterFramework.cpp | 157 PfwHandler *pfwCreate() in pfwCreate() 159 return new PfwHandler(); in pfwCreate() 162 void pfwDestroy(PfwHandler *handle) in pfwDestroy() 168 void PfwHandler::setLogger(const PfwLogger *logger) in setLogger() 177 bool PfwHandler::createCriteria(const PfwCriterion criteriaArray[], size_t criterionNb) in createCriteria() 224 bool pfwStart(PfwHandler *handle, const char *configPath, const PfwCriterion criteria[], in pfwStart() 245 const char *pfwGetLastError(const PfwHandler *handle) in pfwGetLastError() 256 bool pfwSetCriterion(PfwHandler *handle, const char name[], int value) in pfwSetCriterion() 270 bool pfwGetCriterion(const PfwHandler *handle, const char name[], int *value) in pfwGetCriterion() 285 bool pfwApplyConfigurations(const PfwHandler *handle) in pfwApplyConfigurations() [all …]
|
D | Test.cpp | 111 PfwHandler *pfw;
|