Searched refs:CBitParameterType (Results 1 – 4 of 4) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | BitParameterType.cpp | 42 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 …]
|
D | BitParameter.cpp | 84 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()
|
D | BitParameterType.h | 41 class CBitParameterType : public CTypeElement 44 CBitParameterType(const std::string &strName);
|
D | ParameterMgr.cpp | 2771 "BitParameter", new TNamedElementBuilderTemplate<CBitParameterType>()); in feedElementLibraries()
|