Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_indication.cpp97 pVendorIdentification->productNumber.size = in Tsc_IdcVi()
99 pVendorIdentification->productNumber.data = in Tsc_IdcVi()
101 oscl_memcpy(pVendorIdentification->productNumber.data, in Tsc_IdcVi()
191 iProductNumberLenR = pVendorIdentification->productNumber.size; in VendorIdRecv()
195 if (pVendorIdentification->productNumber.data[iProductNumberLenR-1] == '\0') in VendorIdRecv()
199 pVendorIdentification->productNumber.data)); in VendorIdRecv()
202 oscl_memcpy(iProductNumberR, pVendorIdentification->productNumber.data, in VendorIdRecv()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp7827 OSCL_DEFAULT_FREE(x->productNumber.data); in Delete_VendorIdentification()
7828 x->productNumber.data = NULL; in Delete_VendorIdentification()
Dh245_encoder.cpp8763 PutOctetString(0, 1, 256, &x->productNumber, stream); in Encode_VendorIdentification()
Dh245_analysis.cpp9528 ShowPEROctetString(tag, indent, "productNumber", &x->productNumber); in Analyze_VendorIdentification()
Dh245_decoder.cpp11732 GetOctetString(0, 1, 256, &x->productNumber, stream); in Decode_VendorIdentification()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h5499 S_OCTETSTRING productNumber; member