Home
last modified time | relevance | path

Searched refs:DecodeGsmHeadPduPartData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_user_data_decode.h36 bool DecodeGsmHeadPduPartData(
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_user_data_decode.cpp93 return DecodeGsmHeadPduPartData(buffer, bHeaderInd, userData, udl, fillBits); in DecodeGsmHeadPdu()
96 bool GsmUserDataDecode::DecodeGsmHeadPduPartData( in DecodeGsmHeadPduPartData() function in OHOS::Telephony::GsmUserDataDecode