Searched defs:raiseErrorEvent (Results 1 - 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransaction.java791 protected void raiseErrorEvent(int errorEventID) { method in class:SIPTransaction
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

Completed in 59 milliseconds