Home
last modified time | relevance | path

Searched refs:boundProfilePackage (Results 1 - 24 of 24) sorted by relevance

/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_core_service_proxy_test.cpp611 std::u16string boundProfilePackage; in HWTEST_F() local
613 EXPECT_EQ(proxy.LoadBoundProfilePackage(SLOT_ID, portIndex, boundProfilePackage, responseResult), in HWTEST_F()
622 std::u16string boundProfilePackage; in HWTEST_F() local
625 EXPECT_EQ(proxy.LoadBoundProfilePackage(SLOT_ID, portIndex, boundProfilePackage, responseResult), in HWTEST_F()
634 std::u16string boundProfilePackage; in HWTEST_F() local
637 EXPECT_EQ(proxy.LoadBoundProfilePackage(SLOT_ID, portIndex, boundProfilePackage, responseResult), 0); in HWTEST_F()
647 std::u16string boundProfilePackage; in HWTEST_F() local
660 std::u16string boundProfilePackage; in HWTEST_F() local
674 std::u16string boundProfilePackage; in HWTEST_F() local
H A Desim_core_service_test.cpp271 std::u16string boundProfilePackage = Str8ToStr16("0"); in HWTEST_F() local
274 slotId, portIndex, boundProfilePackage, responseResult), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
277 slotId, portIndex, boundProfilePackage, responseResult), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
H A Desim_core_service_client_branch_test.cpp220 std::u16string boundProfilePackage = Str8ToStr16("0"); in HWTEST_F() local
224 slotId, portIndex, boundProfilePackage, responseResult); in HWTEST_F()
H A Desim_core_service_client_test.cpp194 std::u16string boundProfilePackage = Str8ToStr16("0"); in HWTEST_F() local
197 slotId, portIndex, boundProfilePackage, responseResult); in HWTEST_F()
H A Desim_file_manager_test.cpp344 std::u16string boundProfilePackage = u""; in HWTEST_F() local
345 ResponseEsimBppResult res = simFileManager.LoadBoundProfilePackage(portIndex, boundProfilePackage); in HWTEST_F()
348 res = simFileManager.LoadBoundProfilePackage(portIndex, boundProfilePackage); in HWTEST_F()
H A Desim_manager_test.cpp445 std::u16string boundProfilePackage; in HWTEST_F() local
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_test.cpp57 static const std::string boundProfilePackage = "vzaCFPW/I4GjggEBgAiX" member
1146 esimFile->DecodeBoundProfilePackage(boundProfilePackage, bppNode); in HWTEST_F()
1161 esimFile->DecodeBoundProfilePackage(boundProfilePackage, bppNode); in HWTEST_F()
1176 esimFile->DecodeBoundProfilePackage(boundProfilePackage, bppNode); in HWTEST_F()
1191 esimFile->DecodeBoundProfilePackage(boundProfilePackage, bppNode); in HWTEST_F()
1212 esimFile->esimProfile_.boundProfilePackage = Str8ToStr16(boundProfilePackage); in HWTEST_F()
/base/telephony/core_service/utils/common/include/
H A Desim_service.h110 std::u16string boundProfilePackage; member
/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,
H A Desim_file.h99 ResponseEsimBppResult ObtainLoadBoundProfilePackage(int32_t portIndex, const std::u16string boundProfilePackage);
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_client.h1089 * @param boundProfilePackage[in], the Bound Profile Package data returned by SM-DP+ server
1093 int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage,
H A Di_sim_manager.h180 const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) = 0;
H A Dcore_service_proxy.h173 int32_t LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage,
H A Di_core_service.h188 const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) = 0;
/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp1555 const std::u16string boundProfilePackage) in ObtainLoadBoundProfilePackage()
1558 esimProfile_.boundProfilePackage = boundProfilePackage; in ObtainLoadBoundProfilePackage()
1852 std::string boundProfilePackage = OHOS::Telephony::ToUtf8(esimProfile_.boundProfilePackage); in ProcessLoadBoundProfilePackage() local
1854 if (!DecodeBoundProfilePackage(boundProfilePackage, bppNode)) { in ProcessLoadBoundProfilePackage()
1554 ObtainLoadBoundProfilePackage(int32_t portIndex, const std::u16string boundProfilePackage) ObtainLoadBoundProfilePackage() argument
H A Dsim_file_manager.cpp1148 int32_t portIndex, const std::u16string &boundProfilePackage) in LoadBoundProfilePackage()
1154 ResponseEsimBppResult result = eSimFile_->ObtainLoadBoundProfilePackage(portIndex, boundProfilePackage); in LoadBoundProfilePackage()
1147 LoadBoundProfilePackage( int32_t portIndex, const std::u16string &boundProfilePackage) LoadBoundProfilePackage() argument
H A Dsim_manager.cpp1427 const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) in LoadBoundProfilePackage()
1433 responseResult = simFileManager_[slotId]->LoadBoundProfilePackage(portIndex, boundProfilePackage); in LoadBoundProfilePackage()
1426 LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) LoadBoundProfilePackage() argument
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp1246 const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) in LoadBoundProfilePackage()
1253 return proxy->LoadBoundProfilePackage(slotId, portIndex, boundProfilePackage, responseResult); in LoadBoundProfilePackage()
1245 LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) LoadBoundProfilePackage() argument
H A Dcore_service_proxy.cpp3849 const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) in LoadBoundProfilePackage()
3861 ret = (ret && data.WriteString16(boundProfilePackage)); in LoadBoundProfilePackage()
3848 LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) LoadBoundProfilePackage() argument
/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.h642 const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) override
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1903 const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) in LoadBoundProfilePackage()
1917 return simManager_->LoadBoundProfilePackage(slotId, portIndex, boundProfilePackage, responseResult); in LoadBoundProfilePackage()
1902 LoadBoundProfilePackage(int32_t slotId, int32_t portIndex, const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) LoadBoundProfilePackage() argument
H A Dcore_service_stub.cpp2341 std::u16string boundProfilePackage = data.ReadString16(); in OnLoadBoundProfilePackage() local
2344 int32_t result = LoadBoundProfilePackage(slotId, portIndex, boundProfilePackage, responseResult); in OnLoadBoundProfilePackage()

Completed in 46 milliseconds