Home
last modified time | relevance | path

Searched refs:force7BitCode (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
H A Dgetsmssegmentsinfo_fuzzer.cpp59 bool force7BitCode = slotId == 1 ? true : false; in GetSmsSegmentsInfo() local
63 dataParcel.WriteBool(force7BitCode); in GetSmsSegmentsInfo()
75 interfaceManager->GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
84 smsSendManager->GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
86 cdmaSmsMessage.GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
88 gsmSmsMessage.GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmsmessage_fuzzer/
H A Dgsmsmsmessage_fuzzer.cpp123 bool force7BitCode = (size % SLOT_NUM == 1); in SplitMessageAndCreateSubmitTest() local
125 msg.SplitMessage(cellsInfos, text, force7BitCode, codingType, false, ""); in SplitMessageAndCreateSubmitTest()
130 msg.SplitMessage(cellsInfos, text, force7BitCode, codingType, true, ""); in SplitMessageAndCreateSubmitTest()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_send_manager.cpp257 int32_t SmsSendManager::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthIn… in GetSmsSegmentsInfo() argument
267 return cdmaSmsMessage.GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
271 return gsmSmsMessage.GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
H A Dsms_base_message.cpp464 bool force7BitCode, DataCodingScheme &codingType, bool bPortNum, const std::string &desAddr) in SplitMessage() argument
476 codingType = force7BitCode ? DATA_CODING_7BIT : DATA_CODING_AUTO; in SplitMessage()
527 int32_t SmsBaseMessage::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthIn… in GetSmsSegmentsInfo() argument
541 DataCodingScheme codingType = force7BitCode ? DATA_CODING_7BIT : DATA_CODING_AUTO; in GetSmsSegmentsInfo()
H A Dsms_interface_manager.cpp219 int32_t SmsInterfaceManager::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, Len… in GetSmsSegmentsInfo() argument
225 return smsSendManager_->GetSmsSegmentsInfo(message, force7BitCode, outInfo); in GetSmsSegmentsInfo()
H A Dsms_interface_stub.cpp402 bool force7BitCode = data.ReadBool(); in OnGetSmsSegmentsInfo() local
405 int32_t result = GetSmsSegmentsInfo(slotId, message, force7BitCode, segInfo); in OnGetSmsSegmentsInfo()
H A Dsms_service.cpp629 …int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmen… in GetSmsSegmentsInfo() argument
649 int32_t ret = interfaceManager->GetSmsSegmentsInfo(messageData, force7BitCode, result); in GetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_base_message.h95 …litMessage(std::vector<struct SplitInfo> &splitResult, const std::string &text, bool force7BitCode,
99 …virtual int32_t GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &len…
H A Dsms_send_manager.h45 int32_t GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &lenInfo);
H A Dsms_interface_manager.h59 int32_t GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &outInfo);
H A Dsms_service.h206 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_manager_client.cpp225 …int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmen… in GetSmsSegmentsInfo() argument
229 return smsServiceInterface_->GetSmsSegmentsInfo(slotId, message, force7BitCode, segInfo); in GetSmsSegmentsInfo()
H A Dsms_service_proxy.cpp425 …int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmen… in GetSmsSegmentsInfo() argument
437 dataParcel.WriteBool(force7BitCode); in GetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dsms_service_manager_client.h208 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
H A Di_sms_service_interface.h291 … int32_t slotId, const std::u16string &message, bool force7BitCode, SmsSegmentsInfo &info) = 0;
H A Dsms_service_proxy.h184 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_sms.h193 bool force7BitCode = false; member
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dsms_gtest.cpp1245 bool force7BitCode = false; in GetSmsSegmentsInfoTestFuc() local
1248 helper.slotId, message, force7BitCode, result); in GetSmsSegmentsInfoTestFuc()
1258 bool force7BitCode = true; in GetSmsSegmentsInfoTestFuc2() local
1261 helper.slotId, message, force7BitCode, result); in GetSmsSegmentsInfoTestFuc2()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp1537 content, context->force7BitCode, info); in NativeGetSmsSegmentsInfo()
1591 napi_get_value_bool(env, parameters[PARAMETERS_INDEX_2], &context->force7BitCode); in GetSmsSegmentsInfo()