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

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

Completed in 145 milliseconds