Searched defs:pChildConfigurableElement (Results 1 - 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DConfigurableElementAggregator.cpp64 const CConfigurableElement *pChildConfigurableElement = local
67 uiNbMatchingChildren += doAggregate(pChildConfigurableElement, childAggregateElementList);
H A DConfigurableElement.cpp96 const CConfigurableElement *pChildConfigurableElement = local
104 pChildConfigurableElement->getXmlElementName() + " (name:" +
105 pChildConfigurableElement->getName() + ") in " + getName());
112 pChildConfigurableElement->getXmlElementName()) {
120 (pChildConfigurableElement->getXmlElementName() == "ParameterBlock") &&
130 pChildConfigurableElement->getQualifiedPath() +
133 pChildConfigurableElement->getKind());
140 pChildConfigurableElement->getName()) {
146 pChildConfigurableElement->getName() + " but found " +
153 if (!pChildConfigurableElement
176 const CConfigurableElement *pChildConfigurableElement = local
[all...]
H A DConfigurableDomain.cpp496 CConfigurableElement *pChildConfigurableElement = local
499 doAddConfigurableElement(pChildConfigurableElement, infos);

Completed in 103 milliseconds