/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_file_manager.h | 61 std::u16string GetSimTeleNumberIdentifier();
|
H A D | sim_manager.h | 122 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) override;
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 170 EXPECT_EQ(mCoreService->GetSimTeleNumberIdentifier(0), testU16Str); 331 EXPECT_EQ(mCoreService->GetSimTeleNumberIdentifier(0), testU16Str);
|
H A D | sim_elementary_file_test.cpp | 384 … 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 D | zero_branch_test_core_service.cpp | 224 DelayedSingleton<CoreService>::GetInstance()->GetSimTeleNumberIdentifier(SLOT_ID);
|
H A D | zero_branch_test.cpp | 423 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 D | i_sim_manager.h | 105 virtual std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) = 0;
|
H A D | i_core_service.h | 111 virtual std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) = 0;
|
H A D | core_service_proxy.h | 109 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) override;
|
H A D | core_manager_inner.h | 283 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId);
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 178 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) override;
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_manager.cpp | 876 std::u16string SimManager::GetSimTeleNumberIdentifier(const int32_t slotId) in GetSimTeleNumberIdentifier() function in OHOS::Telephony::SimManager 882 return simFileManager_[slotId]->GetSimTeleNumberIdentifier(); in GetSimTeleNumberIdentifier()
|
H A D | sim_file_manager.cpp | 360 std::u16string SimFileManager::GetSimTeleNumberIdentifier() in GetSimTeleNumberIdentifier() function in OHOS::Telephony::SimFileManager
|
H A D | multi_sim_controller.cpp | 1038 std::u16string alphaTag = simFileManager_[slotId]->GetSimTeleNumberIdentifier(); in SetShowNumber()
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1099 std::u16string CoreService::GetSimTeleNumberIdentifier(const int32_t slotId) in GetSimTeleNumberIdentifier() function in OHOS::Telephony::CoreService 1110 return simManager_->GetSimTeleNumberIdentifier(slotId); in GetSimTeleNumberIdentifier()
|
H A D | core_service_stub.cpp | 1421 std::u16string result = GetSimTeleNumberIdentifier(slotId); in OnGetSimTeleNumberIdentifier()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 2143 std::u16string CoreManagerInner::GetSimTeleNumberIdentifier(const int32_t slotId) in GetSimTeleNumberIdentifier() function in OHOS::Telephony::CoreManagerInner 2149 return simManager_->GetSimTeleNumberIdentifier(slotId); in GetSimTeleNumberIdentifier()
|
H A D | core_service_proxy.cpp | 2046 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 D | test.cpp | 566 std::u16string result = g_telephonyService->GetSimTeleNumberIdentifier(testSlot); in TestGetSimTeleNumberIdentifier()
|