/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/ |
D | getsmssegmentsinfo_fuzzer.cpp | 55 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/ |
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…
|
D | sms_send_manager.h | 45 int32_t GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &lenInfo);
|
D | sms_interface_manager.h | 59 int32_t GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &outInfo);
|
D | sms_service.h | 206 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
|
/base/telephony/sms_mms/services/sms/ |
D | sms_base_message.cpp | 398 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()
|
D | sms_send_manager.cpp | 270 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()
|
D | sms_interface_manager.cpp | 225 int32_t SmsInterfaceManager::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, Len… in GetSmsSegmentsInfo() argument 231 return smsSendManager_->GetSmsSegmentsInfo(message, force7BitCode, outInfo); in GetSmsSegmentsInfo()
|
D | sms_interface_stub.cpp | 387 bool force7BitCode = data.ReadBool(); in OnGetSmsSegmentsInfo() local 390 int32_t result = GetSmsSegmentsInfo(slotId, message, force7BitCode, segInfo); in OnGetSmsSegmentsInfo()
|
D | sms_service.cpp | 625 …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/ |
D | sms_service_manager_client.cpp | 209 …int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmen… in GetSmsSegmentsInfo() argument 212 return smsServiceInterface_->GetSmsSegmentsInfo(slotId, message, force7BitCode, segInfo); in GetSmsSegmentsInfo()
|
D | sms_service_proxy.cpp | 410 …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/ |
D | napi_sms.h | 194 bool force7BitCode = false; member
|
/base/telephony/sms_mms/interfaces/innerkits/ |
D | sms_service_manager_client.h | 209 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
|
D | sms_service_proxy.h | 184 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
|
D | i_sms_service_interface.h | 291 … int32_t slotId, const std::u16string &message, bool force7BitCode, SmsSegmentsInfo &info) = 0;
|
/base/telephony/sms_mms/test/gtest/ |
D | sms_gtest.cpp | 1222 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/ |
D | napi_sms.cpp | 1483 content, context->force7BitCode, info); in NativeGetSmsSegmentsInfo() 1534 napi_get_value_bool(env, parameters[2], &context->force7BitCode); in GetSmsSegmentsInfo()
|