Searched defs:bIsLastApplied (Results 1 - 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DConfigurableDomains.cpp569 const CConfigurableElement *pConfigurableElement, size_t &baseOffset, bool &bIsLastApplied,
591 baseOffset, bIsLastApplied, strError);
567 findConfigurationBlackboard( const string &strDomain, const string &strConfiguration, const CConfigurableElement *pConfigurableElement, size_t &baseOffset, bool &bIsLastApplied, string &strError) const argument
H A DConfigurableDomain.cpp423 * @param[out] bIsLastApplied Boolean indicating that the Configuration is
432 bool &bIsLastApplied, string &strError) const
458 bIsLastApplied = (pDomainConfiguration == _pLastAppliedConfiguration);
429 findConfigurationBlackboard( const string &strConfiguration, const CConfigurableElement *pCandidateDescendantConfigurableElement, size_t &baseOffset, bool &bIsLastApplied, string &strError) const argument
H A DParameterMgr.cpp2029 bool bIsLastApplied; local
2035 strDomain, strConfiguration, pConfigurableElement, baseOffset, bIsLastApplied,
2070 if (bIsLastApplied) {

Completed in 164 milliseconds