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

  /external/parameter-framework/parameter/
ComponentInstance.h 38 class CComponentInstance : public CTypeElement
41 CComponentInstance(const std::string& strName);
ComponentInstance.cpp 38 CComponentInstance::CComponentInstance(const std::string& strName) : base(strName), _pComponentType(NULL)
42 std::string CComponentInstance::getKind() const
47 bool CComponentInstance::childrenAreDynamic() const
52 bool CComponentInstance::getMappingData(const std::string& strKey, const std::string*& pStrValue) const
58 bool CComponentInstance::hasMappingData() const
64 std::string CComponentInstance::getFormattedMapping() const
76 bool CComponentInstance::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext)
103 CInstanceConfigurableElement* CComponentInstance::doInstantiate() const
108 void CComponentInstance::populate(CElement* pElement) cons
    [all...]

Completed in 44 milliseconds