Home
last modified time | relevance | path

Searched refs:GetSimTeleNumberIdentifier (Results 1 - 23 of 23) sorted by relevance

/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp170 EXPECT_EQ(mCoreService->GetSimTeleNumberIdentifier(0), testU16Str); in HWTEST_F()
331 EXPECT_EQ(mCoreService->GetSimTeleNumberIdentifier(0), testU16Str); in HWTEST_F()
H A Dsim_elementary_file_test.cpp384 result = Str16ToStr8(SimTest::telephonyService_->GetSimTeleNumberIdentifier(SimTest::slotId_)); in HWTEST_F()
403 result = Str16ToStr8(SimTest::telephonyService_->GetSimTeleNumberIdentifier(SimTest::slotId1_)); in HWTEST_F()
420 std::string result = Str16ToStr8(SimTest::telephonyService_->GetSimTeleNumberIdentifier(SimTest::slotId_)); in HWTEST_F()
H A Dzero_branch_test_core_service.cpp231 DelayedSingleton<CoreService>::GetInstance()->GetSimTeleNumberIdentifier(SLOT_ID); in HWTEST_F()
H A Dcore_service_native_branch_test.cpp195 EXPECT_EQ(coreServiceProxy.GetSimTeleNumberIdentifier(INVALID_SLOTID), u""); in HWTEST_F()
H A Dzero_branch_test.cpp435 EXPECT_EQ(simFileManager.GetSimTeleNumberIdentifier(), u""); in HWTEST_F()
1088 EXPECT_EQ(mInner.GetSimTeleNumberIdentifier(0), std::u16string()); in HWTEST_F()
1490 EXPECT_EQ(simManager->GetSimTeleNumberIdentifier(0), testStr); in HWTEST_F()
1491 EXPECT_EQ(simManager->GetSimTeleNumberIdentifier(INVALID_SLOTID), testStr); in HWTEST_F()
/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h62 std::u16string GetSimTeleNumberIdentifier();
H A Dsim_manager.h123 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) override;
/base/telephony/cellular_data/test/mock/
H A Dmock_sim_manager.h60 MOCK_METHOD1(GetSimTeleNumberIdentifier, std::u16string(const int32_t));
H A Dmock_core_service.h121 MOCK_METHOD(std::u16string, GetSimTeleNumberIdentifier, (const int32_t slotId), (override));
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h117 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 Di_core_service.h122 virtual std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) = 0;
H A Dcore_manager_inner.h284 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId);
/base/telephony/core_service/services/core/include/
H A Dcore_service.h178 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) override;
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h363 std::u16string GetSimTeleNumberIdentifier(const int32_t slotId) override
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1098 std::u16string CoreService::GetSimTeleNumberIdentifier(const int32_t slotId) in GetSimTeleNumberIdentifier() function in OHOS::Telephony::CoreService
1101 TELEPHONY_LOGE("CoreService::GetSimTeleNumberIdentifier, Permission denied!"); in GetSimTeleNumberIdentifier()
1104 TELEPHONY_LOGD("CoreService::GetSimTeleNumberIdentifier(), slotId = %{public}d", slotId); in GetSimTeleNumberIdentifier()
1109 return simManager_->GetSimTeleNumberIdentifier(slotId); in GetSimTeleNumberIdentifier()
H A Dcore_service_stub.cpp1483 std::u16string result = GetSimTeleNumberIdentifier(slotId); in OnGetSimTeleNumberIdentifier()
/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp887 std::u16string SimManager::GetSimTeleNumberIdentifier(const int32_t slotId) in GetSimTeleNumberIdentifier() function in OHOS::Telephony::SimManager
893 return simFileManager_[slotId]->GetSimTeleNumberIdentifier(); in GetSimTeleNumberIdentifier()
H A Dmulti_sim_controller.cpp1017 std::u16string alphaTag = simFileManager_[slotId]->GetSimTeleNumberIdentifier(); in SetShowNumber()
H A Dsim_file_manager.cpp370 std::u16string SimFileManager::GetSimTeleNumberIdentifier() in GetSimTeleNumberIdentifier() function in OHOS::Telephony::SimFileManager
373 TELEPHONY_LOGE("SimFileManager::GetSimTeleNumberIdentifier simFile nullptr"); in GetSimTeleNumberIdentifier()
379 "SimFileManager::GetSimTeleNumberIdentifier result:%{public}s ", (result.empty() ? "false" : "true")); in GetSimTeleNumberIdentifier()
/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.cpp2049 std::u16string CoreServiceProxy::GetSimTeleNumberIdentifier(const int32_t slotId) in GetSimTeleNumberIdentifier() function in OHOS::Telephony::CoreServiceProxy
2058 TELEPHONY_LOGE("GetSimTeleNumberIdentifier WriteInterfaceToken is false"); in GetSimTeleNumberIdentifier()
2064 TELEPHONY_LOGE("GetSimTeleNumberIdentifier Remote is null"); in GetSimTeleNumberIdentifier()
2070 TELEPHONY_LOGE("GetSimTeleNumberIdentifier failed, error code is %{public}d", st); in GetSimTeleNumberIdentifier()
/base/telephony/core_service/services/sim/test/
H A Dtest.cpp566 std::u16string result = g_telephonyService->GetSimTeleNumberIdentifier(testSlot); in TestGetSimTeleNumberIdentifier()
1422 "61:GetSimTelephoneNumber\n62:GetSimTeleNumberIdentifier\n63:GetCardType\n" in Prompt()

Completed in 62 milliseconds