Home
last modified time | relevance | path

Searched refs:GetImsShortMessageFormat (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/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()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_interface_manager.cpp237 int32_t SmsInterfaceManager::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsInterfaceManager
243 return smsSendManager_->GetImsShortMessageFormat(format); in GetImsShortMessageFormat()
H A Dsms_dump_helper.cpp94 DelayedSingleton<SmsService>::GetInstance()->GetImsShortMessageFormat(format); in ShowSmsInfo()
H A Dsms_send_manager.cpp332 int32_t SmsSendManager::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsSendManager
H A Dsms_service.cpp312 int32_t SmsService::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsService
328 return interfaceManager->GetImsShortMessageFormat(format); in GetImsShortMessageFormat()
H A Dsms_interface_stub.cpp438 int32_t result = GetImsShortMessageFormat(format); in OnGetImsShortMessageFormat()
/ohos5.0/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.h225 int32_t GetImsShortMessageFormat(std::u16string &format) override;
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_manager_client.cpp243 int32_t SmsServiceManagerClient::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsServiceManagerClient
247 return smsServiceInterface_->GetImsShortMessageFormat(format); in GetImsShortMessageFormat()
H A Dsms_service_proxy.cpp486 int32_t SmsServiceProxy::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsServiceProxy
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dsms_service_manager_client.h227 int32_t GetImsShortMessageFormat(std::u16string &format);
H A Di_sms_service_interface.h309 virtual int32_t GetImsShortMessageFormat(std::u16string &format) = 0;
H A Dsms_service_proxy.h203 int32_t GetImsShortMessageFormat(std::u16string &format) override;
/ohos5.0/base/telephony/sms_mms/test/fuzztest/sendmessage_fuzzer/
H A Dsendmessage_fuzzer.cpp122 service->GetImsShortMessageFormat(argsStrU16); in SmsServiceInterfaceTest()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_part_test.cpp296 interfaceManager->GetImsShortMessageFormat(format);
332 interfaceManager->GetImsShortMessageFormat(format);
H A Dzero_branch_sms_test.cpp575 EXPECT_EQ(smsSendManager->GetImsShortMessageFormat(format), TELEPHONY_ERR_SUCCESS);
579 EXPECT_EQ(smsSendManager->GetImsShortMessageFormat(format), TELEPHONY_ERR_SUCCESS);
585 EXPECT_EQ(smsSendManager->GetImsShortMessageFormat(format), TELEPHONY_ERR_SUCCESS);
1547 EXPECT_GT(smsService->GetImsShortMessageFormat(desAddr), TELEPHONY_ERR_SUCCESS);
1705 smsServiceManagerClient->GetImsShortMessageFormat(desAddr);
1941 smsService->GetImsShortMessageFormat(format);
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp1672 …DelayedSingleton<SmsServiceManagerClient>::GetInstance()->GetImsShortMessageFormat(context->value); in NativeGetImsShortMessageFormat()
1714 static napi_value GetImsShortMessageFormat(napi_env env, napi_callback_info info) in GetImsShortMessageFormat() function
1973 DECLARE_NAPI_FUNCTION("getImsShortMessageFormat", GetImsShortMessageFormat), in InitNapiSmsRegistry()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dgsm_sms_sender_test.cpp555 smsService->GetImsShortMessageFormat(format); in TestGetImsShortMessageFormat()