Searched refs:DecodeUcs2Pdu (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/ |
H A D | gsm_user_data_decode.h | 33 …bool DecodeUcs2Pdu(SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *pUserData, struct …
|
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_user_data_pdu.cpp | 90 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 D | gsm_user_data_decode.cpp | 257 bool GsmUserDataDecode::DecodeUcs2Pdu( in DecodeUcs2Pdu() function in OHOS::Telephony::GsmUserDataDecode
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 892 EXPECT_FALSE(decode->DecodeUcs2Pdu(*decodeBuffer, true, userData, pTPUD));
|