/base/telephony/core_service/test/unittest/esim_gtest/ |
H A D | esim_core_service_proxy_test.cpp | 611 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 D | esim_core_service_test.cpp | 271 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 D | esim_core_service_client_branch_test.cpp | 220 std::u16string boundProfilePackage = Str8ToStr16("0"); in HWTEST_F() local 224 slotId, portIndex, boundProfilePackage, responseResult); in HWTEST_F()
|
H A D | esim_core_service_client_test.cpp | 194 std::u16string boundProfilePackage = Str8ToStr16("0"); in HWTEST_F() local 197 slotId, portIndex, boundProfilePackage, responseResult); in HWTEST_F()
|
H A D | esim_file_manager_test.cpp | 344 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 D | esim_manager_test.cpp | 445 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 D | esim_test.cpp | 57 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 D | esim_service.h | 110 std::u16string boundProfilePackage; member
|
/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,
|
H A D | esim_file.h | 99 ResponseEsimBppResult ObtainLoadBoundProfilePackage(int32_t portIndex, const std::u16string boundProfilePackage);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 1089 * @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 D | i_sim_manager.h | 180 const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) = 0;
|
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 | 188 const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) = 0;
|
/base/telephony/core_service/services/sim/src/ |
H A D | esim_file.cpp | 1555 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 D | sim_file_manager.cpp | 1148 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 D | sim_manager.cpp | 1427 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 D | core_service_client.cpp | 1246 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 D | core_service_proxy.cpp | 3849 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 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 | 642 const std::u16string &boundProfilePackage, ResponseEsimBppResult &responseResult) override
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1903 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 D | core_service_stub.cpp | 2341 std::u16string boundProfilePackage = data.ReadString16(); in OnLoadBoundProfilePackage() local 2344 int32_t result = LoadBoundProfilePackage(slotId, portIndex, boundProfilePackage, responseResult); in OnLoadBoundProfilePackage()
|