Searched refs:DecodeGsmBodyPdu (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/ |
H A D | gsm_user_data_decode.h | 30 …bool DecodeGsmBodyPdu(SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *pUserData, stru…
|
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_user_data_decode.cpp | 49 return DecodeGsmBodyPdu(buffer, bHeaderInd, userData, pTPUD, udl, fillBits); in DecodeGsmPdu() 142 bool GsmUserDataDecode::DecodeGsmBodyPdu(SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackag… in DecodeGsmBodyPdu() function in OHOS::Telephony::GsmUserDataDecode
|