Home
last modified time | relevance | path

Searched refs:auditReport (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/core/
DThreadAuditor.java133 String auditReport = null; in auditThreads() local
145 if (auditReport == null) { in auditThreads()
146 auditReport = "Thread Auditor Report:\n"; in auditThreads()
148auditReport += " Thread [" + thread.getName() + "] has failed to respond to an audit request.\n"; in auditThreads()
176 return auditReport; in auditThreads()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java2110 String auditReport = null; in auditStack() local
2118 auditReport = "SIP Stack Audit:\n" + (leakedDialogs != null ? leakedDialogs : "") in auditStack()
2122 return auditReport; in auditStack()
2133 String auditReport = " Leaked dialogs:\n"; in auditDialogs() local
2177 auditReport += " " + dialogReport + "\n"; in auditDialogs()
2190 auditReport += " Total: " + Integer.toString(leakedDialogs) in auditDialogs()
2193 auditReport = null; in auditDialogs()
2195 return auditReport; in auditDialogs()
2205 String auditReport = " Leaked transactions:\n"; in auditTransactions() local
2239 auditReport += " " + transactionReport + "\n"; in auditTransactions()
[all …]