Searched refs:CBitParameterType (Results 1 – 4 of 4) sorted by relevance
/external/parameter-framework/parameter/ |
D | BitParameterType.cpp | 42 CBitParameterType::CBitParameterType(const string& strName) : base(strName), _uiBitPos(0), _uiBitSi… 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, CXmlSerializingContext& serializingC… in fromXml() 125 bool CBitParameterType::toBlackboard(const string& strValue, uint64_t& uiValue, CParameterAccessCon… in toBlackboard() 160 void CBitParameterType::fromBlackboard(string& strValue, const uint64_t& uiValue, CParameterAccessC… in fromBlackboard() 180 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t& uiValue, CParameterAccessConte… in toBlackboard() 195 void CBitParameterType::fromBlackboard(uint32_t& uiUserValue, uint64_t uiValue, CParameterAccessCon… in fromBlackboard() 203 uint64_t CBitParameterType::merge(uint64_t uiOriginData, uint64_t uiNewData) const in merge() 209 uint32_t CBitParameterType::getBitSize() const in getBitSize() [all …]
|
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 | BitParameterType.h | 40 class CBitParameterType : public CTypeElement 43 CBitParameterType(const std::string& strName);
|
D | ParameterMgr.cpp | 2460 …nLibrary->addElementBuilder("BitParameter", new TNamedElementBuilderTemplate<CBitParameterType>()); in feedElementLibraries()
|