Home
last modified time | relevance | path

Searched refs:GetSimTelephoneNumber (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/telephony/core_service/test/fuzztest/simauthentication_fuzzer/
H A Dsimauthentication_fuzzer.cpp52 void GetSimTelephoneNumber(const uint8_t *data, size_t size) in GetSimTelephoneNumber() function
161 GetSimTelephoneNumber(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmulti_sim_controller.h58 int32_t GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber);
H A Dsim_file_manager.h60 std::u16string GetSimTelephoneNumber();
H A Dsim_manager.h116 int32_t GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber) override;
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_controller.cpp386 showNumber = simFileManager_[slotId]->GetSimTelephoneNumber(); in InitShowNumber()
1010 showNumber = simFileManager_[slotId]->GetSimTelephoneNumber(); in GetShowNumber()
1024 return GetSimTelephoneNumber(slotId, showNumber); in GetShowNumber()
1126 int32_t MultiSimController::GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber) in GetSimTelephoneNumber() function in OHOS::Telephony::MultiSimController
H A Dsim_manager.cpp867 int32_t SimManager::GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber) in GetSimTelephoneNumber() function in OHOS::Telephony::SimManager
873 return multiSimController_->GetSimTelephoneNumber(slotId, telephoneNumber); in GetSimTelephoneNumber()
H A Dsim_file_manager.cpp339 std::u16string SimFileManager::GetSimTelephoneNumber() in GetSimTelephoneNumber() function in OHOS::Telephony::SimFileManager
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dsms_gtest.cpp899 if (!CoreServiceClient::GetInstance().GetSimTelephoneNumber(helper.slotId, simcardNumber) && in SendDataMessageTestFuc()
927 if (!CoreServiceClient::GetInstance().GetSimTelephoneNumber(helper.slotId, simcardNumber) && in SendDataMessageTestFuc2()
1027 if (!CoreServiceClient::GetInstance().GetSimTelephoneNumber(helper.slotId, simcardNumber) && in SendTextMessageTestFuc()
1056 if (!CoreServiceClient::GetInstance().GetSimTelephoneNumber(helper.slotId, simcardNumber) && in SendTextMessageTestFuc2()
H A Dmms_gtest.cpp302 …if (!CoreServiceClient::GetInstance().GetSimTelephoneNumber(smsMmsTestHelper.slotId, simcardNumber… in GetPduToFile()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp123 EXPECT_NE(mCoreService->GetSimTelephoneNumber(0, testU16Str), TELEPHONY_ERR_SUCCESS);
281 EXPECT_NE(mCoreService->GetSimTelephoneNumber(0, testU16Str), TELEPHONY_ERR_SUCCESS);
H A Dsim_elementary_file_test.cpp327 CoreServiceClient::GetInstance().GetSimTelephoneNumber(SimTest::slotId_, telephoneNumber);
346 CoreServiceClient::GetInstance().GetSimTelephoneNumber(SimTest::slotId1_, telephoneNumber);
364 CoreServiceClient::GetInstance().GetSimTelephoneNumber(SimTest::slotId_, telephoneNumber);
H A Dzero_branch_test_core_service.cpp223 …int32_t result = DelayedSingleton<CoreService>::GetInstance()->GetSimTelephoneNumber(SLOT_ID, test…
H A Dzero_branch_test.cpp422 EXPECT_EQ(simFileManager.GetSimTelephoneNumber(), u"");
1069 EXPECT_GT(mInner.GetSimTelephoneNumber(0, result), TELEPHONY_ERR_SUCCESS);
1524 EXPECT_GT(simManager->GetSimTelephoneNumber(0, result), TELEPHONY_ERR_SUCCESS);
1525 EXPECT_GT(simManager->GetSimTelephoneNumber(INVALID_SLOTID, result), TELEPHONY_ERR_SUCCESS);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h104 virtual int32_t GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber) = 0;
H A Dcore_service_client.h574 int32_t GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber);
H A Di_core_service.h110 virtual int32_t GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber) = 0;
H A Dcore_service_proxy.h108 int32_t GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber) override;
H A Dcore_manager_inner.h282 int32_t GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp211 CoreServiceClient::GetInstance().GetSimTelephoneNumber(slotId_, telephoneNumber); in GetSubscriberNumber()
407 CoreServiceClient::GetInstance().GetSimTelephoneNumber(slotId_, telephoneNumber); in QueryAgIndicator()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp711 int32_t CoreServiceClient::GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber) in GetSimTelephoneNumber() function in OHOS::Telephony::CoreServiceClient
718 return proxy->GetSimTelephoneNumber(slotId, telephoneNumber); in GetSimTelephoneNumber()
H A Dcore_manager_inner.cpp2134 int32_t CoreManagerInner::GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber) in GetSimTelephoneNumber() function in OHOS::Telephony::CoreManagerInner
2140 return simManager_->GetSimTelephoneNumber(slotId, telephoneNumber); in GetSimTelephoneNumber()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h176 int32_t GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber) override;
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1080 int32_t CoreService::GetSimTelephoneNumber(int32_t slotId, std::u16string &telephoneNumber) in GetSimTelephoneNumber() function in OHOS::Telephony::CoreService
1096 return simManager_->GetSimTelephoneNumber(slotId, telephoneNumber); in GetSimTelephoneNumber()
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp1168 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetSimTelephoneNumber( in NativeGetSimTelephoneNumber()
1187 napi_value GetSimTelephoneNumber(napi_env env, napi_callback_info info) in GetSimTelephoneNumber() function
3174 DECLARE_NAPI_FUNCTION("getSimTelephoneNumber", GetSimTelephoneNumber), in InitSimInterface()
/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dtest.cpp553 g_telephonyService->GetSimTelephoneNumber(testSlot, result); in TestGetSimTelephoneNumber()

12