Home | History | Annotate | Download | only in parameter

Lines Matching full:strresult

190 void CConfigurableElement::showProperties(std::string& strResult) const
192 base::showProperties(strResult);
194 strResult += "Total size: " + getFootprintAsString() + "\n";
320 void CConfigurableElement::listBelongingDomains(std::string& strResult, bool bVertical) const
328 listDomains(configurableDomainList, strResult, bVertical);
332 void CConfigurableElement::listRogueElements(std::string& strResult) const
334 strResult = "\n";
350 strResult += pConfigurableElement->getPath() + "\n";
399 void CConfigurableElement::listAssociatedDomains(std::string& strResult, bool bVertical) const
402 listDomains(_configurableDomainList, strResult, bVertical);
415 void CConfigurableElement::listDomains(const std::list<const CConfigurableDomain*>& configurableDomainList, std::string& strResult, bool bVertical) const
419 strResult = "\n";
433 strResult += ", ";
436 strResult += pConfigurableDomain->getName();
440 strResult += "\n";