Home
last modified time | relevance | path

Searched refs:GCC_ConferenceLockResponse (Results 1 – 6 of 6) sorted by relevance

/dports/net/h323plus/h323plus-1_27_2/include/h230/
H A Dh230.h216 PBoolean OnConferenceLockResponse(const GCC_ConferenceLockResponse & pdu);
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dgccpdu.cxx5761 GCC_ResponsePDU::operator GCC_ConferenceLockResponse &() const in operator GCC_ConferenceLockResponse&()
5763 GCC_ResponsePDU::operator GCC_ConferenceLockResponse &() in operator GCC_ConferenceLockResponse&()
5768 return *(GCC_ConferenceLockResponse *)choice; in operator GCC_ConferenceLockResponse&()
5778 return *(GCC_ConferenceLockResponse *)choice;
5968 choice = new GCC_ConferenceLockResponse(); in CreateObject()
10406 GCC_ConferenceLockResponse::GCC_ConferenceLockResponse(unsigned tag, PASN_Object::TagClass tagClass) in GCC_ConferenceLockResponse() function in GCC_ConferenceLockResponse
10413 void GCC_ConferenceLockResponse::PrintOn(ostream & strm) const in PrintOn()
10428 const GCC_ConferenceLockResponse & other = (const GCC_ConferenceLockResponse &)obj; in Compare()
10439 PINDEX GCC_ConferenceLockResponse::GetDataLength() const in GetDataLength()
10469 PObject * GCC_ConferenceLockResponse::Clone() const in Clone()
[all …]
/dports/net/opal/opal-3.10.10/src/asn/
H A Dgcc.cxx5761 GCC_ResponsePDU::operator GCC_ConferenceLockResponse &() const in operator GCC_ConferenceLockResponse&()
5763 GCC_ResponsePDU::operator GCC_ConferenceLockResponse &() in operator GCC_ConferenceLockResponse&()
5768 return *(GCC_ConferenceLockResponse *)choice; in operator GCC_ConferenceLockResponse&()
5778 return *(GCC_ConferenceLockResponse *)choice;
5968 choice = new GCC_ConferenceLockResponse(); in CreateObject()
10406 GCC_ConferenceLockResponse::GCC_ConferenceLockResponse(unsigned tag, PASN_Object::TagClass tagClass) in GCC_ConferenceLockResponse() function in GCC_ConferenceLockResponse
10413 void GCC_ConferenceLockResponse::PrintOn(ostream & strm) const in PrintOn()
10428 const GCC_ConferenceLockResponse & other = (const GCC_ConferenceLockResponse &)obj; in Compare()
10439 PINDEX GCC_ConferenceLockResponse::GetDataLength() const in GetDataLength()
10469 PObject * GCC_ConferenceLockResponse::Clone() const in Clone()
[all …]
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dgccpdu.h2192 class GCC_ConferenceLockResponse; variable
2237 operator GCC_ConferenceLockResponse &() const;
2239 operator GCC_ConferenceLockResponse &();
2240 operator const GCC_ConferenceLockResponse &() const;
4034 class GCC_ConferenceLockResponse : public PASN_Sequence
4037 PCLASSINFO(GCC_ConferenceLockResponse, PASN_Sequence);
4040GCC_ConferenceLockResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass…
/dports/net/opal/opal-3.10.10/include/asn/
H A Dgcc.h2194 class GCC_ConferenceLockResponse; variable
2239 operator GCC_ConferenceLockResponse &() const;
2241 operator GCC_ConferenceLockResponse &();
2242 operator const GCC_ConferenceLockResponse &() const;
4036 class GCC_ConferenceLockResponse : public PASN_Sequence
4039 PCLASSINFO(GCC_ConferenceLockResponse, PASN_Sequence);
4042GCC_ConferenceLockResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass…
/dports/net/h323plus/h323plus-1_27_2/src/h230/
H A Dh230.cxx1065 GCC_ConferenceLockResponse & pdu = resp; in LockConferenceResponse()
1074 PBoolean H230Control::OnConferenceLockResponse(const GCC_ConferenceLockResponse & pdu) in OnConferenceLockResponse()