HomeSort by relevance Sort by last modified time
    Searched refs:_strError (Results 1 - 6 of 6) sorted by null

  /external/parameter-framework/parameter/
ErrorContext.cpp 32 CErrorContext::CErrorContext(std::string& strError) : _strError(strError)
39 _strError = strError;
44 _strError += strAppend;
49 return _strError;
SimulatedBackSynchronizer.h 48 std::string _strError;
ErrorContext.h 46 std::string& _strError;
SimulatedBackSynchronizer.cpp 36 : base(pConfigurableElement), _parameterAccessContext(_strError)
  /external/parameter-framework/xmlserializer/
XmlSerializingContext.cpp 32 CXmlSerializingContext::CXmlSerializingContext(std::string& strError) : _strError(strError)
39 _strError = strError;
44 _strError += "\n" + strAppend;
49 return _strError;
XmlSerializingContext.h 45 std::string& _strError;

Completed in 2451 milliseconds