Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_user_data_decode.h33 …bool DecodeUcs2Pdu(SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *pUserData, struct …
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_user_data_pdu.cpp90 result = decodePdu->DecodeUcs2Pdu(buffer, bHeaderInd, userData, nullptr); in DecodeUserDataPdu()
127 result = decodePdu->DecodeUcs2Pdu(buffer, bHeaderInd, userData, pTPUD); in DecodeUserDataPdu()
130 result = decodePdu->DecodeUcs2Pdu(buffer, bHeaderInd, userData, pTPUD); in DecodeUserDataPdu()
H A Dgsm_user_data_decode.cpp257 bool GsmUserDataDecode::DecodeUcs2Pdu( in DecodeUcs2Pdu() function in OHOS::Telephony::GsmUserDataDecode
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp892 EXPECT_FALSE(decode->DecodeUcs2Pdu(*decodeBuffer, true, userData, pTPUD));