Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DConfigurableElement.cpp313 strResult += "Total size: " + getFootprintAsString() + "\n"; in showProperties()
511 std::string CConfigurableElement::getFootprintAsString() const in getFootprintAsString() function in CConfigurableElement
DConfigurableElement.h100 std::string getFootprintAsString() const;
DParameterMgr.cpp1660 strResult = pConfigurableElement->getFootprintAsString(); in getElementSizeCommandProcess()