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

  /external/parameter-framework/parameter/
ComponentInstance.h 51 virtual std::string getFormattedMapping() const;
ComponentType.h 54 virtual std::string getFormattedMapping() const;
ComponentInstance.cpp 64 std::string CComponentInstance::getFormattedMapping() const
67 std::string strValue = base::getFormattedMapping();
70 strValue += _pComponentType->getFormattedMapping();
ComponentType.cpp 64 std::string CComponentType::getFormattedMapping() const
67 std::string strValue = base::getFormattedMapping();
70 strValue += _pExtendsComponentType->getFormattedMapping();
TypeElement.h 56 virtual std::string getFormattedMapping() const;
InstanceConfigurableElement.cpp 64 std::string CInstanceConfigurableElement::getFormattedMapping() const
67 return getTypeElement()->getFormattedMapping();
InstanceConfigurableElement.h 67 std::string getFormattedMapping() const;
TypeElement.cpp 142 std::string CTypeElement::getFormattedMapping() const
Subsystem.cpp 220 ossStream << pInstanceConfigurableElement->getFormattedMapping() << ", ";

Completed in 212 milliseconds