/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | esim_service_client.h | 52 int32_t GetEid(int32_t slotId, std::string &eId);
|
H A D | core_service_client.h | 929 int32_t GetEid(int32_t slotId, std::u16string &eId);
|
H A D | i_sim_manager.h | 156 virtual int32_t GetEid(int32_t slotId, std::u16string &eId) = 0;
|
H A D | core_service_proxy.h | 150 int32_t GetEid(int32_t slotId, std::u16string &eId) override;
|
H A D | i_core_service.h | 164 virtual int32_t GetEid(int32_t slotId, std::u16string &eId) = 0;
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | esim_service_client.cpp | 148 int32_t EsimServiceClient::GetEid(int32_t slotId, std::string &eId) in GetEid() function in OHOS::Telephony::EsimServiceClient 155 return proxy->GetEid(slotId, eId); in GetEid()
|
H A D | core_service_client.cpp | 1087 int32_t CoreServiceClient::GetEid(int32_t slotId, std::u16string &eId) in GetEid() function in OHOS::Telephony::CoreServiceClient 1094 return proxy->GetEid(slotId, eId); in GetEid()
|
H A D | core_service_proxy.cpp | 3196 int32_t CoreServiceProxy::GetEid(int32_t slotId, std::u16string &eId) in GetEid() function in OHOS::Telephony::CoreServiceProxy 3216 TELEPHONY_LOGE("GetEid failed, error code is %{public}d", sendRequestRet); in GetEid()
|
/base/telephony/core_service/test/unittest/esim_gtest/ |
H A D | esim_core_service_test.cpp | 56 EXPECT_NE(mCoreService->GetEid(slotId, eId), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 58 EXPECT_EQ(mCoreService->GetEid(slotId, eId), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
|
H A D | esim_manager_test.cpp | 55 HWTEST_F(EsimManagerTest, GetEid, Function | MediumTest | Level1) in HWTEST_F() 61 int32_t ret = simManager->GetEid(slotId, eId); in HWTEST_F() 67 ret = simManager->GetEid(slotId, eId); in HWTEST_F() 76 ret = simManager->GetEid(slotId, eId); in HWTEST_F()
|
H A D | esim_core_service_client_branch_test.cpp | 66 int32_t result = CoreServiceClient::GetInstance().GetEid(slotId, eId); in HWTEST_F()
|
H A D | esim_core_service_client_test.cpp | 54 int32_t result = CoreServiceClient::GetInstance().GetEid(slotId, eId); in HWTEST_F()
|
H A D | esim_service_client_branch_test.cpp | 65 int32_t result = EsimServiceClient::GetInstance().GetEid(SLOT_ID, eId); in HWTEST_F()
|
H A D | esim_file_manager_test.cpp | 58 EXPECT_EQ(simFileManager.GetEid(), Str8ToStr16(expectedEid)); in HWTEST_F() 60 EXPECT_EQ(simFileManager.GetEid(), u""); in HWTEST_F()
|
H A D | esim_core_service_proxy_test.cpp | 115 EXPECT_EQ(proxy.GetEid(SLOT_ID, eId), TELEPHONY_ERR_IPC_CONNECT_STUB_FAIL); in HWTEST_F() 124 EXPECT_EQ(proxy.GetEid(SLOT_ID, eId), TELEPHONY_ERR_IPC_CONNECT_STUB_FAIL); in HWTEST_F() 133 EXPECT_EQ(proxy.GetEid(SLOT_ID, eId), 0); in HWTEST_F()
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_file_manager.h | 96 std::u16string GetEid();
|
H A D | sim_manager.h | 159 int32_t GetEid(int32_t slotId, std::u16string &eId) override;
|
/base/telephony/core_service/frameworks/js/esim/src/ |
H A D | napi_esim.cpp | 409 napi_value GetEid(napi_env env, napi_callback_info info) in GetEid() function 417 TELEPHONY_LOGE("GetEid parameter count is incorrect"); in GetEid() 423 TELEPHONY_LOGE("GetEid convert parameter fail"); in GetEid() 428 DelayedRefSingleton<EsimServiceClient>::GetInstance().GetEid(slotId, id); in GetEid() 1520 DECLARE_NAPI_FUNCTION("getEid", GetEid), in InitEuiccServiceInterface()
|
/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 262 int32_t GetEid(int32_t slotId, std::u16string &eId) override;
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 536 int32_t GetEid(int32_t slotId, std::u16string &eId) override
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1649 int32_t CoreService::GetEid(int32_t slotId, std::u16string &eId) in GetEid() function in OHOS::Telephony::CoreService 1663 return simManager_->GetEid(slotId, eId); in GetEid()
|
H A D | core_service_stub.cpp | 2011 int32_t result = GetEid(slotId, eId); in OnGetEid()
|
/base/telephony/core_service/services/sim/src/ |
H A D | sim_manager.cpp | 1261 int32_t SimManager::GetEid(int32_t slotId, std::u16string &eId)
in GetEid() function in OHOS::Telephony::SimManager 1267 eId = simFileManager_[slotId]->GetEid();
in GetEid()
|
H A D | sim_file_manager.cpp | 999 std::u16string SimFileManager::GetEid() in GetEid() function in OHOS::Telephony::SimFileManager
|