Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_user_data_decode.h27 …bool DecodeGsmPdu(SmsReadBuffer &buffer, bool bHeaderInd, struct SmsUDPackage *pUserData, struct S…
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_user_data_pdu.cpp84 result = decodePdu->DecodeGsmPdu(buffer, bHeaderInd, userData, nullptr); in DecodeUserDataPdu()
121 result = decodePdu->DecodeGsmPdu(buffer, bHeaderInd, userData, pTPUD); in DecodeUserDataPdu()
H A Dgsm_user_data_decode.cpp40 bool GsmUserDataDecode::DecodeGsmPdu( in DecodeGsmPdu() function in OHOS::Telephony::GsmUserDataDecode
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp888 EXPECT_EQ(decode->DecodeGsmPdu(*decodeBuffer, true, userData, pTPUD), 0);
889 EXPECT_FALSE(decode->DecodeGsmPdu(*decodeBuffer, false, userData, pTPUD));
891 EXPECT_FALSE(decode->DecodeGsmPdu(*decodeBuffer, false, userData, pTPUD));
893 EXPECT_FALSE(decode->DecodeGsmPdu(*decodeBuffer, false, userData, pTPUD));