Home | History | Annotate | Download | only in parameter

Lines Matching refs:strResult

309 void CConfigurableElement::showProperties(std::string &strResult) const
311 base::showProperties(strResult);
313 strResult += "Total size: " + getFootprintAsString() + "\n";
457 void CConfigurableElement::listBelongingDomains(std::string &strResult, bool bVertical) const
465 strResult, bVertical);
469 void CConfigurableElement::listRogueElements(std::string &strResult) const
486 strResult += pConfigurableElement->getPath() + "\n";
549 void CConfigurableElement::listAssociatedDomains(std::string &strResult, bool bVertical) const
552 listDomains(_configurableDomainList, strResult, bVertical);
566 const std::list<const CConfigurableDomain *> &configurableDomainList, std::string &strResult,
580 strResult += ", ";
583 strResult += pConfigurableDomain->getName();
587 strResult += "\n";