Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_user_data_decode.h32 …bool Decode8bitPdu(SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *pUserData, struct …
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_user_data_pdu.cpp87 result = decodePdu->Decode8bitPdu(buffer, bHeaderInd, userData, nullptr); in DecodeUserDataPdu()
124 result = decodePdu->Decode8bitPdu(buffer, bHeaderInd, userData, pTPUD); in DecodeUserDataPdu()
H A Dgsm_user_data_decode.cpp161 bool GsmUserDataDecode::Decode8bitPdu( in Decode8bitPdu() function in OHOS::Telephony::GsmUserDataDecode
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp890 EXPECT_FALSE(decode->Decode8bitPdu(*decodeBuffer, true, userData, pTPUD));