HomeSort by relevance Sort by last modified time
    Searched defs:getConfigurableElement (Results 1 - 3 of 3) sorted by null

  /external/parameter-framework/parameter/
AreaConfiguration.cpp 127 const CConfigurableElement* CAreaConfiguration::getConfigurableElement() const
134 assert(_pConfigurableElement->isDescendantOf(pToAreaConfiguration->getConfigurableElement()));
136 copyTo(&pToAreaConfiguration->_blackboard, _pConfigurableElement->getOffset() - pToAreaConfiguration->getConfigurableElement()->getOffset());
141 assert(_pConfigurableElement->isDescendantOf(pFromAreaConfiguration->getConfigurableElement()));
143 copyFrom(&pFromAreaConfiguration->_blackboard, _pConfigurableElement->getOffset() - pFromAreaConfiguration->getConfigurableElement()->getOffset());
SubsystemObject.cpp 253 const CInstanceConfigurableElement* CSubsystemObject::getConfigurableElement() const
ParameterMgr.cpp 793 const CConfigurableElement* CParameterMgr::getConfigurableElement(const string& strPath,
    [all...]

Completed in 184 milliseconds