Home
last modified time | relevance | path

Searched refs:SmsSegmentCodeScheme (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Di_sms_service_interface.h100 enum class SmsSegmentCodeScheme { enum
117 } msgCodeScheme = SmsSegmentCodeScheme::SMS_ENCODING_UNKNOWN;
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp656 …SmsSegmentsInfo::SmsSegmentCodeScheme dcs = static_cast<SmsSegmentsInfo::SmsSegmentCodeScheme>(res… in GetSmsSegmentsInfo()
658 case SmsSegmentsInfo::SmsSegmentCodeScheme::SMS_ENCODING_7BIT: in GetSmsSegmentsInfo()
659 case SmsSegmentsInfo::SmsSegmentCodeScheme::SMS_ENCODING_8BIT: in GetSmsSegmentsInfo()
660 case SmsSegmentsInfo::SmsSegmentCodeScheme::SMS_ENCODING_16BIT: in GetSmsSegmentsInfo()
664 info.msgCodeScheme = SmsSegmentsInfo::SmsSegmentCodeScheme::SMS_ENCODING_UNKNOWN; in GetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_sms.h197 ISmsServiceInterface::SmsSegmentsInfo::SmsSegmentCodeScheme scheme;
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_proxy.cpp455 …segInfo.msgCodeScheme = static_cast<ISmsServiceInterface::SmsSegmentsInfo::SmsSegmentCodeScheme>(c… in GetSmsSegmentsInfo()