Home
last modified time | relevance | path

Searched refs:GetSimIst (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h62 std::u16string GetSimIst();
H A Dsim_manager.h123 std::u16string GetSimIst(int32_t slotId) override;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h111 virtual std::u16string GetSimIst(int32_t slotId) = 0;
H A Dcore_manager_inner.h289 std::u16string GetSimIst(int32_t slotId);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp1155 std::u16string SimManager::GetSimIst(int32_t slotId) in GetSimIst() function in OHOS::Telephony::SimManager
1161 return simFileManager_[slotId]->GetSimIst(); in GetSimIst()
H A Dsim_file_manager.cpp962 std::u16string SimFileManager::GetSimIst() in GetSimIst() function in OHOS::Telephony::SimFileManager
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp2364 std::u16string CoreManagerInner::GetSimIst(int32_t slotId) in GetSimIst() function in OHOS::Telephony::CoreManagerInner
2370 return simManager_->GetSimIst(slotId); in GetSimIst()
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp469 std::u16string simist = CoreManagerInner::GetInstance().GetSimIst(slotId); in IsGbaValid()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp424 EXPECT_EQ(simFileManager.GetSimIst(), u"");
1073 EXPECT_EQ(mInner.GetSimIst(0), std::u16string());
1532 EXPECT_EQ(simManager->GetSimIst(0), testStr);
1533 EXPECT_EQ(simManager->GetSimIst(INVALID_SLOTID), testStr);