Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h4283 uint8 associatedSessionID; member
4333 uint8 associatedSessionID; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp4274 PutInteger(1, 255, (uint32)x->associatedSessionID, stream); in Encode_H2250LogicalChannelParameters()
6716 PutInteger(1, 255, (uint32)x->associatedSessionID, stream); in Encode_CommunicationModeTableEntry()
Dh245_analysis.cpp4555 ShowPERInteger(tag, indent, "associatedSessionID", (int32)x->associatedSessionID); in Analyze_H2250LogicalChannelParameters()
7235 ShowPERInteger(tag, indent, "associatedSessionID", (int32)x->associatedSessionID); in Analyze_CommunicationModeTableEntry()
Dh245_decoder.cpp5668 x->associatedSessionID = (uint8) GetInteger(1, 255, stream); in Decode_H2250LogicalChannelParameters()
8941 x->associatedSessionID = (uint8) GetInteger(1, 255, stream); in Decode_CommunicationModeTableEntry()