Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DSelectionCriterion.cpp65 … log_info("Selection criterion changed event: %s", getFormattedDescription(false, false).c_str()); in setCriterionState()
120 std::string CSelectionCriterion::getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) c… in getFormattedDescription() function in CSelectionCriterion
DSelectionCriterion.h62 std::string getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) const;
DSelectionCriteriaDefinition.cpp74 … lstrResult.push_back(pSelectionCriterion->getFormattedDescription(bWithTypeInfo, bHumanReadable)); in listSelectionCriteria()