Home
last modified time | relevance | path

Searched refs:DecodeAddressPdu (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_codec.cpp56 bool GsmSmsParamCodec::DecodeAddressPdu(SmsReadBuffer &buffer, struct AddressNumber *resultNum) in DecodeAddressPdu() function in OHOS::Telephony::GsmSmsParamCodec
59 return codec.DecodeAddressPdu(buffer, resultNum); in DecodeAddressPdu()
H A Dgsm_sms_tpdu_decode.cpp110 if (!paramCodec_->DecodeAddressPdu(buffer, &(submit->destAddress))) { in DecodeSubmitPartData()
180 if (!paramCodec_->DecodeAddressPdu(buffer, &(deliver->originAddress))) { in DecodeDeliver()
282 if (!paramCodec_->DecodeAddressPdu(buffer, &(statusRep->recipAddress))) { in DecodeStatusReport()
H A Dgsm_sms_param_decode.cpp30 bool GsmSmsParamDecode::DecodeAddressPdu(SmsReadBuffer &buffer, struct AddressNumber *resultNum) in DecodeAddressPdu() function in OHOS::Telephony::GsmSmsParamDecode
H A Dgsm_user_data_pdu.cpp646 if (!codec.DecodeAddressPdu(buffer, &(pHeader.udh.alternateAddress))) { in DecodeHeaderReplyAddress()
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_param_codec.h34 bool DecodeAddressPdu(SmsReadBuffer &buffer, struct AddressNumber *resultNum);
H A Dgsm_sms_param_decode.h28 bool DecodeAddressPdu(SmsReadBuffer &buffer, struct AddressNumber *resultNum);
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmsparamcodec_fuzzer/
H A Dgsmsmsparamcodec_fuzzer.cpp248 codec->DecodeAddressPdu(buffer, address); in DecodePduItemsTest()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp801 EXPECT_EQ(gsmSmsParamCodec->DecodeAddressPdu(*decodeBuffer, nullptr), 0);
802 EXPECT_EQ(gsmSmsParamCodec->DecodeAddressPdu(*decodeBuffer, pAddress), 0);
822 EXPECT_TRUE(gsmSmsParamCodec->DecodeAddressPdu(*decodeBuffer, pAddress));
835 EXPECT_TRUE(gsmSmsParamCodec->DecodeAddressPdu(*decodeBuffer, pAddress));
848 EXPECT_TRUE(gsmSmsParamCodec->DecodeAddressPdu(*decodeBuffer, pAddress));