• Home
  • Raw
  • Download

Lines Matching refs:CConfigurableElement

44 CConfigurableElement::CConfigurableElement(const std::string &strName) : base(strName)  in CConfigurableElement()  function in CConfigurableElement
48 bool CConfigurableElement::fromXml(const CXmlElement &xmlElement, in fromXml()
65 void CConfigurableElement::toXml(CXmlElement &xmlElement, in toXml()
80 bool CConfigurableElement::serializeXmlSettings( in serializeXmlSettings()
96 const CConfigurableElement *pChildConfigurableElement = in serializeXmlSettings()
97 static_cast<const CConfigurableElement *>(getChild(index)); in serializeXmlSettings()
176 const CConfigurableElement *pChildConfigurableElement = in serializeXmlSettings()
177 static_cast<const CConfigurableElement *>(getChild(index)); in serializeXmlSettings()
196 CAreaConfiguration *CConfigurableElement::createAreaConfiguration( in createAreaConfiguration()
203 bool CConfigurableElement::accessValue(CPathNavigator &pathNavigator, std::string &strValue, in accessValue()
218 const CConfigurableElement *pChild = in accessValue()
219 static_cast<const CConfigurableElement *>(findChild(*pStrChildName)); in accessValue()
232 void CConfigurableElement::getSettingsAsBytes(std::vector<uint8_t> &bytes, in getSettingsAsBytes()
241 bool CConfigurableElement::setSettingsAsBytes(const std::vector<uint8_t> &bytes, in setSettingsAsBytes()
278 std::list<const CConfigurableElement *> CConfigurableElement::getConfigurableElementContext() const in getConfigurableElementContext()
280 std::list<const CConfigurableElement *> configurableElementPath; in getConfigurableElementContext()
284 auto configurableElement = static_cast<const CConfigurableElement *>(element); in getConfigurableElementContext()
294 void CConfigurableElement::setDefaultValues(CParameterAccessContext &parameterAccessContext) const in setDefaultValues()
301 const CConfigurableElement *pConfigurableElement = in setDefaultValues()
302 static_cast<const CConfigurableElement *>(getChild(index)); in setDefaultValues()
309 void CConfigurableElement::showProperties(std::string &strResult) const in showProperties()
316 std::string CConfigurableElement::logValue(utility::ErrorContext &context) const in logValue()
321 std::string CConfigurableElement::logValue(CParameterAccessContext & /*ctx*/) const in logValue()
330 void CConfigurableElement::setOffset(size_t offset) in setOffset()
340 CConfigurableElement *pConfigurableElement = in setOffset()
341 static_cast<CConfigurableElement *>(getChild(index)); in setOffset()
349 size_t CConfigurableElement::getOffset() const in getOffset()
355 size_t CConfigurableElement::getFootPrint() const in getFootPrint()
362 const CConfigurableElement *pConfigurableElement = in getFootPrint()
363 static_cast<const CConfigurableElement *>(getChild(index)); in getFootPrint()
372 ISyncer *CConfigurableElement::getSyncer() const in getSyncer()
379 return static_cast<const CConfigurableElement *>(pParent)->getSyncer(); in getSyncer()
385 void CConfigurableElement::fillSyncerSet(CSyncerSet &syncerSet) const in fillSyncerSet()
403 void CConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet &syncerSet) const in fillSyncerSetFromDescendant()
410 const CConfigurableElement *pConfigurableElement = in fillSyncerSetFromDescendant()
411 static_cast<const CConfigurableElement *>(getChild(index)); in fillSyncerSetFromDescendant()
418 void CConfigurableElement::addAttachedConfigurableDomain( in addAttachedConfigurableDomain()
424 void CConfigurableElement::removeAttachedConfigurableDomain( in removeAttachedConfigurableDomain()
431 bool CConfigurableElement::belongsTo(const CConfigurableDomain *pConfigurableDomain) const in belongsTo()
441 void CConfigurableElement::getBelongingDomains( in getBelongingDomains()
452 static_cast<const CConfigurableElement *>(pParent)->getBelongingDomains( in getBelongingDomains()
457 void CConfigurableElement::listBelongingDomains(std::string &strResult, bool bVertical) const in listBelongingDomains()
469 void CConfigurableElement::listRogueElements(std::string &strResult) const in listRogueElements()
472 std::list<const CConfigurableElement *> rogueElementList; in listRogueElements()
475 rogueElementList, &CConfigurableElement::hasNoDomainAssociated); in listRogueElements()
480 std::list<const CConfigurableElement *>::const_iterator it; in listRogueElements()
484 const CConfigurableElement *pConfigurableElement = *it; in listRogueElements()
490 bool CConfigurableElement::isRogue() const in isRogue()
499 std::list<const CConfigurableElement *> rogueElementList; in isRogue()
502 &CConfigurableElement::hasNoDomainAssociated); in isRogue()
511 std::string CConfigurableElement::getFootprintAsString() const in getFootprintAsString()
518 bool CConfigurableElement::hasNoDomainAssociated() const in hasNoDomainAssociated()
524 bool CConfigurableElement::hasNoValidDomainAssociated() const in hasNoValidDomainAssociated()
549 void CConfigurableElement::listAssociatedDomains(std::string &strResult, bool bVertical) const in listAssociatedDomains()
555 size_t CConfigurableElement::getBelongingDomainCount() const in getBelongingDomainCount()
565 void CConfigurableElement::listDomains( in listDomains()
595 bool CConfigurableElement::containsConfigurableDomain( in containsConfigurableDomain()
612 bool CConfigurableElement::belongsToDomainAscending( in belongsToDomainAscending()
620 return static_cast<const CConfigurableElement *>(pParent)->belongsTo(pConfigurableDomain); in belongsToDomainAscending()
626 const CSubsystem *CConfigurableElement::getBelongingSubsystem() const in getBelongingSubsystem()
636 return static_cast<const CConfigurableElement *>(pParent)->getBelongingSubsystem(); in getBelongingSubsystem()
640 bool CConfigurableElement::isParameter() const in isParameter()
646 bool CConfigurableElement::isOfConfigurableElementType(const CElement *pParent) const in isOfConfigurableElementType()