HomeSort by relevance Sort by last modified time
    Searched defs:CConfigurableElement (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/parameter/
ConfigurableElement.h 44 class CConfigurableElement : public CElement
50 CConfigurableElement(const std::string& strName = "");
51 virtual ~CConfigurableElement();
113 virtual void getListOfElementsWithMapping(std::list<const CConfigurableElement*>&
ConfigurableElement.cpp 42 CConfigurableElement::CConfigurableElement(const std::string& strName) : base(strName), _uiOffset(0)
46 CConfigurableElement::~CConfigurableElement()
51 bool CConfigurableElement::serializeXmlSettings(CXmlElement& xmlConfigurationSettingsElementContent, CConfigurationAccessContext& configurationAccessContext) const
66 const CConfigurableElement* pChildConfigurableElement = static_cast<const CConfigurableElement*>(getChild(uiIndex));
112 const CConfigurableElement* pChildConfigurableElement = static_cast<const CConfigurableElement*>(getChild(uiIndex));
131 CAreaConfiguration* CConfigurableElement::createAreaConfiguration(const CSyncerSet* pSyncerSet) cons
    [all...]

Completed in 590 milliseconds