Home
last modified time | relevance | path

Searched refs:msgSegCount (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Di_sms_service_interface.h87 int32_t msgSegCount = 0; member
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_base_message.h58 uint8_t msgSegCount = 0; member
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp653 info.msgSegCount = static_cast<int32_t>(result.msgSegCount); in GetSmsSegmentsInfo()
H A Dsms_base_message.cpp565 …lenInfo.msgSegCount = ceil(static_cast<double>(lenInfo.msgEncodeCount) / static_cast<double>(segSi… in GetSmsSegmentsInfo()
H A Dsms_interface_stub.cpp409 reply.WriteInt32(segInfo.msgSegCount); in OnGetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_proxy.cpp451 segInfo.msgSegCount = replyParcel.ReadInt32(); in GetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dgsm_sms_sender_test.cpp507 …std::cout << "msgSegCount:" << result.msgSegCount << " msgEncodingCount:" << result.msgEncodingCou… in TestGetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp1540 context->splitCount = info.msgSegCount; in NativeGetSmsSegmentsInfo()