Home
last modified time | relevance | path

Searched refs:msgEncodingCount (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Di_sms_service_interface.h91 int32_t msgEncodingCount = 0; member
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_proxy.cpp452 segInfo.msgEncodingCount = replyParcel.ReadInt32(); in GetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_interface_stub.cpp410 reply.WriteInt32(segInfo.msgEncodingCount); in OnGetSmsSegmentsInfo()
H A Dsms_service.cpp654 info.msgEncodingCount = static_cast<int32_t>(result.msgEncodeCount); in GetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dgsm_sms_sender_test.cpp507 …sgSegCount:" << result.msgSegCount << " msgEncodingCount:" << result.msgEncodingCount << std::endl; in TestGetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp1541 context->encodeCount = info.msgEncodingCount; in NativeGetSmsSegmentsInfo()