Home
last modified time | relevance | path

Searched refs:otherParty (Results 1 – 21 of 21) sorted by relevance

/dports/net/opal/opal-3.10.10/src/iax2/
H A Diax2con.cxx177 PSafePtr<OpalConnection> otherParty = GetOtherPartyConnection(); in SetConnected() local
178 if (otherParty != NULL) in SetConnected()
179 ownerCall.OpenSourceMediaStreams(*otherParty, OpalMediaType::Audio(), 1); in SetConnected()
216 PSafePtr<OpalConnection> otherParty = GetOtherPartyConnection(); in OnConnected() local
217 if (otherParty != NULL) in OnConnected()
218 ownerCall.OpenSourceMediaStreams(*otherParty, OpalMediaType::Audio(), 1); in OnConnected()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/x509/
H A DEDIPartyName.java182 String otherParty = ((EDIPartyName)other).party; in equals() local
184 if (otherParty != null) in equals()
187 if (!(this.party.equals(otherParty))) in equals()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/x509/
H A DEDIPartyName.java182 String otherParty = ((EDIPartyName)other).party; in equals() local
184 if (otherParty != null) in equals()
187 if (!(this.party.equals(otherParty))) in equals()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/x509/
H A DEDIPartyName.java182 String otherParty = ((EDIPartyName)other).party; in equals() local
184 if (otherParty != null) in equals()
187 if (!(this.party.equals(otherParty))) in equals()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/x509/
H A DEDIPartyName.java182 String otherParty = ((EDIPartyName)other).party; in equals() local
184 if (otherParty != null) in equals()
187 if (!(this.party.equals(otherParty))) in equals()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/x509/
H A DEDIPartyName.java182 String otherParty = ((EDIPartyName)other).party; in equals() local
184 if (otherParty != null) in equals()
187 if (!(this.party.equals(otherParty))) in equals()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/x509/
H A DEDIPartyName.java182 String otherParty = ((EDIPartyName)other).party; in equals() local
184 if (otherParty != null) in equals()
187 if (!(this.party.equals(otherParty))) in equals()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/x509/
H A DEDIPartyName.java182 String otherParty = ((EDIPartyName)other).party; in equals() local
184 if (otherParty != null) in equals()
187 if (!(this.party.equals(otherParty))) in equals()
/dports/devel/ptlib/ptlib-2.10.11/samples/xmppconsole/
H A Dmain.h56 PBoolean OtherPartyIsEmpty() { return otherParty.IsEmpty(); } in OtherPartyIsEmpty()
57 PString GetOtherParty() { return otherParty; } in GetOtherParty()
87 PString otherParty; variable
H A Dmain.cxx88 otherParty = pdu.GetFrom(); in OnPresence()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/x509/
H A DEDIPartyName.java182 String otherParty = ((EDIPartyName)other).party; in equals() local
184 if (otherParty != null) in equals()
187 if (!(this.party.equals(otherParty))) in equals()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/x509/
H A DEDIPartyName.java182 String otherParty = ((EDIPartyName)other).party; in equals() local
184 if (otherParty != null) in equals()
187 if (!(this.party.equals(otherParty))) in equals()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/x509/
H A DEDIPartyName.java182 String otherParty = ((EDIPartyName)other).party; in equals() local
184 if (otherParty != null) in equals()
187 if (!(this.party.equals(otherParty))) in equals()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/graphics/src/
H A Dvisual_mess.c280 prof_send( procid_1, rq->otherParty, rq->tag, rq->size, note ); in ProcessWaitTest_1()
375 newrq->otherParty = dest;
471 newrq->otherParty = dest;
507 newrq->otherParty = dest;
572 newrq->otherParty = dest;
608 newrq->otherParty = dest;
644 newrq->otherParty = dest;
729 newrq->otherParty = dest;
878 newrq->otherParty = dest;
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/logging/src/
H A Dmpe_logf.c176 int mpe_log_send_( int *otherParty, int *tag, int *size ) in mpe_log_send_() argument
178 return MPE_Log_send( *otherParty, *tag, *size ); in mpe_log_send_()
182 int mpe_log_receive_( int *otherParty, int *tag, int *size ) in mpe_log_receive_() argument
184 return MPE_Log_receive( *otherParty, *tag, *size ); in mpe_log_receive_()
/dports/net/mpich2/mpich2-1.5/src/mpe2/include/
H A Drequests.h13 int otherParty; member
/dports/net/opal/opal-3.10.10/src/sip/
H A Dsipcon.cxx673 if (otherParty != NULL) { in SetUpMediaSession()
675 if (otherParty->GetMediaInformation(rtpSessionId, gatewayInfo)) { in SetUpMediaSession()
864 if (otherParty != NULL) in OnSendOfferSDPSession()
865 otherParty->GetMediaInformation(rtpSessionId, gatewayInfo); in OnSendOfferSDPSession()
1115 PSafePtr<OpalConnection> otherParty = GetOtherPartyConnection(); in OnSendAnswerSDPSession() local
1116 if (otherParty == NULL) in OnSendAnswerSDPSession()
1139 if (!otherParty->OnSwitchingFaxMediaStreams(true)) { in OnSendAnswerSDPSession()
1145 if (!otherParty->OnSwitchingFaxMediaStreams(false)) { in OnSendAnswerSDPSession()
3045 PSafePtr<OpalConnection> otherParty = GetOtherPartyConnection(); in OnReceivedAnswerSDPSession() local
3046 if (otherParty != NULL && in OnReceivedAnswerSDPSession()
[all …]
/dports/net/opal/opal-3.10.10/src/opal/
H A Dconnection.cxx1832 PSafePtr<OpalConnection> otherParty = GetOtherPartyConnectionAs<OpalConnection>();
1833 if (otherParty != NULL) {
1834 remotePartyURL = otherParty->GetRemotePartyCallbackURL();
1835 remotePartyName = otherParty->GetRemotePartyName();
1836 localPartyURL = otherParty->GetLocalPartyURL();
/dports/net/opal/opal-3.10.10/src/h323/
H A Dchannels.cxx790 …PSafePtr<OpalRTPConnection> otherParty = connection.GetOtherPartyConnectionAs<OpalRTPConnection>(); in Start() local
791 if (otherParty == NULL) in Start()
795 if (!otherParty->GetMediaInformation(sessionID, info)) in Start()
H A Dh323.cxx3600 PSafePtr<OpalRTPConnection> otherParty = GetOtherPartyConnectionAs<OpalRTPConnection>(); in OnSetLocalCapabilities() local
3601 …if (otherParty != NULL && otherParty->GetMediaInformation(H323Capability::DefaultAudioSessionID, i… in OnSetLocalCapabilities()
4338 PSafePtr<OpalRTPConnection> otherParty = GetOtherPartyConnectionAs<OpalRTPConnection>(); in CreateRealTimeLogicalChannel() local
4339 if (otherParty == NULL) { in CreateRealTimeLogicalChannel()
4344 if (otherParty->GetMediaInformation(sessionID, info)) in CreateRealTimeLogicalChannel()
4804 PSafePtr<OpalConnection> otherParty = GetOtherPartyConnection(); in OnRequestModeChange() local
4805 if (otherParty != NULL && !otherParty->OnSwitchingFaxMediaStreams(hasT38)) { in OnRequestModeChange()
/dports/net/opal/opal-3.10.10/samples/openphone/
H A Dmain.cxx2569 PwxString otherParty = call.IsNetworkOriginated() ? call.GetPartyA() : call.GetPartyB(); in AddCallOnHold() local
2574 PAssertNULL(menu)->Append(m_callsOnHold.back().m_retrieveMenuId, otherParty); in AddCallOnHold()
2581 PAssertNULL(menu)->Append(m_callsOnHold.back().m_conferenceMenuId, otherParty); in AddCallOnHold()
2588 PAssertNULL(menu)->Append(m_callsOnHold.back().m_transferMenuId, otherParty); in AddCallOnHold()
7140 PSafePtr<OpalConnection> otherParty = conn.GetOtherPartyConnectionAs<OpalConnection>();
7141 if (otherParty != NULL) {
7142 info->m_remoteURL = otherParty->GetRemotePartyCallbackURL();
7143 info->m_remoteName = otherParty->GetRemotePartyName();
7144 info->m_localURL = otherParty->GetLocalPartyURL();