/ohos5.0/base/telephony/sms_mms/services/mms/include/ |
H A D | mms_receive_manager.h | 29 int32_t DownloadMms(
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/createsmsmessage_fuzzer/ |
H A D | createsmsmessage_fuzzer.cpp | 140 void DownloadMms(const uint8_t *data, size_t size) in DownloadMms() function 177 DownloadMms(data, size); in DoCreateMessageMyAPI()
|
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/ |
H A D | napi_send_recv_mms.h | 47 static napi_value DownloadMms(napi_env env, napi_callback_info info);
|
/ohos5.0/base/telephony/sms_mms/services/mms/ |
H A D | mms_receive_manager.cpp | 37 int32_t MmsReceiveManager::DownloadMms( in DownloadMms() function in OHOS::Telephony::MmsReceiveManager
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_interface_manager.cpp | 266 int32_t SmsInterfaceManager::DownloadMms( in DownloadMms() function in OHOS::Telephony::SmsInterfaceManager 273 return mmsReceiverManager_->DownloadMms(mmsc, data, ua, uaprof); in DownloadMms()
|
H A D | sms_service.cpp | 774 int32_t SmsService::DownloadMms(int32_t slotId, const std::u16string &mmsc, std::u16string &data, in DownloadMms() function in OHOS::Telephony::SmsService 795 int32_t ret = interfaceManager->DownloadMms(mmsc, data, ua, uaprof); in DownloadMms()
|
H A D | sms_interface_stub.cpp | 539 int32_t result = DownloadMms(slotId, mmsc, mmsData, ua, uaprof); in OnDownloadMms()
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/ |
H A D | sms_service_manager_client.cpp | 205 int32_t SmsServiceManagerClient::DownloadMms(int32_t slotId, const std::u16string &mmsc, std::u16st… in DownloadMms() function in OHOS::Telephony::SmsServiceManagerClient 210 return smsServiceInterface_->DownloadMms(slotId, mmsc, data, ua, uaprof); in DownloadMms()
|
H A D | sms_service_proxy.cpp | 560 int32_t SmsServiceProxy::DownloadMms(int32_t slotId, const std::u16string &mmsc, std::u16string &da… in DownloadMms() function in OHOS::Telephony::SmsServiceProxy
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_part_test.cpp | 305 result = interfaceManager->DownloadMms(mmsc, data, ua, uaprof); 336 result = interfaceManager->DownloadMms(mmsc, data, ua, uaprof); 356 int32_t downloadMmsRet = interfaceManager->DownloadMms(mmsc, data, ua, uaprof);
|
H A D | zero_branch_mms_test.cpp | 1398 int32_t notAccess = smsService->DownloadMms(slotId, mmsc, data, ua, uaprof); 1400 int32_t noMmsc = smsService->DownloadMms(slotId, mmsc, data, ua, uaprof); 1402 int32_t noData = smsService->DownloadMms(slotId, mmsc, data, ua, uaprof);
|
H A D | mms_gtest.cpp | 1063 smsService->DownloadMms(slotId, mmsc, data, ua, uaprof);
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_interface_manager.h | 65 int32_t DownloadMms(
|
H A D | sms_service.h | 315 int32_t DownloadMms(int32_t slotId, const std::u16string &mmsc, std::u16string &data,
|
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/ |
H A D | sms_service_manager_client.h | 301 …int32_t DownloadMms(int32_t slotId, const std::u16string &mmsc, std::u16string &data, const std::u…
|
H A D | i_sms_service_interface.h | 382 virtual int32_t DownloadMms(int32_t slotId, const std::u16string &mmsc, std::u16string &data,
|
H A D | sms_service_proxy.h | 271 …int32_t DownloadMms(int32_t slotId, const std::u16string &mmsc, std::u16string &data, const std::u…
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/sendmessage_fuzzer/ |
H A D | sendmessage_fuzzer.cpp | 142 service->DownloadMms(slotId, argsStrU16, argsStrU16, argsStrU16, argsStrU16); in SmsServiceInterfaceTest()
|
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_send_recv_mms.cpp | 454 …DelayedSingleton<SmsServiceManagerClient>::GetInstance()->DownloadMms(asyncContext->slotId, asyncC… in NativeDownloadMms() 499 napi_value NapiSendRecvMms::DownloadMms(napi_env env, napi_callback_info info) in DownloadMms() function in OHOS::Telephony::NapiSendRecvMms
|
H A D | napi_sms.cpp | 1977 DECLARE_NAPI_FUNCTION("downloadMms", NapiSendRecvMms::DownloadMms), in InitNapiSmsRegistry()
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/ |
H A D | getsmssegmentsinfo_fuzzer.cpp | 286 interfaceManager->DownloadMms(mmsc, msg, ua, uaprof); in SendMMSAndDownloadMMS()
|