Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds