Home
last modified time | relevance | path

Searched refs:getTypeElement (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/parameter/
DInstanceConfigurableElement.cpp51 const CTypeElement* CInstanceConfigurableElement::getTypeElement() const in getTypeElement() function in CInstanceConfigurableElement
60 return getTypeElement()->getMappingData(strKey, pStrValue); in getMappingData()
67 return getTypeElement()->getFormattedMapping(); in getFormattedMapping()
72 bool bHasMappingData = getTypeElement()->hasMappingData(); in map()
111 const CTypeElement* pTypeElement = getTypeElement(); in getListOfElementsWithMapping()
224 getTypeElement()->setXmlDescriptionAttribute(xmlElement); in toXml()
DParameter.cpp63 …static_cast<const CParameterType*>(getTypeElement())->handleValueSpaceAttribute(xmlConfigurableEle… in handleValueSpaceAttribute()
73 return static_cast<const CParameterType*>(getTypeElement())->getSize(); in getSize()
80 … uint32_t uiDefaultValue = static_cast<const CParameterType*>(getTypeElement())->getDefaultValue(); in setDefaultValues()
162 …if (!static_cast<const CParameterType*>(getTypeElement())->toBlackboard(value, uiData, parameterAc… in doSet()
186 …return static_cast<const CParameterType*>(getTypeElement())->fromBlackboard(value, uiData, paramet… in doGet()
DBitParameter.cpp81 if (static_cast<const CBitParameterType*>(getTypeElement())->getBitSize() != 1) { in accessAsBoolean()
149 …if (!static_cast<const CBitParameterType*>(getTypeElement())->toBlackboard(value, uiData, paramete… in doSet()
171 …static_cast<const CBitParameterType*>(getTypeElement())->fromBlackboard(value, uiData, parameterAc… in doGet()
184 return static_cast<const CBitParameterType*>(getTypeElement())->merge(uiOriginData, uiNewData); in merge()
DArrayParameter.cpp56 return getTypeElement()->getArrayLength(); in getArrayLength()
190 … uint32_t uiDefaultValue = static_cast<const CParameterType*>(getTypeElement())->getDefaultValue(); in setDefaultValues()
409 …if (!static_cast<const CParameterType*>(getTypeElement())->toBlackboard(value, uiData, parameterAc… in doSet()
433 …return static_cast<const CParameterType*>(getTypeElement())->fromBlackboard(value, uiData, paramet… in doGet()
DBitParameterBlock.cpp57 return static_cast<const CBitParameterBlockType*>(getTypeElement())->getSize(); in getSize()
DStringParameter.cpp56 return static_cast<const CStringParameterType*>(getTypeElement())->getMaxLength() + 1; in getSize()
DInstanceConfigurableElement.h57 const CTypeElement* getTypeElement() const;
DBaseParameter.cpp227 getTypeElement()->toXml(xmlElement, serializingContext); in toXml()
DSubsystemObject.cpp101 static_cast<const CParameterType *>(instanceConfigurableElement->getTypeElement()); in toPlainInteger()
/external/parameter-framework/skeleton-subsystem/
DSkeletonSubsystemObject.cpp61 …ParameterType = static_cast<const CParameterType*>(pInstanceConfigurableElement->getTypeElement()); in CSkeletonSubsystemObject()
/external/parameter-framework/test/test-subsystem/
DTESTSubsystemObject.cpp45 …ParameterType = static_cast<const CParameterType*>(pInstanceConfigurableElement->getTypeElement()); in CTESTSubsystemObject()