Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_base_message.cpp549 lenInfo.msgEncodeCount = static_cast<uint16_t>(encodeLen); in GetSmsSegmentsInfo()
560 lenInfo.msgEncodeCount = lenInfo.msgEncodeCount / 2; in GetSmsSegmentsInfo()
564 …lenInfo.msgRemainCount = static_cast<uint8_t>(((segSize - (lenInfo.msgEncodeCount % segSize))) % s… in GetSmsSegmentsInfo()
565 …lenInfo.msgSegCount = ceil(static_cast<double>(lenInfo.msgEncodeCount) / static_cast<double>(segSi… in GetSmsSegmentsInfo()
H A Dsms_service.cpp654 info.msgEncodingCount = static_cast<int32_t>(result.msgEncodeCount); in GetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_base_message.h59 uint16_t msgEncodeCount = 0; member