/base/telephony/core_service/test/unittest/esim_gtest/ |
H A D | esim_core_service_test.cpp | 273 EXPECT_NE(mCoreService->LoadBoundProfilePackage( in HWTEST_F() 276 EXPECT_EQ(mCoreService->LoadBoundProfilePackage( in HWTEST_F()
|
H A D | esim_manager_test.cpp | 441 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 D | esim_core_service_client_branch_test.cpp | 223 int32_t result = CoreServiceClient::GetInstance().LoadBoundProfilePackage( in HWTEST_F()
|
H A D | esim_core_service_client_test.cpp | 196 int32_t result = CoreServiceClient::GetInstance().LoadBoundProfilePackage( in HWTEST_F()
|
H A D | esim_file_manager_test.cpp | 345 ResponseEsimBppResult res = simFileManager.LoadBoundProfilePackage(portIndex, boundProfilePackage); in HWTEST_F() 348 res = simFileManager.LoadBoundProfilePackage(portIndex, boundProfilePackage); in HWTEST_F()
|
H A D | esim_core_service_proxy_test.cpp | 613 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 D | sim_file_manager.h | 111 ResponseEsimBppResult LoadBoundProfilePackage(int32_t portIndex, const std::u16string &boundProfilePackage);
|
H A D | sim_manager.h | 180 int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage,
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 1093 int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage,
|
H A D | i_sim_manager.h | 179 virtual int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex,
|
H A D | core_service_proxy.h | 173 int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage,
|
H A D | i_core_service.h | 187 virtual int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex,
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 1245 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 D | core_service_proxy.cpp | 3848 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 D | core_service.h | 298 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 D | esim_core_service_stub_test.h | 641 int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex,
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1902 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 D | core_service_stub.cpp | 2344 int32_t result = LoadBoundProfilePackage(slotId, portIndex, boundProfilePackage, responseResult); in OnLoadBoundProfilePackage()
|
/base/telephony/core_service/services/sim/src/ |
H A D | sim_manager.cpp | 1426 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 D | sim_file_manager.cpp | 1147 ResponseEsimBppResult SimFileManager::LoadBoundProfilePackage( in LoadBoundProfilePackage() function in OHOS::Telephony::SimFileManager
|