• Home
  • Raw
  • Download

Lines Matching refs:CInstanceConfigurableElement

40 CInstanceConfigurableElement::CInstanceConfigurableElement(const std::string &strName,  in CInstanceConfigurableElement()  function in CInstanceConfigurableElement
46 std::string CInstanceConfigurableElement::getKind() const in getKind()
52 std::string CInstanceConfigurableElement::getXmlElementName() const in getXmlElementName()
59 const CTypeElement *CInstanceConfigurableElement::getTypeElement() const in getTypeElement()
65 bool CInstanceConfigurableElement::getMappingData(const std::string &strKey, in getMappingData()
73 std::string CInstanceConfigurableElement::getFormattedMapping() const in getFormattedMapping()
79 bool CInstanceConfigurableElement::map(IMapper &mapper, std::string &strError) in map()
99 CInstanceConfigurableElement *pInstanceConfigurableChildElement = in map()
100 static_cast<CInstanceConfigurableElement *>(getChild(uiChild)); in map()
118 void CInstanceConfigurableElement::showProperties(std::string &strResult) const in showProperties()
127 bool CInstanceConfigurableElement::isScalar() const in isScalar()
133 size_t CInstanceConfigurableElement::getArrayLength() const in getArrayLength()
139 void CInstanceConfigurableElement::setSyncer(ISyncer *pSyncer) in setSyncer()
146 void CInstanceConfigurableElement::unsetSyncer() in unsetSyncer()
152 ISyncer *CInstanceConfigurableElement::getSyncer() const in getSyncer()
163 void CInstanceConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet &syncerSet) const in fillSyncerSetFromDescendant()
174 bool CInstanceConfigurableElement::sync(CParameterAccessContext &parameterAccessContext) const in sync()
203 bool CInstanceConfigurableElement::checkPathExhausted(CPathNavigator &pathNavigator, in checkPathExhausted()
218 void CInstanceConfigurableElement::structureToXml(CXmlElement &xmlElement, in structureToXml()