Searched refs:Decode8bitPdu (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 | 32 …bool Decode8bitPdu(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 | 87 result = decodePdu->Decode8bitPdu(buffer, bHeaderInd, userData, nullptr); in DecodeUserDataPdu() 124 result = decodePdu->Decode8bitPdu(buffer, bHeaderInd, userData, pTPUD); in DecodeUserDataPdu()
|
H A D | gsm_user_data_decode.cpp | 161 bool GsmUserDataDecode::Decode8bitPdu( in Decode8bitPdu() function in OHOS::Telephony::GsmUserDataDecode
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 890 EXPECT_FALSE(decode->Decode8bitPdu(*decodeBuffer, true, userData, pTPUD));
|