Searched defs:getFormattedMapping (Results 1 - 6 of 6) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DComponentType.cpp66 std::string CComponentType::getFormattedMapping() const function in class:CComponentType
68 return base::getFormattedMapping(_pExtendsComponentType);
H A DComponentInstance.cpp74 std::string CComponentInstance::getFormattedMapping() const function in class:CComponentInstance
76 return base::getFormattedMapping(_pComponentType);
H A DInstanceConfigurableElement.cpp73 std::string CInstanceConfigurableElement::getFormattedMapping() const function in class:CInstanceConfigurableElement
76 return getTypeElement()->getFormattedMapping();
H A DSystemClass.cpp90 string CSystemClass::getFormattedMapping() const function in class:CSystemClass
H A DTypeElement.cpp146 std::string CTypeElement::getFormattedMapping(const CTypeElement *predecessor) const function in class:CTypeElement
154 mapping = predecessor->getFormattedMapping();
162 mapping = CTypeElement::getFormattedMapping();
170 std::string CTypeElement::getFormattedMapping() const function in class:CTypeElement
H A DSubsystem.cpp192 auto maybeMapping = (*it)->getFormattedMapping();
335 std::string CSubsystem::getFormattedMapping() const function in class:CSubsystem

Completed in 174 milliseconds