Home
last modified time | relevance | path

Searched refs:Unpack7bitCharForMiddlePart (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_common_utils.h33 …static bool Unpack7bitCharForMiddlePart(const uint8_t *buffer, uint8_t dataLen, uint8_t *unpackDat…
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_common_utils.cpp156 bool GsmSmsCommonUtils::Unpack7bitCharForMiddlePart(const uint8_t *buffer, uint8_t dataLen, uint8_t… in Unpack7bitCharForMiddlePart() function in OHOS::Telephony::GsmSmsCommonUtils
H A Dgsm_sms_param_decode.cpp91 if (!GsmSmsCommonUtils::Unpack7bitCharForMiddlePart(addressPduArr, dataLen, tmresultNum)) { in DecodeAddressAlphaNum()