Lines Matching refs:CBitParameter
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()
182 CAreaConfiguration *CBitParameter::createAreaConfiguration(const CSyncerSet *pSyncerSet) const in createAreaConfiguration()
188 uint64_t CBitParameter::merge(uint64_t uiOriginData, uint64_t uiNewData) const in merge()