Home
last modified time | relevance | path

Searched refs:DecodeDcsPdu (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_codec.cpp68 bool GsmSmsParamCodec::DecodeDcsPdu(SmsReadBuffer &buffer, struct SmsDcs *smsDcs) in DecodeDcsPdu() function in OHOS::Telephony::GsmSmsParamCodec
71 return codec.DecodeDcsPdu(buffer, smsDcs); in DecodeDcsPdu()
H A Dgsm_sms_tpdu_decode.cpp121 if (!paramCodec_->DecodeDcsPdu(buffer, &(submit->dcs))) { in DecodeSubmitPartData()
192 if (!paramCodec_->DecodeDcsPdu(buffer, &(deliver->dcs))) { in DecodeDeliver()
356 if (!paramCodec_->DecodeDcsPdu(buffer, &(statusRep->dcs))) { in DecodeStatusReportData()
H A Dgsm_sms_param_decode.cpp235 bool GsmSmsParamDecode::DecodeDcsPdu(SmsReadBuffer &buffer, struct SmsDcs *smsDcs) in DecodeDcsPdu() function in OHOS::Telephony::GsmSmsParamDecode
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_param_codec.h36 bool DecodeDcsPdu(SmsReadBuffer &buffer, struct SmsDcs *smsDcs);
H A Dgsm_sms_param_decode.h31 bool DecodeDcsPdu(SmsReadBuffer &buffer, struct SmsDcs *pDCS);
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmsparamcodec_fuzzer/
H A Dgsmsmsparamcodec_fuzzer.cpp254 codec->DecodeDcsPdu(buffer, dcs); in DecodePduItemsTest()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp804 EXPECT_EQ(gsmSmsParamCodec->DecodeDcsPdu(*decodeBuffer, pDCS), 1);
805 EXPECT_EQ(gsmSmsParamCodec->DecodeDcsPdu(*decodeBuffer, nullptr), 0);