Searched defs:CInstanceConfigurableElement (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DInstanceConfigurableElement.h44 class PARAMETER_EXPORT CInstanceConfigurableElement : public CConfigurableElement class in inherits:CConfigurableElement
57 CInstanceConfigurableElement(const std::string &strName, const CTypeElement *pTypeElement);
H A DInstanceConfigurableElement.cpp40 CInstanceConfigurableElement::CInstanceConfigurableElement(const std::string &strName, function in class:CInstanceConfigurableElement
46 std::string CInstanceConfigurableElement::getKind() const
52 std::string CInstanceConfigurableElement::getXmlElementName() const
59 const CTypeElement *CInstanceConfigurableElement::getTypeElement() const
65 bool CInstanceConfigurableElement::getMappingData(const std::string &strKey,
73 std::string CInstanceConfigurableElement::getFormattedMapping() const
79 bool CInstanceConfigurableElement::map(IMapper &mapper, std::string &strError)
99 CInstanceConfigurableElement *pInstanceConfigurableChildElement =
100 static_cast<CInstanceConfigurableElement *>(getChil
[all...]

Completed in 192 milliseconds