Home
last modified time | relevance | path

Searched refs:GetSimTeleNumberIdentifier (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h61 std::u16string GetSimTeleNumberIdentifier();
H A Dsim_manager.h122 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) override;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp170 EXPECT_EQ(mCoreService->GetSimTeleNumberIdentifier(0), testU16Str);
331 EXPECT_EQ(mCoreService->GetSimTeleNumberIdentifier(0), testU16Str);
H A Dsim_elementary_file_test.cpp384 … result = Str16ToStr8(SimTest::telephonyService_->GetSimTeleNumberIdentifier(SimTest::slotId_));
403 … result = Str16ToStr8(SimTest::telephonyService_->GetSimTeleNumberIdentifier(SimTest::slotId1_));
420 …std::string result = Str16ToStr8(SimTest::telephonyService_->GetSimTeleNumberIdentifier(SimTest::s…
H A Dzero_branch_test_core_service.cpp224 DelayedSingleton<CoreService>::GetInstance()->GetSimTeleNumberIdentifier(SLOT_ID);
H A Dzero_branch_test.cpp423 EXPECT_EQ(simFileManager.GetSimTeleNumberIdentifier(), u"");
1070 EXPECT_EQ(mInner.GetSimTeleNumberIdentifier(0), std::u16string());
1526 EXPECT_EQ(simManager->GetSimTeleNumberIdentifier(0), testStr);
1527 EXPECT_EQ(simManager->GetSimTeleNumberIdentifier(INVALID_SLOTID), testStr);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h105 virtual std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) = 0;
H A Di_core_service.h111 virtual std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) = 0;
H A Dcore_service_proxy.h109 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) override;
H A Dcore_manager_inner.h283 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId);
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h178 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) override;
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp876 std::u16string SimManager::GetSimTeleNumberIdentifier(const int32_t slotId) in GetSimTeleNumberIdentifier() function in OHOS::Telephony::SimManager
882 return simFileManager_[slotId]->GetSimTeleNumberIdentifier(); in GetSimTeleNumberIdentifier()
H A Dsim_file_manager.cpp360 std::u16string SimFileManager::GetSimTeleNumberIdentifier() in GetSimTeleNumberIdentifier() function in OHOS::Telephony::SimFileManager
H A Dmulti_sim_controller.cpp1038 std::u16string alphaTag = simFileManager_[slotId]->GetSimTeleNumberIdentifier(); in SetShowNumber()
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1099 std::u16string CoreService::GetSimTeleNumberIdentifier(const int32_t slotId) in GetSimTeleNumberIdentifier() function in OHOS::Telephony::CoreService
1110 return simManager_->GetSimTeleNumberIdentifier(slotId); in GetSimTeleNumberIdentifier()
H A Dcore_service_stub.cpp1421 std::u16string result = GetSimTeleNumberIdentifier(slotId); in OnGetSimTeleNumberIdentifier()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp2143 std::u16string CoreManagerInner::GetSimTeleNumberIdentifier(const int32_t slotId) in GetSimTeleNumberIdentifier() function in OHOS::Telephony::CoreManagerInner
2149 return simManager_->GetSimTeleNumberIdentifier(slotId); in GetSimTeleNumberIdentifier()
H A Dcore_service_proxy.cpp2046 std::u16string CoreServiceProxy::GetSimTeleNumberIdentifier(const int32_t slotId) in GetSimTeleNumberIdentifier() function in OHOS::Telephony::CoreServiceProxy
/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dtest.cpp566 std::u16string result = g_telephonyService->GetSimTeleNumberIdentifier(testSlot); in TestGetSimTeleNumberIdentifier()