| /base/telephony/sms_mms/test/fuzztest/splitmessage_fuzzer/ |
| D | splitmessage_fuzzer.cpp | 78 void GetImsShortMessageFormat(const uint8_t *data, size_t size) in GetImsShortMessageFormat() function 95 interfaceManager->GetImsShortMessageFormat(format); in GetImsShortMessageFormat() 102 smsSendManager->GetImsShortMessageFormat(format); in GetImsShortMessageFormat() 116 GetImsShortMessageFormat(data, size); in DoSomethingInterestingWithMyAPI()
|
| /base/telephony/sms_mms/services/sms/include/ |
| D | sms_send_manager.h | 48 int32_t GetImsShortMessageFormat(std::u16string &format);
|
| D | sms_interface_manager.h | 61 int32_t GetImsShortMessageFormat(std::u16string &format);
|
| D | sms_service.h | 225 int32_t GetImsShortMessageFormat(std::u16string &format) override;
|
| /base/telephony/sms_mms/services/sms/ |
| D | sms_dump_helper.cpp | 94 DelayedSingleton<SmsService>::GetInstance()->GetImsShortMessageFormat(format); in ShowSmsInfo()
|
| D | sms_interface_manager.cpp | 243 int32_t SmsInterfaceManager::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsInterfaceManager 249 return smsSendManager_->GetImsShortMessageFormat(format); in GetImsShortMessageFormat()
|
| D | sms_send_manager.cpp | 345 int32_t SmsSendManager::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsSendManager
|
| D | sms_service.cpp | 308 int32_t SmsService::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsService 324 return interfaceManager->GetImsShortMessageFormat(format); in GetImsShortMessageFormat()
|
| D | sms_interface_stub.cpp | 423 int32_t result = GetImsShortMessageFormat(format); in OnGetImsShortMessageFormat()
|
| /base/telephony/sms_mms/frameworks/native/sms/src/ |
| D | sms_service_manager_client.cpp | 225 int32_t SmsServiceManagerClient::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsServiceManagerClient 228 return smsServiceInterface_->GetImsShortMessageFormat(format); in GetImsShortMessageFormat()
|
| D | sms_service_proxy.cpp | 471 int32_t SmsServiceProxy::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() function in OHOS::Telephony::SmsServiceProxy
|
| /base/telephony/sms_mms/interfaces/innerkits/ |
| D | sms_service_manager_client.h | 228 int32_t GetImsShortMessageFormat(std::u16string &format);
|
| D | sms_service_proxy.h | 203 int32_t GetImsShortMessageFormat(std::u16string &format) override;
|
| D | i_sms_service_interface.h | 309 virtual int32_t GetImsShortMessageFormat(std::u16string &format) = 0;
|
| /base/telephony/sms_mms/test/gtest/ |
| D | zero_branch_sms_test.cpp | 425 EXPECT_EQ(smsSendManager->GetImsShortMessageFormat(format), TELEPHONY_ERR_SUCCESS); 429 EXPECT_EQ(smsSendManager->GetImsShortMessageFormat(format), TELEPHONY_ERR_SUCCESS); 435 EXPECT_EQ(smsSendManager->GetImsShortMessageFormat(format), TELEPHONY_ERR_SUCCESS); 1120 EXPECT_GT(smsService->GetImsShortMessageFormat(desAddr), TELEPHONY_ERR_SUCCESS);
|
| /base/telephony/sms_mms/frameworks/js/napi/src/ |
| D | napi_sms.cpp | 1615 …DelayedSingleton<SmsServiceManagerClient>::GetInstance()->GetImsShortMessageFormat(context->value); in NativeGetImsShortMessageFormat() 1657 static napi_value GetImsShortMessageFormat(napi_env env, napi_callback_info info) in GetImsShortMessageFormat() function 1916 DECLARE_NAPI_FUNCTION("getImsShortMessageFormat", GetImsShortMessageFormat), in InitNapiSmsRegistry()
|
| /base/telephony/sms_mms/test/unittest/ |
| D | gsm_sms_sender_test.cpp | 558 smsService->GetImsShortMessageFormat(format); in TestGetImsShortMessageFormat()
|