• Home
  • Raw
  • Download

Lines Matching refs:pfw

48 namespace pfw  namespace
146 pfw::Criteria criteria;
147 pfw::Pfw *pfw = nullptr; member
164 delete handle->pfw; in pfwDestroy()
174 pfw->setLogger(&mLogger); in setLogger()
196 pfw->createSelectionCriterionType(criterion.inclusive); in createCriteria()
219 criteria[criterion.name] = pfw->createSelectionCriterion(criterion.name, type); in createCriteria()
230 if (handle->pfw != NULL) { in pfwStart()
234 handle->pfw = new CParameterMgrPlatformConnector(configPath); in pfwStart()
242 return status.forward(handle->pfw->start(status.msg())); in pfwStart()
250 static pfw::Criterion *getCriterion(const pfw::Criteria &criteria, const string &name) in getCriterion()
252 pfw::Criteria::const_iterator it = criteria.find(name); in getCriterion()
259 if (handle->pfw == NULL) { in pfwSetCriterion()
263 pfw::Criterion *criterion = getCriterion(handle->criteria, name); in pfwSetCriterion()
273 if (handle->pfw == NULL) { in pfwGetCriterion()
277 pfw::Criterion *criterion = getCriterion(handle->criteria, name); in pfwGetCriterion()
288 if (handle->pfw == NULL) { in pfwApplyConfigurations()
292 handle->pfw->applyConfigurations(); in pfwApplyConfigurations()
302 PfwHandler &pfw; member
309 if (handle->pfw == NULL) { in pfwBindParameter()
317 paramHandle = handle->pfw->createParameterHandle(path, status.msg()); in pfwBindParameter()
335 Status &status = handle->pfw.lastStatus; in pfwGetIntParameter()
340 Status &status = handle->pfw.lastStatus; in pfwSetIntParameter()
346 Status &status = handle->pfw.lastStatus; in pfwGetStringParameter()
360 Status &status = handle->pfw.lastStatus; in pfwSetStringParameter()