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

  /external/parameter-framework/upstream/parameter/
Component.h 36 class CComponent : public CInstanceConfigurableElement
39 CComponent(const std::string &strName, const CTypeElement *pTypeElement)
ComponentInstance.cpp 115 return new CComponent(getName(), this);
130 CComponent *pChildComponent = new CComponent(std::to_string(child), this);
141 _pComponentType->populate(static_cast<CComponent *>(pElement));

Completed in 93 milliseconds