Searched refs:getTypeElement (Results 1 – 11 of 11) sorted by relevance
/external/parameter-framework/parameter/ |
D | InstanceConfigurableElement.cpp | 51 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()
|
D | Parameter.cpp | 63 …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()
|
D | BitParameter.cpp | 81 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()
|
D | ArrayParameter.cpp | 56 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()
|
D | BitParameterBlock.cpp | 57 return static_cast<const CBitParameterBlockType*>(getTypeElement())->getSize(); in getSize()
|
D | StringParameter.cpp | 56 return static_cast<const CStringParameterType*>(getTypeElement())->getMaxLength() + 1; in getSize()
|
D | InstanceConfigurableElement.h | 57 const CTypeElement* getTypeElement() const;
|
D | BaseParameter.cpp | 227 getTypeElement()->toXml(xmlElement, serializingContext); in toXml()
|
D | SubsystemObject.cpp | 101 static_cast<const CParameterType *>(instanceConfigurableElement->getTypeElement()); in toPlainInteger()
|
/external/parameter-framework/skeleton-subsystem/ |
D | SkeletonSubsystemObject.cpp | 61 …ParameterType = static_cast<const CParameterType*>(pInstanceConfigurableElement->getTypeElement()); in CSkeletonSubsystemObject()
|
/external/parameter-framework/test/test-subsystem/ |
D | TESTSubsystemObject.cpp | 45 …ParameterType = static_cast<const CParameterType*>(pInstanceConfigurableElement->getTypeElement()); in CTESTSubsystemObject()
|