Home
last modified time | relevance | path

Searched refs:CComponent (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DComponentInstance.cpp115 return new CComponent(getName(), this); in doInstantiate()
130 CComponent *pChildComponent = new CComponent(std::to_string(child), this); in populate()
141 _pComponentType->populate(static_cast<CComponent *>(pElement)); in populate()
DComponent.h36 class CComponent : public CInstanceConfigurableElement
39 CComponent(const std::string &strName, const CTypeElement *pTypeElement) in CComponent() function