Home | History | Annotate | Download | only in stack

Lines Matching refs:auditTag

2162                 if (itDialog.auditTag == 0) {
2164 itDialog.auditTag = currentTime;
2168 if (currentTime - itDialog.auditTag >= leakedDialogTimer) {
2219 if (sipTransaction.auditTag == 0) {
2221 sipTransaction.auditTag = currentTime;
2225 if (currentTime - sipTransaction.auditTag >= a_nLeakedTransactionTimer) {