OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raiseErrorEvent
(Results
1 - 4
of
4
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java
[
all
...]
SIPClientTransaction.java
542
raiseErrorEvent
(SIPTransactionErrorEvent.TRANSPORT_ERROR);
[
all
...]
SIPDialog.java
321
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) {
[
all
...]
SIPTransaction.java
791
protected void
raiseErrorEvent
(int errorEventID) {
[
all
...]
Completed in 28 milliseconds