Home
last modified time | relevance | path

Searched refs:CBitParameterBlockType (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/upstream/parameter/
DBitParameterBlockType.cpp38 CBitParameterBlockType::CBitParameterBlockType(const string &strName) : base(strName) in CBitParameterBlockType() function in CBitParameterBlockType
42 string CBitParameterBlockType::getKind() const in getKind()
47 bool CBitParameterBlockType::childrenAreDynamic() const in childrenAreDynamic()
53 size_t CBitParameterBlockType::getSize() const in getSize()
59 bool CBitParameterBlockType::fromXml(const CXmlElement &xmlElement, in fromXml()
71 CInstanceConfigurableElement *CBitParameterBlockType::doInstantiate() const in doInstantiate()
77 void CBitParameterBlockType::toXml(CXmlElement &xmlElement, in toXml()
DBitParameterBlockType.h36 class CBitParameterBlockType : public CTypeElement
39 CBitParameterBlockType(const std::string &strName);
DBitParameterType.cpp84 const CBitParameterBlockType *pBitParameterBlockType = in fromXml()
85 static_cast<const CBitParameterBlockType *>(getParent()); in fromXml()
DBitParameterBlock.cpp58 return static_cast<const CBitParameterBlockType *>(getTypeElement())->getSize(); in getSize()
DParameterMgr.cpp2773 "BitParameterBlock", new TNamedElementBuilderTemplate<CBitParameterBlockType>()); in feedElementLibraries()