Home
last modified time | relevance | path

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

/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_core_service_test.cpp259 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 Desim_manager_test.cpp413 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 Desim_core_service_client_branch_test.cpp212 int32_t result = CoreServiceClient::GetInstance().PrepareDownload(slotId, downLoadConfigInfo, responseResult); in HWTEST_F()
H A Desim_core_service_client_test.cpp186 int32_t result = CoreServiceClient::GetInstance().PrepareDownload(slotId, downLoadConfigInfo, responseResult); in HWTEST_F()
H A Desim_file_manager_test.cpp324 ResponseEsimResult res = simFileManager.PrepareDownload(downLoadConfigInfo); in HWTEST_F()
328 res = simFileManager.PrepareDownload(downLoadConfigInfo); in HWTEST_F()
H A Desim_core_service_proxy_test.cpp579 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 Dsim_file_manager.h110 ResponseEsimResult PrepareDownload(const DownLoadConfigInfo &downLoadConfigInfo);
H A Dsim_manager.h178 int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_client.h1081 int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
H A Di_sim_manager.h177 virtual int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
H A Dcore_service_proxy.h171 int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
H A Di_core_service.h185 virtual int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp1234 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 Dcore_service_proxy.cpp3807 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 Dcore_service.h295 int32_t PrepareDownload(int32_t slotId, const DownLoadConfigInfo &downLoadConfigInfo,
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h635 int32_t PrepareDownload(
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1884 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 Dcore_service_stub.cpp2324 int32_t result = PrepareDownload(slotId, downLoadConfigInfo, responseResult); in OnPrepareDownload()
/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp1415 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 Dsim_file_manager.cpp1137 ResponseEsimResult SimFileManager::PrepareDownload(const DownLoadConfigInfo &downLoadConfigInfo) in PrepareDownload() function in OHOS::Telephony::SimFileManager

Completed in 35 milliseconds