Lines Matching refs:CInstanceConfigurableElement

40 CInstanceConfigurableElement::CInstanceConfigurableElement(const std::string& strName, const CTypeE…  in CInstanceConfigurableElement()  function in CInstanceConfigurableElement
44 std::string CInstanceConfigurableElement::getKind() const in getKind()
51 const CTypeElement* CInstanceConfigurableElement::getTypeElement() const in getTypeElement()
57 bool CInstanceConfigurableElement::getMappingData(const std::string& strKey, const std::string*& pS… in getMappingData()
64 std::string CInstanceConfigurableElement::getFormattedMapping() const in getFormattedMapping()
70 bool CInstanceConfigurableElement::map(IMapper& mapper, std::string& strError) in map()
90 CInstanceConfigurableElement* pInstanceConfigurableChildElement = in map()
91 static_cast<CInstanceConfigurableElement*>(getChild(uiChild)); in map()
108 void CInstanceConfigurableElement::getListOfElementsWithMapping( in getListOfElementsWithMapping()
122 void CInstanceConfigurableElement::showProperties(std::string& strResult) const in showProperties()
131 bool CInstanceConfigurableElement::isScalar() const in isScalar()
137 uint32_t CInstanceConfigurableElement::getArrayLength() const in getArrayLength()
143 void CInstanceConfigurableElement::setSyncer(ISyncer* pSyncer) in setSyncer()
150 void CInstanceConfigurableElement::unsetSyncer() in unsetSyncer()
156 ISyncer* CInstanceConfigurableElement::getSyncer() const in getSyncer()
167 void CInstanceConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet& syncerSet) const in fillSyncerSetFromDescendant()
178 bool CInstanceConfigurableElement::sync(CParameterAccessContext& parameterAccessContext) const in sync()
206 bool CInstanceConfigurableElement::checkPathExhausted(CPathNavigator& pathNavigator, CErrorContext&… in checkPathExhausted()
220 void CInstanceConfigurableElement::toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializi… in toXml()