Home
last modified time | relevance | path

Searched refs:IsEsimSupported (Results 1 - 25 of 26) sorted by relevance

12

/base/telephony/core_service/interfaces/innerkits/include/
H A Desim_service_client.h222 bool IsEsimSupported(int32_t slotId);
H A Dcore_service_client.h1050 bool IsEsimSupported(int32_t slotId);
H A Di_sim_manager.h174 virtual bool IsEsimSupported(int32_t slotId) = 0;
H A Dcore_service_proxy.h168 bool IsEsimSupported(int32_t slotId) override;
H A Di_core_service.h182 virtual bool IsEsimSupported(int32_t slotId) = 0;
/base/telephony/core_service/frameworks/native/src/
H A Desim_service_client.cpp317 bool EsimServiceClient::IsEsimSupported(int32_t slotId) in IsEsimSupported() function in OHOS::Telephony::EsimServiceClient
324 return proxy->IsEsimSupported(slotId); in IsEsimSupported()
H A Dcore_service_client.cpp1213 bool CoreServiceClient::IsEsimSupported(int32_t slotId) in IsEsimSupported() function in OHOS::Telephony::CoreServiceClient
1220 return proxy->IsEsimSupported(slotId); in IsEsimSupported()
/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_core_service_test.cpp228 EXPECT_FALSE(mCoreService->IsEsimSupported(slotId)); in HWTEST_F()
230 EXPECT_FALSE(mCoreService->IsEsimSupported(slotId)); in HWTEST_F()
H A Desim_core_service_client_branch_test.cpp189 int32_t result = CoreServiceClient::GetInstance().IsEsimSupported(slotId); in HWTEST_F()
H A Desim_core_service_client_test.cpp165 bool result = CoreServiceClient::GetInstance().IsEsimSupported(slotId); in HWTEST_F()
H A Desim_service_client_branch_test.cpp247 bool result = EsimServiceClient::GetInstance().IsEsimSupported(SLOT_ID); in HWTEST_F()
H A Desim_file_manager_test.cpp283 bool res = simFileManager.IsEsimSupported(); in HWTEST_F()
286 res = simFileManager.IsEsimSupported(); in HWTEST_F()
H A Desim_core_service_proxy_test.cpp517 EXPECT_FALSE(proxy.IsEsimSupported(SLOT_ID)); in HWTEST_F()
525 EXPECT_FALSE(proxy.IsEsimSupported(SLOT_ID)); in HWTEST_F()
533 EXPECT_FALSE(proxy.IsEsimSupported(SLOT_ID)); in HWTEST_F()
H A Desim_manager_test.cpp378 HWTEST_F(EsimManagerTest, IsEsimSupported, Function | MediumTest | Level1) in HWTEST_F()
383 EXPECT_FALSE(simManager->IsEsimSupported(slotId)); in HWTEST_F()
/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h108 bool IsEsimSupported();
H A Dsim_manager.h175 bool IsEsimSupported(int32_t slotId) override;
H A Desim_file.h96 bool IsEsimSupported();
/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp1117 bool SimFileManager::IsEsimSupported() in IsEsimSupported() function in OHOS::Telephony::SimFileManager
1123 bool result = eSimFile_->IsEsimSupported(); in IsEsimSupported()
H A Dsim_manager.cpp1395 bool SimManager::IsEsimSupported(int32_t slotId) in IsEsimSupported() function in OHOS::Telephony::SimManager
1401 return simFileManager_[slotId]->IsEsimSupported(); in IsEsimSupported()
H A Desim_file.cpp1371 bool EsimFile::IsEsimSupported() in IsEsimSupported() function in OHOS::Telephony::EsimFile
/base/telephony/core_service/frameworks/js/esim/src/
H A Dnapi_esim.cpp434 napi_value IsEsimSupported(napi_env env, napi_callback_info info) in IsEsimSupported() function
453 isSupported = DelayedRefSingleton<EsimServiceClient>::GetInstance().IsEsimSupported(slotId); in IsEsimSupported()
1519 DECLARE_NAPI_FUNCTION("isEsimSupported", IsEsimSupported), in InitEuiccServiceInterface()
/base/telephony/core_service/services/core/include/
H A Dcore_service.h290 bool IsEsimSupported(int32_t slotId) override;
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h590 bool IsEsimSupported(int32_t slotId) override
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1857 bool CoreService::IsEsimSupported(int32_t slotId) in IsEsimSupported() function in OHOS::Telephony::CoreService
1863 return simManager_->IsEsimSupported(slotId); in IsEsimSupported()
H A Dcore_service_stub.cpp2275 bool result = IsEsimSupported(slotId); in OnIsEsimSupported()

Completed in 37 milliseconds

12