Home
last modified time | relevance | path

Searched refs:strAppend (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/xmlserializer/
DXmlSerializingContext.cpp42 void CXmlSerializingContext::appendLineToError(const std::string& strAppend) in appendLineToError() argument
44 _strError += "\n" + strAppend; in appendLineToError()
DXmlSerializingContext.h41 void appendLineToError(const std::string& strAppend);
/external/parameter-framework/parameter/
DErrorContext.cpp42 void CErrorContext::appendToError(const std::string& strAppend) in appendToError() argument
44 _strError += strAppend; in appendToError()
DErrorContext.h41 void appendToError(const std::string& strAppend);