Home
last modified time | relevance | path

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

/dports/net/h323plus/h323plus-1_27_2/src/h460/
H A Dh461_base.cxx85 m_endpointmode = m_ep->GetEndPointASSETMode(); in AttachEndPoint()
986 if (connection->GetEndPoint().GetEndPointASSETMode() == H323EndPoint::e_H461ASSET) { in OnReceiveIE()
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dh323ep.h2528 virtual H461Mode GetEndPointASSETMode();
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323.cxx1687 if (endpoint.GetEndPointASSETMode() == H323EndPoint::e_H461ASSET && in CheckRemoteApplication()
1719 H323EndPoint::H461Mode mode = endpoint.GetEndPointASSETMode(); in OnReceiveCallIndependentSupplementaryService()
H A Dh323ep.cxx4758 H323EndPoint::H461Mode H323EndPoint::GetEndPointASSETMode() function in H323EndPoint