/ohos5.0/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/ |
H A D | getsmssegmentsinfo_fuzzer.cpp | 59 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 D | gsmsmsmessage_fuzzer.cpp | 123 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 D | sms_send_manager.cpp | 257 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 D | sms_base_message.cpp | 464 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 D | sms_interface_manager.cpp | 219 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 D | sms_interface_stub.cpp | 402 bool force7BitCode = data.ReadBool(); in OnGetSmsSegmentsInfo() local 405 int32_t result = GetSmsSegmentsInfo(slotId, message, force7BitCode, segInfo); in OnGetSmsSegmentsInfo()
|
H A D | sms_service.cpp | 629 …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 D | sms_base_message.h | 95 …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 D | sms_send_manager.h | 45 int32_t GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &lenInfo);
|
H A D | sms_interface_manager.h | 59 int32_t GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &outInfo);
|
H A D | sms_service.h | 206 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/ |
H A D | sms_service_manager_client.cpp | 225 …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 D | sms_service_proxy.cpp | 425 …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 D | sms_service_manager_client.h | 208 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
|
H A D | i_sms_service_interface.h | 291 … int32_t slotId, const std::u16string &message, bool force7BitCode, SmsSegmentsInfo &info) = 0;
|
H A D | sms_service_proxy.h | 184 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
|
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/ |
H A D | napi_sms.h | 193 bool force7BitCode = false; member
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | sms_gtest.cpp | 1245 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 D | napi_sms.cpp | 1537 content, context->force7BitCode, info); in NativeGetSmsSegmentsInfo() 1591 napi_get_value_bool(env, parameters[PARAMETERS_INDEX_2], &context->force7BitCode); in GetSmsSegmentsInfo()
|