Home
last modified time | relevance | path

Searched refs:getFootprintAsString (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/parameter/
DConfigurableElement.cpp194 strResult += "Total size: " + getFootprintAsString() + "\n"; in showProperties()
361 std::string CConfigurableElement::getFootprintAsString() const in getFootprintAsString() function in CConfigurableElement
DConfigurableElement.h86 std::string getFootprintAsString() const;
DParameterMgr.cpp1426 strResult = pConfigurableElement->getFootprintAsString(); in getElementSizeCommandProcess()