Home
last modified time | relevance | path

Searched refs:CBitParameterType (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/parameter/
DBitParameterType.cpp42 CBitParameterType::CBitParameterType(const string &strName) : base(strName) in CBitParameterType() function in CBitParameterType
47 string CBitParameterType::getKind() const in getKind()
53 void CBitParameterType::showProperties(string &strResult) const in showProperties()
74 bool CBitParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()
122 bool CBitParameterType::toBlackboard(const string &strValue, uint64_t &uiValue, in toBlackboard()
156 void CBitParameterType::fromBlackboard(string &strValue, const uint64_t &uiValue, in fromBlackboard()
177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue, in toBlackboard()
193 void CBitParameterType::fromBlackboard(uint32_t &userValue, uint64_t value, in fromBlackboard()
200 uint64_t CBitParameterType::merge(uint64_t uiOriginData, uint64_t uiNewData) const in merge()
206 size_t CBitParameterType::getBitSize() const in getBitSize()
[all …]
DBitParameter.cpp84 if (static_cast<const CBitParameterType *>(getTypeElement())->getBitSize() != 1) { in access()
153 if (!static_cast<const CBitParameterType *>(getTypeElement()) in doSet()
177 static_cast<const CBitParameterType *>(getTypeElement()) in doGet()
191 return static_cast<const CBitParameterType *>(getTypeElement())->merge(uiOriginData, uiNewData); in merge()
DBitParameterType.h41 class CBitParameterType : public CTypeElement
44 CBitParameterType(const std::string &strName);
DParameterMgr.cpp2771 "BitParameter", new TNamedElementBuilderTemplate<CBitParameterType>()); in feedElementLibraries()