Home
last modified time | relevance | path

Searched defs:force7BitCode (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmsmessage_fuzzer/
H A Dgsmsmsmessage_fuzzer.cpp123 bool force7BitCode = (size % SLOT_NUM == 1); in SplitMessageAndCreateSubmitTest() local
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_base_message.cpp464 bool force7BitCode, DataCodingScheme &codingType, bool bPortNum, const std::string &desAddr) in SplitMessage()
527 int32_t SmsBaseMessage::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthIn… in GetSmsSegmentsInfo()
H A Dsms_send_manager.cpp257 int32_t SmsSendManager::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthIn… in GetSmsSegmentsInfo()
H A Dsms_interface_manager.cpp219 int32_t SmsInterfaceManager::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, Len… in GetSmsSegmentsInfo()
H A Dsms_service.cpp629 …int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmen… in GetSmsSegmentsInfo()
H A Dsms_interface_stub.cpp402 bool force7BitCode = data.ReadBool(); in OnGetSmsSegmentsInfo() local
/ohos5.0/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
H A Dgetsmssegmentsinfo_fuzzer.cpp59 bool force7BitCode = slotId == 1 ? true : false; in GetSmsSegmentsInfo() local
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dsms_gtest.cpp1245 bool force7BitCode = false; in GetSmsSegmentsInfoTestFuc() local
1258 bool force7BitCode = true; in GetSmsSegmentsInfoTestFuc2() local
/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()
H A Dsms_service_proxy.cpp425 …int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmen… in GetSmsSegmentsInfo()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_sms.h193 bool force7BitCode = false; member