Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Di_sms_service_interface.h117 } msgCodeScheme = SmsSegmentCodeScheme::SMS_ENCODING_UNKNOWN; member
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp661 info.msgCodeScheme = dcs; in GetSmsSegmentsInfo()
664 info.msgCodeScheme = SmsSegmentsInfo::SmsSegmentCodeScheme::SMS_ENCODING_UNKNOWN; in GetSmsSegmentsInfo()
H A Dsms_interface_stub.cpp412 reply.WriteInt32(static_cast<int32_t>(segInfo.msgCodeScheme)); in OnGetSmsSegmentsInfo()
/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()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dgsm_sms_sender_test.cpp506 int32_t codeScheme = static_cast<int32_t>(result.msgCodeScheme); in TestGetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp1543 context->scheme = info.msgCodeScheme; in NativeGetSmsSegmentsInfo()