Searched refs:GsmSmsTpduDecode (Results 1 - 4 of 4) sorted by relevance
/base/telephony/sms_mms/services/sms/include/gsm/ |
H A D | gsm_sms_tpdu_decode.h | 23 class GsmSmsTpduDecode { class 25 GsmSmsTpduDecode(std::shared_ptr<GsmUserDataPdu> dataCodec, std::shared_ptr<GsmSmsParamCodec> paramCodec, 27 ~GsmSmsTpduDecode();
|
/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_tpdu_decode.cpp | 26 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 [all...] |
H A D | gsm_sms_tpdu_codec.cpp | 103 std::shared_ptr<GsmSmsTpduDecode> tpduDecode = in DecodeSmsPdu() 104 std::make_shared<GsmSmsTpduDecode>(uDataCodec_, paramCodec_, shared_from_this()); in DecodeSmsPdu()
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 1411 auto decode = std::make_shared<GsmSmsTpduDecode>(tpduCodec->uDataCodec_, tpduCodec->paramCodec_, tpduCodec); in HWTEST_F()
|
Completed in 6 milliseconds