Lines Matching refs:pfw

46 namespace pfw  namespace
129 pfw::Criteria criteria;
130 pfw::Pfw *pfw; member
147 if(handle != NULL and handle->pfw != NULL) { in pfwDestroy()
148 delete handle->pfw; in pfwDestroy()
159 pfw->setLogger(&mLogger); in setLogger()
183 pfw->createSelectionCriterionType(criterion.inclusive); in createCriteria()
205 criteria[criterion.name] = pfw->createSelectionCriterion(criterion.name, type); in createCriteria()
219 if (handle->pfw != NULL) { in pfwStart()
232 handle->pfw = new CParameterMgrPlatformConnector(configPath); in pfwStart()
240 return status.forward(handle->pfw->start(status.msg())); in pfwStart()
248 static pfw::Criterion *getCriterion(const pfw::Criteria &criteria, in getCriterion()
251 pfw::Criteria::const_iterator it = criteria.find(name); in getCriterion()
263 if (handle->pfw == NULL) { in pfwSetCriterion()
267 pfw::Criterion *criterion = getCriterion(handle->criteria, name); in pfwSetCriterion()
282 if (handle->pfw == NULL) { in pfwGetCriterion()
290 pfw::Criterion *criterion = getCriterion(handle->criteria, name); in pfwGetCriterion()
302 if (handle->pfw == NULL) { in pfwApplyConfigurations()
306 handle->pfw->applyConfigurations(); in pfwApplyConfigurations()
316 PfwHandler &pfw; member
328 if (handle->pfw == NULL) { in pfwBindParameter()
335 paramHandle = handle->pfw->createParameterHandle(path, status.msg()); in pfwBindParameter()
356 Status &status = handle->pfw.lastStatus; in pfwGetIntParameter()
367 Status &status = handle->pfw.lastStatus; in pfwSetIntParameter()
374 Status &status = handle->pfw.lastStatus; in pfwGetStringParameter()
392 Status &status = handle->pfw.lastStatus; in pfwSetStringParameter()