Home
last modified time | relevance | path

Searched refs:GetImsShortMessageFormat (Results 1 - 20 of 20) sorted by relevance

/base/telephony/sms_mms/test/fuzztest/splitmessage_fuzzer/
H A Dsplitmessage_fuzzer.cpp84 void GetImsShortMessageFormat(const uint8_t *data, size_t size) in GetImsShortMessageFormat() function
102 interfaceManager->GetImsShortMessageFormat(format); in GetImsShortMessageFormat()
111 smsSendManager->GetImsShortMessageFormat(format); in GetImsShortMessageFormat()
125 GetImsShortMessageFormat(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/sms_mms/services/sms/include/
H A Dsms_send_manager.h48 int32_t GetImsShortMessageFormat(std::u16string &format);
H A Dsms_interface_manager.h61 int32_t GetImsShortMessageFormat(std::u16string &format);
H A Dsms_service.h242 int32_t GetImsShortMessageFormat(std::u16string &format) override;
/base/telephony/sms_mms/services/sms/
H A Dsms_dump_helper.cpp94 DelayedSingleton<SmsService>::GetInstance()->GetImsShortMessageFormat(format); in ShowSmsInfo()
H A Dsms_interface_manager.cpp238 int32_t SmsInterfaceManager::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsInterfaceManager
244 return smsSendManager_->GetImsShortMessageFormat(format); in GetImsShortMessageFormat()
H A Dsms_send_manager.cpp334 int32_t SmsSendManager::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsSendManager
H A Dsms_service.cpp338 int32_t SmsService::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsService
354 return interfaceManager->GetImsShortMessageFormat(format); in GetImsShortMessageFormat()
H A Dsms_interface_stub.cpp472 int32_t result = GetImsShortMessageFormat(format); in OnGetImsShortMessageFormat()
/base/telephony/sms_mms/interfaces/innerkits/
H A Di_sms_service_interface.h325 virtual int32_t GetImsShortMessageFormat(std::u16string &format) = 0;
H A Dsms_service_manager_client.h244 int32_t GetImsShortMessageFormat(std::u16string &format);
H A Dsms_service_proxy.h213 * @brief GetImsShortMessageFormat
218 int32_t GetImsShortMessageFormat(std::u16string &format) override;
/base/telephony/sms_mms/test/fuzztest/unittesttwo_fuzzer/
H A Dunittesttwo_fuzzer.cpp374 m_pSmsInterfaceManager->GetImsShortMessageFormat(format); in TestGetAndSet()
614 m_pSmsSendManager->GetImsShortMessageFormat(format); in TestGetImsShortMessageFormat()
617 m_pSmsSendManager->GetImsShortMessageFormat(format); in TestGetImsShortMessageFormat()
619 m_pSmsSendManager->GetImsShortMessageFormat(format); in TestGetImsShortMessageFormat()
/base/telephony/sms_mms/test/fuzztest/sendmessage_fuzzer/
H A Dsendmessage_fuzzer.cpp123 service->GetImsShortMessageFormat(argsStrU16); in SmsServiceInterfaceTest()
/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_manager_client.cpp254 int32_t SmsServiceManagerClient::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsServiceManagerClient
258 return smsServiceInterface_->GetImsShortMessageFormat(format); in GetImsShortMessageFormat()
H A Dsms_service_proxy.cpp528 int32_t SmsServiceProxy::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsServiceProxy
530 TELEPHONY_LOGI("SmsServiceProxy::GetImsShortMessageFormat"); in GetImsShortMessageFormat()
535 TELEPHONY_LOGE("GetImsShortMessageFormat WriteInterfaceToken is false"); in GetImsShortMessageFormat()
540 TELEPHONY_LOGE("GetImsShortMessageFormat Remote is null"); in GetImsShortMessageFormat()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp579 EXPECT_EQ(smsSendManager->GetImsShortMessageFormat(format), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
583 EXPECT_EQ(smsSendManager->GetImsShortMessageFormat(format), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
589 EXPECT_EQ(smsSendManager->GetImsShortMessageFormat(format), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
1873 EXPECT_GT(smsService->GetImsShortMessageFormat(desAddr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
2036 Singleton<SmsServiceManagerClient>::GetInstance().GetImsShortMessageFormat(desAddr); in HWTEST_F()
2299 smsService->GetImsShortMessageFormat(format); in HWTEST_F()
H A Dzero_branch_sms_part_test.cpp298 interfaceManager->GetImsShortMessageFormat(format); in HWTEST_F()
334 interfaceManager->GetImsShortMessageFormat(format); in HWTEST_F()
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp1700 context->errorCode = Singleton<SmsServiceManagerClient>::GetInstance().GetImsShortMessageFormat(context->value); in NativeGetImsShortMessageFormat()
1742 static napi_value GetImsShortMessageFormat(napi_env env, napi_callback_info info) in GetImsShortMessageFormat() function
1751 TELEPHONY_LOGE("GetImsShortMessageFormat parameter matching failed."); in GetImsShortMessageFormat()
1757 TELEPHONY_LOGE("GetImsShortMessageFormat SingleValueContext is nullptr."); in GetImsShortMessageFormat()
1764 napi_value result = NapiUtil::HandleAsyncWork(env, context, "GetImsShortMessageFormat", in GetImsShortMessageFormat()
2001 DECLARE_NAPI_FUNCTION("getImsShortMessageFormat", GetImsShortMessageFormat), in InitNapiSmsRegistry()
/base/telephony/sms_mms/test/unittest/
H A Dgsm_sms_sender_test.cpp571 smsService->GetImsShortMessageFormat(format); in TestGetImsShortMessageFormat()
572 std::cout << "GetImsShortMessageFormat:" << StringUtils::ToUtf8(format) << std::endl; in TestGetImsShortMessageFormat()

Completed in 32 milliseconds