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

  /external/parameter-framework/upstream/parameter/
ConfigurableElement.h 47 class PARAMETER_EXPORT CConfigurableElement : public CElement
55 CConfigurableElement(const std::string &strName = "");
56 virtual ~CConfigurableElement() = default;
137 * Ie: return self and CConfigurableElement ancestor of this node.
140 std::list<const CConfigurableElement *> getConfigurableElementContext() const;
ConfigurableElement.cpp 44 CConfigurableElement::CConfigurableElement(const std::string &strName) : base(strName)
48 bool CConfigurableElement::fromXml(const CXmlElement &xmlElement,
65 void CConfigurableElement::toXml(CXmlElement &xmlElement,
80 bool CConfigurableElement::serializeXmlSettings(
96 const CConfigurableElement *pChildConfigurableElement =
97 static_cast<const CConfigurableElement *>(getChild(index));
176 const CConfigurableElement *pChildConfigurableElement =
177 static_cast<const CConfigurableElement *>(getChild(index));
196 CAreaConfiguration *CConfigurableElement::createAreaConfiguration
    [all...]

Completed in 162 milliseconds