Home
last modified time | relevance | path

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

/base/telephony/sms_mms/interfaces/innerkits/
H A Di_sms_service_interface.h100 enum class SmsSegmentCodeScheme { class
117 } msgCodeScheme = SmsSegmentCodeScheme::SMS_ENCODING_UNKNOWN;
/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_sms.h198 ISmsServiceInterface::SmsSegmentsInfo::SmsSegmentCodeScheme scheme;
/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp682 SmsSegmentsInfo::SmsSegmentCodeScheme dcs = static_cast<SmsSegmentsInfo::SmsSegmentCodeScheme>(result.dcs); in GetSmsSegmentsInfo()
684 case SmsSegmentsInfo::SmsSegmentCodeScheme::SMS_ENCODING_7BIT: in GetSmsSegmentsInfo()
685 case SmsSegmentsInfo::SmsSegmentCodeScheme::SMS_ENCODING_8BIT: in GetSmsSegmentsInfo()
686 case SmsSegmentsInfo::SmsSegmentCodeScheme::SMS_ENCODING_16BIT: in GetSmsSegmentsInfo()
690 info.msgCodeScheme = SmsSegmentsInfo::SmsSegmentCodeScheme::SMS_ENCODING_UNKNOWN; in GetSmsSegmentsInfo()
/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_proxy.cpp497 segInfo.msgCodeScheme = static_cast<ISmsServiceInterface::SmsSegmentsInfo::SmsSegmentCodeScheme>(cds); in GetSmsSegmentsInfo()

Completed in 5 milliseconds