Searched refs:CBitParameter (Results 1 – 5 of 5) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | BitParameter.cpp | 42 CBitParameter::CBitParameter(const string &strName, const CTypeElement *pTypeElement) in CBitParameter() function in CBitParameter 48 CInstanceConfigurableElement::Type CBitParameter::getType() const in getType() 54 size_t CBitParameter::getBelongingBlockSize() const in getBelongingBlockSize() 60 size_t CBitParameter::getFootPrint() const in getFootPrint() 67 bool CBitParameter::doSetValue(const string &strValue, size_t offset, in doSetValue() 73 void CBitParameter::doGetValue(string &strValue, size_t offset, in doGetValue() 80 bool CBitParameter::access(bool &bValue, bool bSet, in access() 113 bool CBitParameter::access(uint32_t &uiValue, bool bSet, in access() 141 bool CBitParameter::doSet(type value, size_t offset, in doSet() 165 void CBitParameter::doGet(type &value, size_t offset, in doGet() [all …]
|
D | BitwiseAreaConfiguration.cpp | 39 static_cast<const CBitParameter *>(pConfigurableElement)->getBelongingBlockSize()) in CBitwiseAreaConfiguration() 47 const CBitParameter *pBitParameter = static_cast<const CBitParameter *>(_pConfigurableElement); in copyTo() 70 const CBitParameter *pBitParameter = static_cast<const CBitParameter *>(_pConfigurableElement); in copyFrom()
|
D | BitParameter.h | 36 class CBitParameter : public CBaseParameter 39 CBitParameter(const std::string &strName, const CTypeElement *pTypeElement);
|
D | BitwiseAreaConfiguration.h | 34 class CBitParameter; variable
|
D | BitParameterType.cpp | 213 return new CBitParameter(getName(), this); in doInstantiate()
|