Home
last modified time | relevance | path

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

/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
Dgetsmssegmentsinfo_fuzzer.cpp55 bool force7BitCode = slotId == 1 ? true : false; in GetSmsSegmentsInfo() local
59 dataParcel.WriteBool(force7BitCode); in GetSmsSegmentsInfo()
70 interfaceManager->GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
77 smsSendManager->GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
79 cdmaSmsMessage.GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
81 gsmSmsMessage.GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
/base/telephony/sms_mms/services/sms/include/
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…
Dsms_send_manager.h45 int32_t GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &lenInfo);
Dsms_interface_manager.h59 int32_t GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &outInfo);
Dsms_service.h206 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
/base/telephony/sms_mms/services/sms/
Dsms_base_message.cpp398 bool force7BitCode, DataCodingScheme &codingType, bool bPortNum) in SplitMessage() argument
410 codingType = force7BitCode ? DATA_CODING_7BIT : DATA_CODING_AUTO; in SplitMessage()
444 int32_t SmsBaseMessage::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthIn… in GetSmsSegmentsInfo() argument
458 DataCodingScheme codingType = force7BitCode ? DATA_CODING_7BIT : DATA_CODING_AUTO; in GetSmsSegmentsInfo()
Dsms_send_manager.cpp270 int32_t SmsSendManager::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthIn… in GetSmsSegmentsInfo() argument
280 return cdmaSmsMessage.GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
284 return gsmSmsMessage.GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
Dsms_interface_manager.cpp225 int32_t SmsInterfaceManager::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, Len… in GetSmsSegmentsInfo() argument
231 return smsSendManager_->GetSmsSegmentsInfo(message, force7BitCode, outInfo); in GetSmsSegmentsInfo()
Dsms_interface_stub.cpp387 bool force7BitCode = data.ReadBool(); in OnGetSmsSegmentsInfo() local
390 int32_t result = GetSmsSegmentsInfo(slotId, message, force7BitCode, segInfo); in OnGetSmsSegmentsInfo()
Dsms_service.cpp625 …int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmen… in GetSmsSegmentsInfo() argument
645 int32_t ret = interfaceManager->GetSmsSegmentsInfo(messageData, force7BitCode, result); in GetSmsSegmentsInfo()
/base/telephony/sms_mms/frameworks/native/sms/src/
Dsms_service_manager_client.cpp209 …int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmen… in GetSmsSegmentsInfo() argument
212 return smsServiceInterface_->GetSmsSegmentsInfo(slotId, message, force7BitCode, segInfo); in GetSmsSegmentsInfo()
Dsms_service_proxy.cpp410 …int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmen… in GetSmsSegmentsInfo() argument
422 dataParcel.WriteBool(force7BitCode); in GetSmsSegmentsInfo()
/base/telephony/sms_mms/frameworks/js/napi/include/
Dnapi_sms.h194 bool force7BitCode = false; member
/base/telephony/sms_mms/interfaces/innerkits/
Dsms_service_manager_client.h209 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
Dsms_service_proxy.h184 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
Di_sms_service_interface.h291 … int32_t slotId, const std::u16string &message, bool force7BitCode, SmsSegmentsInfo &info) = 0;
/base/telephony/sms_mms/test/gtest/
Dsms_gtest.cpp1222 bool force7BitCode = false; in GetSmsSegmentsInfoTestFuc() local
1225 helper.slotId, message, force7BitCode, result); in GetSmsSegmentsInfoTestFuc()
1235 bool force7BitCode = true; in GetSmsSegmentsInfoTestFuc2() local
1238 helper.slotId, message, force7BitCode, result); in GetSmsSegmentsInfoTestFuc2()
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_sms.cpp1483 content, context->force7BitCode, info); in NativeGetSmsSegmentsInfo()
1534 napi_get_value_bool(env, parameters[2], &context->force7BitCode); in GetSmsSegmentsInfo()