/ohos5.0/base/telephony/core_service/test/fuzztest/setshowname_fuzzer/ |
H A D | setshowname_fuzzer.cpp | 79 void GetSimIccId(const uint8_t *data, size_t size) in GetSimIccId() function 147 GetSimIccId(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_cache.cpp | 92 std::string iccid = Str16ToStr8(simFileManager->GetSimIccId()); in LoadOperatorConfig() 327 std::string iccid = Str16ToStr8(simFileManager->GetSimIccId()); in IsNeedOperatorLoad()
|
H A D | multi_sim_controller.cpp | 255 std::string newIccId = Str16ToStr8(simFileManager_[slotId]->GetSimIccId()); in InitIccId() 618 std::string iccIdSub1 = Str16ToStr8(simFileManager_[SIM_SLOT_0]->GetSimIccId()); in getDefaultMainSlotByIccId() 619 std::string iccIdSub2 = Str16ToStr8(simFileManager_[SIM_SLOT_1]->GetSimIccId()); in getDefaultMainSlotByIccId() 971 std::string iccId = Str16ToStr8(simFileManager_[slotId]->GetSimIccId()); in SavePrimarySlotIdInfo()
|
H A D | sim_manager.cpp | 765 int32_t SimManager::GetSimIccId(int32_t slotId, std::u16string &iccId) in GetSimIccId() function in OHOS::Telephony::SimManager 775 iccId = simFileManager_[slotId]->GetSimIccId(); in GetSimIccId()
|
H A D | sim_file_manager.cpp | 259 std::u16string SimFileManager::GetSimIccId() in GetSimIccId() function in OHOS::Telephony::SimFileManager
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | get_device_info_plugin.cpp | 140 int32_t iccIdRet = telephonyService.GetSimIccId(slotId, iccId); in GetSimInfoBySlotId()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_file_manager.h | 52 std::u16string GetSimIccId();
|
H A D | sim_manager.h | 108 int32_t GetSimIccId(int32_t slotId, std::u16string &iccId) override;
|
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_manager.cpp | 313 CoreManagerInner::GetInstance().GetSimIccId(slotId, tempIccId); in GetCTOperator() 360 CoreManagerInner::GetInstance().GetSimIccId(slotId, iccId); in CreateMvnoApnItems()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 55 EXPECT_NE(mCoreService->GetSimIccId(0, testU16Str), TELEPHONY_ERR_SUCCESS); 202 EXPECT_NE(mCoreService->GetSimIccId(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
H A D | sim_elementary_file_test.cpp | 84 CoreServiceClient::GetInstance().GetSimIccId(SimTest::slotId_, iccId); 102 CoreServiceClient::GetInstance().GetSimIccId(SimTest::slotId1_, iccId); 119 CoreServiceClient::GetInstance().GetSimIccId(SimTest::slotId_, iccId);
|
H A D | sim_test_util.cpp | 110 CoreServiceClient::GetInstance().GetSimIccId(slotId, result); in ParseOperatorConf()
|
H A D | zero_branch_test_core_service.cpp | 181 DelayedSingleton<CoreService>::GetInstance()->GetSimIccId(SLOT_ID, testU16Str);
|
H A D | zero_branch_test.cpp | 418 EXPECT_EQ(simFileManager.GetSimIccId(), u""); 1064 EXPECT_GT(mInner.GetSimIccId(0, result), TELEPHONY_ERR_SUCCESS); 1508 EXPECT_GT(simManager->GetSimIccId(0, result), TELEPHONY_ERR_SUCCESS); 1509 EXPECT_GT(simManager->GetSimIccId(INVALID_SLOTID, result), TELEPHONY_ERR_SUCCESS);
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_sim_manager.h | 94 virtual int32_t GetSimIccId(int32_t slotId, std::u16string &iccId) = 0;
|
H A D | core_service_client.h | 238 int32_t GetSimIccId(int32_t slotId, std::u16string &iccId);
|
H A D | i_core_service.h | 73 virtual int32_t GetSimIccId(int32_t slotId, std::u16string &iccId) = 0;
|
H A D | core_service_proxy.h | 56 int32_t GetSimIccId(int32_t slotId, std::u16string &iccId) override;
|
H A D | core_manager_inner.h | 271 int32_t GetSimIccId(int32_t slotId, std::u16string &iccId);
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 321 int32_t CoreServiceClient::GetSimIccId(int32_t slotId, std::u16string &iccId) in GetSimIccId() function in OHOS::Telephony::CoreServiceClient 328 return proxy->GetSimIccId(slotId, iccId); in GetSimIccId()
|
H A D | core_manager_inner.cpp | 2033 int32_t CoreManagerInner::GetSimIccId(int32_t slotId, std::u16string &iccId) in GetSimIccId() function in OHOS::Telephony::CoreManagerInner 2039 return simManager_->GetSimIccId(slotId, iccId); in GetSimIccId()
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 88 int32_t GetSimIccId(int32_t slotId, std::u16string &iccId) override;
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 450 int32_t CoreService::GetSimIccId(int32_t slotId, std::u16string &iccId) in GetSimIccId() function in OHOS::Telephony::CoreService 465 return simManager_->GetSimIccId(slotId, iccId); in GetSimIccId()
|
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_handler.cpp | 1230 CoreManagerInner::GetInstance().GetSimIccId(slotId_, iccId); in HandleSimStateChanged() 1252 CoreManagerInner::GetInstance().GetSimIccId(slotId_, iccId); in HandleSimStateOrRecordsChanged()
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_config.cpp | 442 CoreManagerInner::GetInstance().GetSimIccId(slotId, iccId); in ResetImsSwitch()
|