Searched refs:additionalInfo (Results 1 – 5 of 5) sorted by relevance
195 void ErrorClass::show(Type err, std::string where, std::string additionalInfo) { in show() argument216 if(additionalInfo.compare("") != 0) { in show()218 errString += additionalInfo; in show()
92 void show(Type whatErr, std::string where="", std::string additionalInfo="");
57 public boolean submit(IdeaLoggingEvent[] events, String additionalInfo, Component parentComponent, in submit() argument64 bean.setDescription(additionalInfo); in submit()
191 void TestLog::writeSessionInfo(std::string additionalInfo) in writeSessionInfo() argument193 qpTestLog_beginSession(m_log, additionalInfo.c_str()); in writeSessionInfo()
108 void writeSessionInfo (std::string additionalInfo = "");