/base/telephony/core_service/test/unittest/esim_gtest/ |
H A D | esim_core_service_test.cpp | 259 EXPECT_NE(mCoreService->PrepareDownload(slotId, downLoadConfigInfo, responseResult), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 261 EXPECT_EQ(mCoreService->PrepareDownload(slotId, downLoadConfigInfo, responseResult), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
|
H A D | esim_manager_test.cpp | 413 HWTEST_F(EsimManagerTest, PrepareDownload, Function | MediumTest | Level1) in HWTEST_F() 422 int32_t ret = simManager->PrepareDownload(slotId, downLoadConfigInfo, responseResult); in HWTEST_F() 428 ret = simManager->PrepareDownload(slotId, downLoadConfigInfo, responseResult); in HWTEST_F() 437 ret = simManager->PrepareDownload(slotId, downLoadConfigInfo, responseResult); in HWTEST_F()
|
H A D | esim_core_service_client_branch_test.cpp | 212 int32_t result = CoreServiceClient::GetInstance().PrepareDownload(slotId, downLoadConfigInfo, responseResult); in HWTEST_F()
|
H A D | esim_core_service_client_test.cpp | 186 int32_t result = CoreServiceClient::GetInstance().PrepareDownload(slotId, downLoadConfigInfo, responseResult); in HWTEST_F()
|
H A D | esim_file_manager_test.cpp | 324 ResponseEsimResult res = simFileManager.PrepareDownload(downLoadConfigInfo); in HWTEST_F() 328 res = simFileManager.PrepareDownload(downLoadConfigInfo); in HWTEST_F()
|
H A D | esim_core_service_proxy_test.cpp | 579 EXPECT_EQ(proxy.PrepareDownload(SLOT_ID, downLoadConfigInfo, responseResult), TELEPHONY_ERR_IPC_CONNECT_STUB_FAIL); in HWTEST_F() 591 EXPECT_EQ(proxy.PrepareDownload(SLOT_ID, downLoadConfigInfo, responseResult), TELEPHONY_ERR_IPC_CONNECT_STUB_FAIL); in HWTEST_F() 603 EXPECT_EQ(proxy.PrepareDownload(SLOT_ID, downLoadConfigInfo, responseResult), 0); in HWTEST_F()
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_file_manager.h | 110 ResponseEsimResult PrepareDownload(const DownLoadConfigInfo &downLoadConfigInfo);
|
H A D | sim_manager.h | 178 int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 1081 int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
|
H A D | i_sim_manager.h | 177 virtual int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
|
H A D | core_service_proxy.h | 171 int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
|
H A D | i_core_service.h | 185 virtual int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 1234 int32_t CoreServiceClient::PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo, in PrepareDownload() function in OHOS::Telephony::CoreServiceClient 1242 return proxy->PrepareDownload(slotId, downLoadConfigInfo, responseResult); in PrepareDownload()
|
H A D | core_service_proxy.cpp | 3807 int32_t CoreServiceProxy::PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo, in PrepareDownload() function in OHOS::Telephony::CoreServiceProxy 3837 TELEPHONY_LOGE("PrepareDownload sendRequest failed, error code is %{public}d", requestResult); in PrepareDownload()
|
/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 295 int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 635 int32_t PrepareDownload(
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1884 int32_t CoreService::PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo, in PrepareDownload() function in OHOS::Telephony::CoreService 1899 return simManager_->PrepareDownload(slotId, downLoadConfigInfo, responseResult); in PrepareDownload()
|
H A D | core_service_stub.cpp | 2324 int32_t result = PrepareDownload(slotId, downLoadConfigInfo, responseResult); in OnPrepareDownload()
|
/base/telephony/core_service/services/sim/src/ |
H A D | sim_manager.cpp | 1415 int32_t SimManager::PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
in PrepareDownload() function in OHOS::Telephony::SimManager 1422 responseResult = simFileManager_[slotId]->PrepareDownload(downLoadConfigInfo);
in PrepareDownload()
|
H A D | sim_file_manager.cpp | 1137 ResponseEsimResult SimFileManager::PrepareDownload(const DownLoadConfigInfo &downLoadConfigInfo) in PrepareDownload() function in OHOS::Telephony::SimFileManager
|