Home
last modified time | relevance | path

Searched refs:getFormattedMappingValue (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/upstream/parameter/
DFormattedSubsystemObject.h81 std::string getFormattedMappingValue() const override;
DSubsystemObject.h56 virtual std::string getFormattedMappingValue() const;
DSubsystemObject.cpp60 string CSubsystemObject::getFormattedMappingValue() const in getFormattedMappingValue() function in CSubsystemObject
DFormattedSubsystemObject.cpp68 string CFormattedSubsystemObject::getFormattedMappingValue() const in getFormattedMappingValue() function in CFormattedSubsystemObject
DSubsystem.cpp266 return strMappingKey + ":" + pSubsystemObject->getFormattedMappingValue(); in getFormattedSubsystemMappingData()