Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_tpdu_decode.cpp26 GsmSmsTpduDecode::GsmSmsTpduDecode(std::shared_ptr<GsmUserDataPdu> dataCodec, in GsmSmsTpduDecode() function in OHOS::Telephony::GsmSmsTpduDecode
34 GsmSmsTpduDecode::~GsmSmsTpduDecode() {} in ~GsmSmsTpduDecode()
36 bool GsmSmsTpduDecode::DecodeSubmit(SmsReadBuffer &buffer, struct SmsSubmit *submit) in DecodeSubmit()
84 bool GsmSmsTpduDecode::DecodeSubmitPartData(SmsReadBuffer &buffer, struct SmsSubmit *submit) in DecodeSubmitPartData()
164 bool GsmSmsTpduDecode::DecodeDeliver(SmsReadBuffer &buffer, struct SmsDeliver *deliver) in DecodeDeliver()
207 bool GsmSmsTpduDecode::DecodeDeliverPartData(SmsReadBuffer &buffer, struct SmsDeliver *deliver) in DecodeDeliverPartData()
247 bool GsmSmsTpduDecode::DecodeStatusReport(SmsReadBuffer &buffer, struct SmsStatusReport *statusRep) in DecodeStatusReport()
296 bool GsmSmsTpduDecode::DecodeStatusReportPartData(SmsReadBuffer &buffer, struct SmsStatusReport *st… in DecodeStatusReportPartData()
338 bool GsmSmsTpduDecode::DecodeStatusReportData(SmsReadBuffer &buffer, struct SmsStatusReport *status… in DecodeStatusReportData()
H A Dgsm_sms_tpdu_codec.cpp103 std::shared_ptr<GsmSmsTpduDecode> tpduDecode = in DecodeSmsPdu()
104 std::make_shared<GsmSmsTpduDecode>(uDataCodec_, paramCodec_, shared_from_this()); in DecodeSmsPdu()
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_tpdu_decode.h23 class GsmSmsTpduDecode {
25GsmSmsTpduDecode(std::shared_ptr<GsmUserDataPdu> dataCodec, std::shared_ptr<GsmSmsParamCodec> para…
27 ~GsmSmsTpduDecode();
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1087 …auto decode = std::make_shared<GsmSmsTpduDecode>(tpduCodec->uDataCodec_, tpduCodec->paramCodec_, t…