Home
last modified time | relevance | path

Searched refs:segInfo (Results 1 - 6 of 6) sorted by relevance

/base/telephony/sms_mms/services/sms/
H A Dsms_interface_stub.cpp438 SmsSegmentsInfo segInfo; in OnGetSmsSegmentsInfo() local
439 int32_t result = GetSmsSegmentsInfo(slotId, message, force7BitCode, segInfo); in OnGetSmsSegmentsInfo()
443 reply.WriteInt32(segInfo.msgSegCount); in OnGetSmsSegmentsInfo()
444 reply.WriteInt32(segInfo.msgEncodingCount); in OnGetSmsSegmentsInfo()
445 reply.WriteInt32(segInfo.msgRemainCount); in OnGetSmsSegmentsInfo()
446 reply.WriteInt32(static_cast<int32_t>(segInfo.msgCodeScheme)); in OnGetSmsSegmentsInfo()
/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_proxy.cpp467 int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmentsInfo &segInfo) in GetSmsSegmentsInfo()
493 segInfo.msgSegCount = replyParcel.ReadInt32(); in GetSmsSegmentsInfo()
494 segInfo.msgEncodingCount = replyParcel.ReadInt32(); in GetSmsSegmentsInfo()
495 segInfo.msgRemainCount = replyParcel.ReadInt32(); in GetSmsSegmentsInfo()
497 segInfo.msgCodeScheme = static_cast<ISmsServiceInterface::SmsSegmentsInfo::SmsSegmentCodeScheme>(cds); in GetSmsSegmentsInfo()
466 GetSmsSegmentsInfo( int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmentsInfo &segInfo) GetSmsSegmentsInfo() argument
H A Dsms_service_manager_client.cpp236 int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmentsInfo &segInfo) in GetSmsSegmentsInfo()
240 return smsServiceInterface_->GetSmsSegmentsInfo(slotId, message, force7BitCode, segInfo); in GetSmsSegmentsInfo()
235 GetSmsSegmentsInfo( int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmentsInfo &segInfo) GetSmsSegmentsInfo() argument
/base/telephony/sms_mms/interfaces/innerkits/
H A Dsms_service_manager_client.h222 * @param segInfo [out], indicates output sms segment.
226 ISmsServiceInterface::SmsSegmentsInfo &segInfo);
H A Dsms_service_proxy.h200 ISmsServiceInterface::SmsSegmentsInfo &segInfo) override;
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp2033 ISmsServiceInterface::SmsSegmentsInfo segInfo; in HWTEST_F() local
2034 Singleton<SmsServiceManagerClient>::GetInstance().GetSmsSegmentsInfo(slotId, desAddr, enable, segInfo); in HWTEST_F()

Completed in 9 milliseconds