Lines Matching full:cbitparameter
42 CBitParameter::CBitParameter(const string &strName, const CTypeElement *pTypeElement)
48 CInstanceConfigurableElement::Type CBitParameter::getType() const
54 size_t CBitParameter::getBelongingBlockSize() const
60 size_t CBitParameter::getFootPrint() const
67 bool CBitParameter::doSetValue(const string &strValue, size_t offset,
73 void CBitParameter::doGetValue(string &strValue, size_t offset,
80 bool CBitParameter::access(bool &bValue, bool bSet,
113 bool CBitParameter::access(uint32_t &uiValue, bool bSet,
141 bool CBitParameter::doSet(type value, size_t offset,
165 void CBitParameter::doGet(type &value, size_t offset,
182 CAreaConfiguration *CBitParameter::createAreaConfiguration(const CSyncerSet *pSyncerSet) const
188 uint64_t CBitParameter::merge(uint64_t uiOriginData, uint64_t uiNewData) const