H A D | gsm_user_data_decode.cpp | 41 SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *userData, struct SmsTpud *pTPUD) in DecodeGsmPdu() 45 if (!DecodeGsmHeadPdu(buffer, bHeaderInd, userData, pTPUD, udl, fillBits)) { in DecodeGsmPdu() 49 return DecodeGsmBodyPdu(buffer, bHeaderInd, userData, pTPUD, udl, fillBits); in DecodeGsmPdu() 53 struct SmsTpud *pTPUD, uint8_t &udl, uint8_t &fillBits) in DecodeGsmHeadPdu() 73 if (pTPUD != nullptr && udl > 0) { in DecodeGsmHeadPdu() 74 pTPUD->udl = udl; in DecodeGsmHeadPdu() 75 if (udl > sizeof(pTPUD->ud)) { in DecodeGsmHeadPdu() 83 if (buffer.data_ == nullptr || len > sizeof(pTPUD->ud)) { in DecodeGsmHeadPdu() 87 if (memcpy_s(pTPUD->ud, sizeof(pTPUD in DecodeGsmHeadPdu() 40 DecodeGsmPdu( SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *userData, struct SmsTpud *pTPUD) DecodeGsmPdu() argument 52 DecodeGsmHeadPdu(SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *userData, struct SmsTpud *pTPUD, uint8_t &udl, uint8_t &fillBits) DecodeGsmHeadPdu() argument 142 DecodeGsmBodyPdu(SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *userData, struct SmsTpud *pTPUD, uint8_t &udl, uint8_t fillBits) DecodeGsmBodyPdu() argument 161 Decode8bitPdu( SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *userData, struct SmsTpud *pTPUD) Decode8bitPdu() argument 205 Decode8bitPduPartData(SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *userData, struct SmsTpud *pTPUD, uint16_t current, uint8_t udl) Decode8bitPduPartData() argument 257 DecodeUcs2Pdu( SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *userData, struct SmsTpud *pTPUD) DecodeUcs2Pdu() argument [all...] |