HomeSort by relevance Sort by last modified time
    Searched refs:bIsLastApplied (Results 1 - 5 of 5) sorted by null

  /external/parameter-framework/upstream/parameter/
ConfigurableDomain.h 121 size_t &baseOffset, bool &bIsLastApplied, std::string &strError) const;
ConfigurableDomains.h 157 const CConfigurableElement *pConfigurableElement, size_t &baseOffset, bool &bIsLastApplied,
ConfigurableDomains.cpp 569 const CConfigurableElement *pConfigurableElement, size_t &baseOffset, bool &bIsLastApplied,
591 baseOffset, bIsLastApplied, strError);
ConfigurableDomain.cpp 423 * @param[out] bIsLastApplied Boolean indicating that the Configuration is
432 bool &bIsLastApplied, string &strError) const
458 bIsLastApplied = (pDomainConfiguration == _pLastAppliedConfiguration);
    [all...]
ParameterMgr.cpp     [all...]

Completed in 72 milliseconds