Home
last modified time | relevance | path

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

/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_core_service_test.cpp273 EXPECT_NE(mCoreService->LoadBoundProfilePackage( in HWTEST_F()
276 EXPECT_EQ(mCoreService->LoadBoundProfilePackage( in HWTEST_F()
H A Desim_manager_test.cpp441 HWTEST_F(EsimManagerTest, LoadBoundProfilePackage, Function | MediumTest | Level1) in HWTEST_F()
449 int32_t ret = simManager->LoadBoundProfilePackage(slotId, portIndex, boundProfilePackage, responseResult); in HWTEST_F()
455 ret = simManager->LoadBoundProfilePackage(slotId, portIndex, boundProfilePackage, responseResult); in HWTEST_F()
464 ret = simManager->LoadBoundProfilePackage(slotId, portIndex, boundProfilePackage, responseResult); in HWTEST_F()
H A Desim_core_service_client_branch_test.cpp223 int32_t result = CoreServiceClient::GetInstance().LoadBoundProfilePackage( in HWTEST_F()
H A Desim_core_service_client_test.cpp196 int32_t result = CoreServiceClient::GetInstance().LoadBoundProfilePackage( in HWTEST_F()
H A Desim_file_manager_test.cpp345 ResponseEsimBppResult res = simFileManager.LoadBoundProfilePackage(portIndex, boundProfilePackage); in HWTEST_F()
348 res = simFileManager.LoadBoundProfilePackage(portIndex, boundProfilePackage); in HWTEST_F()
H A Desim_core_service_proxy_test.cpp613 EXPECT_EQ(proxy.LoadBoundProfilePackage(SLOT_ID, portIndex, boundProfilePackage, responseResult), in HWTEST_F()
625 EXPECT_EQ(proxy.LoadBoundProfilePackage(SLOT_ID, portIndex, boundProfilePackage, responseResult), in HWTEST_F()
637 EXPECT_EQ(proxy.LoadBoundProfilePackage(SLOT_ID, portIndex, boundProfilePackage, responseResult), 0); in HWTEST_F()
/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h111 ResponseEsimBppResult LoadBoundProfilePackage(int32_t portIndex, const std::u16string &boundProfilePackage);
H A Dsim_manager.h180 int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage,
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_client.h1093 int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage,
H A Di_sim_manager.h179 virtual int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex,
H A Dcore_service_proxy.h173 int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage,
H A Di_core_service.h187 virtual int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex,
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp1245 int32_t CoreServiceClient::LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, in LoadBoundProfilePackage() function in OHOS::Telephony::CoreServiceClient
1253 return proxy->LoadBoundProfilePackage(slotId, portIndex, boundProfilePackage, responseResult); in LoadBoundProfilePackage()
H A Dcore_service_proxy.cpp3848 int32_t CoreServiceProxy::LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, in LoadBoundProfilePackage() function in OHOS::Telephony::CoreServiceProxy
3876 TELEPHONY_LOGE("LoadBoundProfilePackage sendRequest failed, errcode is %{public}d", requestResult); in LoadBoundProfilePackage()
/base/telephony/core_service/services/core/include/
H A Dcore_service.h298 int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage,
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h641 int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex,
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1902 int32_t CoreService::LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, in LoadBoundProfilePackage() function in OHOS::Telephony::CoreService
1917 return simManager_->LoadBoundProfilePackage(slotId, portIndex, boundProfilePackage, responseResult); in LoadBoundProfilePackage()
H A Dcore_service_stub.cpp2344 int32_t result = LoadBoundProfilePackage(slotId, portIndex, boundProfilePackage, responseResult); in OnLoadBoundProfilePackage()
/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp1426 int32_t SimManager::LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, in LoadBoundProfilePackage() function in OHOS::Telephony::SimManager
1433 responseResult = simFileManager_[slotId]->LoadBoundProfilePackage(portIndex, boundProfilePackage); in LoadBoundProfilePackage()
H A Dsim_file_manager.cpp1147 ResponseEsimBppResult SimFileManager::LoadBoundProfilePackage( in LoadBoundProfilePackage() function in OHOS::Telephony::SimFileManager

Completed in 34 milliseconds