Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_decode_buffer.cpp144 uint32_t uintvar = 0; in DecodeValueLengthReturnLen() local
160 if (!DecodeUintvar(uintvar, count)) { in DecodeValueLengthReturnLen()
164 valueLength = uintvar; in DecodeValueLengthReturnLen()
187 uint32_t uintvar = 0; in DecodeValueLength() local
202 if (!DecodeUintvar(uintvar, count)) { in DecodeValueLength()
206 valueLength = uintvar; in DecodeValueLength()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp240 uint32_t uintvar = 0; in DecodeValueLengthReturnLen() local
255 if (!DecodeUintvar(uintvar, count)) { in DecodeValueLengthReturnLen()
259 valueLength = uintvar; in DecodeValueLengthReturnLen()
282 uint32_t uintvar = 0; in DecodeValueLength() local
296 if (!DecodeUintvar(uintvar, count)) { in DecodeValueLength()
300 valueLength = uintvar; in DecodeValueLength()