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

  /external/parameter-framework/upstream/parameter/
ComponentInstance.h 38 class CComponentInstance : public CTypeElement
41 CComponentInstance(const std::string &strName);
ComponentInstance.cpp 39 CComponentInstance::CComponentInstance(const std::string &strName) : base(strName)
43 std::string CComponentInstance::getKind() const
48 std::string CComponentInstance::getXmlElementName() const
55 bool CComponentInstance::childrenAreDynamic() const
60 bool CComponentInstance::getMappingData(const std::string &strKey,
68 bool CComponentInstance::hasMappingData() const
74 std::string CComponentInstance::getFormattedMapping() const
79 bool CComponentInstance::fromXml(const CXmlElement &xmlElement,
112 CInstanceConfigurableElement *CComponentInstance::doInstantiate() cons
    [all...]

Completed in 71 milliseconds