Home
last modified time | relevance | path

Searched refs:GetSmsSegmentsInfo (Results 1 - 21 of 21) sorted by relevance

/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
H A Dgetsmssegmentsinfo_fuzzer.cpp46 void GetSmsSegmentsInfo(const uint8_t *data, size_t size) in GetSmsSegmentsInfo() function
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()
327 GetSmsSegmentsInfo(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/sms_mms/services/sms/
H A Dsms_send_manager.cpp259 int32_t SmsSendManager::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &lenInfo) in GetSmsSegmentsInfo() function in OHOS::Telephony::SmsSendManager
262 TELEPHONY_LOGE("GetSmsSegmentsInfo networkManager_ Nullptr Error."); in GetSmsSegmentsInfo()
269 return cdmaSmsMessage.GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
273 return gsmSmsMessage.GetSmsSegmentsInfo(message, force7BitCode, lenInfo); in GetSmsSegmentsInfo()
H A Dsms_interface_manager.cpp220 int32_t SmsInterfaceManager::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &outInfo) in GetSmsSegmentsInfo() function in OHOS::Telephony::SmsInterfaceManager
226 return smsSendManager_->GetSmsSegmentsInfo(message, force7BitCode, outInfo); in GetSmsSegmentsInfo()
H A Dsms_base_message.cpp527 int32_t SmsBaseMessage::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &lenInfo) in GetSmsSegmentsInfo() function in OHOS::Telephony::SmsBaseMessage
H A Dsms_service.cpp654 int32_t SmsService::GetSmsSegmentsInfo( in GetSmsSegmentsInfo() function in OHOS::Telephony::SmsService
670 TELEPHONY_LOGE("GetSmsSegmentsInfo interfaceManager is nullptr error."); in GetSmsSegmentsInfo()
675 int32_t ret = interfaceManager->GetSmsSegmentsInfo(messageData, force7BitCode, result); in GetSmsSegmentsInfo()
H A Dsms_interface_stub.cpp439 int32_t result = GetSmsSegmentsInfo(slotId, message, force7BitCode, segInfo); in OnGetSmsSegmentsInfo()
/base/telephony/sms_mms/services/sms/include/
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_base_message.h99 virtual int32_t GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &lenInfo);
H A Dsms_service.h223 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
/base/telephony/sms_mms/interfaces/innerkits/
H A Di_sms_service_interface.h306 virtual int32_t GetSmsSegmentsInfo(
H A Dsms_service_manager_client.h225 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
H A Dsms_service_proxy.h191 * @brief GetSmsSegmentsInfo
199 int32_t GetSmsSegmentsInfo(int32_t slotId, const std::u16string &message, bool force7BitCode,
/base/telephony/sms_mms/test/fuzztest/unittesttwo_fuzzer/
H A Dunittesttwo_fuzzer.cpp372 m_pSmsInterfaceManager->GetSmsSegmentsInfo(message, enable, outInfo); in TestGetAndSet()
581 m_pSmsSendManager->GetSmsSegmentsInfo(message, force7BitCode, outInfo); in TestGetSmsSegmentsInfo()
584 m_pSmsSendManager->GetSmsSegmentsInfo(message, force7BitCode, outInfo); in TestGetSmsSegmentsInfo()
586 m_pSmsSendManager->GetSmsSegmentsInfo(message, force7BitCode, outInfo); in TestGetSmsSegmentsInfo()
/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_manager_client.cpp235 int32_t SmsServiceManagerClient::GetSmsSegmentsInfo( in GetSmsSegmentsInfo() function in OHOS::Telephony::SmsServiceManagerClient
240 return smsServiceInterface_->GetSmsSegmentsInfo(slotId, message, force7BitCode, segInfo); in GetSmsSegmentsInfo()
H A Dsms_service_proxy.cpp466 int32_t SmsServiceProxy::GetSmsSegmentsInfo( in GetSmsSegmentsInfo() function in OHOS::Telephony::SmsServiceProxy
469 TELEPHONY_LOGI("SmsServiceProxy::GetSmsSegmentsInfo slotId : %{public}d", slotId); in GetSmsSegmentsInfo()
474 TELEPHONY_LOGE("GetSmsSegmentsInfo WriteInterfaceToken is false"); in GetSmsSegmentsInfo()
482 TELEPHONY_LOGE("GetSmsSegmentsInfo Remote is null"); in GetSmsSegmentsInfo()
489 TELEPHONY_LOGE("GetSmsSegmentsInfo ReadBool is null"); in GetSmsSegmentsInfo()
521 TELEPHONY_LOGE("GetSmsSegmentsInfo ReadBool is null"); in IsImsSmsSupported()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp611 EXPECT_GT(smsSendManager->GetSmsSegmentsInfo(scAddr, true, lenInfo), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
628 EXPECT_GT(smsSendManager->GetSmsSegmentsInfo(scAddr, true, lenInfo), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
636 EXPECT_EQ(smsSendManager->GetSmsSegmentsInfo(scAddr, true, lenInfo), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
644 EXPECT_EQ(smsSendManager->GetSmsSegmentsInfo(scAddr, true, lenInfo), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
1508 EXPECT_GE(smsBaseMessage->GetSmsSegmentsInfo(message, true, lenInfo), 0); in HWTEST_F()
1510 EXPECT_EQ(smsBaseMessage->GetSmsSegmentsInfo(message, true, lenInfo), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
1511 EXPECT_EQ(smsBaseMessage->GetSmsSegmentsInfo(message, false, lenInfo), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
1901 EXPECT_GT(smsService->GetSmsSegmentsInfo(INVALID_SLOTID, message, true, info), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
1903 EXPECT_GT(smsService->GetSmsSegmentsInfo(INVALID_SLOTID, message, true, info), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
2034 Singleton<SmsServiceManagerClient>::GetInstance().GetSmsSegmentsInfo(slotI in HWTEST_F()
[all...]
H A Dzero_branch_sms_part_test.cpp294 interfaceManager->GetSmsSegmentsInfo(dataStr, false, outInfo); in HWTEST_F()
330 interfaceManager->GetSmsSegmentsInfo(dataStr, false, outInfo); in HWTEST_F()
H A Dsms_gtest.cpp1218 Singleton<SmsServiceManagerClient>::GetInstance().GetSmsSegmentsInfo( in GetSmsSegmentsInfoTestFuc()
1231 Singleton<SmsServiceManagerClient>::GetInstance().GetSmsSegmentsInfo( in GetSmsSegmentsInfoTestFuc2()
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp1565 context->errorCode = Singleton<SmsServiceManagerClient>::GetInstance().GetSmsSegmentsInfo(context->slotId, in NativeGetSmsSegmentsInfo()
1599 static napi_value GetSmsSegmentsInfo(napi_env env, napi_callback_info info) in GetSmsSegmentsInfo() function
1608 TELEPHONY_LOGE("GetSmsSegmentsInfo parameter matching failed."); in GetSmsSegmentsInfo()
1614 TELEPHONY_LOGE("GetSmsSegmentsInfo context is nullptr."); in GetSmsSegmentsInfo()
1625 env, context, "GetSmsSegmentsInfo", NativeGetSmsSegmentsInfo, GetSmsSegmentsInfoCallback); in GetSmsSegmentsInfo()
1999 DECLARE_NAPI_FUNCTION("getSmsSegmentsInfo", GetSmsSegmentsInfo), in InitNapiSmsRegistry()
/base/telephony/sms_mms/test/unittest/
H A Dgsm_sms_sender_test.cpp517 if (smsService->GetSmsSegmentsInfo(slotId, StringUtils::ToUtf16(input), false, result) != TELEPHONY_ERR_SUCCESS) { in TestGetSmsSegmentsInfo()

Completed in 26 milliseconds