Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPServerTransaction.java1135 raiseErrorEvent(SIPTransactionErrorEvent.TRANSPORT_ERROR); in fireRetransmissionTimer()
1150 raiseErrorEvent(SIPTransactionErrorEvent.TRANSPORT_ERROR); in fireReliableResponseRetransmissionTimer()
1184 raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in fireTimeoutTimer()
1206 raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in fireTimeoutTimer()
1408 raiseErrorEvent(SIPTransactionErrorEvent.TRANSPORT_ERROR); in sendResponse()
DSIPClientTransaction.java542 raiseErrorEvent(SIPTransactionErrorEvent.TRANSPORT_ERROR); in processResponse()
1034 raiseErrorEvent(SIPTransactionErrorEvent.TRANSPORT_ERROR); in fireRetransmissionTimer()
1074 raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in fireTimeoutTimer()
DSIPDialog.java321 raiseErrorEvent(SIPDialogErrorEvent.DIALOG_REINVITE_TIMEOUT); in run()
414 raiseErrorEvent(SIPDialogErrorEvent.DIALOG_ACK_NOT_RECEIVED_TIMEOUT); in runTask()
420 transaction.raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in runTask()
502 raiseErrorEvent(SIPDialogErrorEvent.DIALOG_ACK_NOT_SENT_TIMEOUT); in runTask()
510 raiseErrorEvent(SIPDialogErrorEvent.DIALOG_ACK_NOT_SENT_TIMEOUT); in runTask()
680 private void raiseErrorEvent(int dialogTimeoutError) { in raiseErrorEvent() method in SIPDialog
DSIPTransaction.java791 protected void raiseErrorEvent(int errorEventID) { in raiseErrorEvent() method in SIPTransaction