Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_codec.cpp62 bool GsmSmsParamCodec::DecodeTimePdu(SmsReadBuffer &buffer, struct SmsTimeStamp *timeStamp) in DecodeTimePdu() function in OHOS::Telephony::GsmSmsParamCodec
65 return codec.DecodeTimePdu(buffer, timeStamp); in DecodeTimePdu()
H A Dgsm_sms_tpdu_decode.cpp234 if (!paramCodec_->DecodeTimePdu(buffer, &(deliver->timeStamp))) { in DecodeDeliverPartData()
289 if (!paramCodec_->DecodeTimePdu(buffer, &(statusRep->timeStamp))) { in DecodeStatusReport()
300 if (!paramCodec_->DecodeTimePdu(buffer, &(statusRep->dischargeTime))) { in DecodeStatusReportPartData()
H A Dgsm_sms_param_decode.cpp382 bool GsmSmsParamDecode::DecodeTimePdu(SmsReadBuffer &buffer, struct SmsTimeStamp *timeStamp) in DecodeTimePdu() function in OHOS::Telephony::GsmSmsParamDecode
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_param_codec.h35 bool DecodeTimePdu(SmsReadBuffer &bufferr, struct SmsTimeStamp *timeStamp);
H A Dgsm_sms_param_decode.h37 bool DecodeTimePdu(SmsReadBuffer &buffer, struct SmsTimeStamp *timeStamp);
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmsparamcodec_fuzzer/
H A Dgsmsmsparamcodec_fuzzer.cpp251 codec->DecodeTimePdu(buffer, stamp); in DecodePduItemsTest()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp803 EXPECT_EQ(gsmSmsParamCodec->DecodeTimePdu(*decodeBuffer, nullptr), 0);