/ohos5.0/base/telephony/core_service/test/fuzztest/setshowname_fuzzer/ |
H A D | setshowname_fuzzer.cpp | 94 void GetIMSI(const uint8_t *data, size_t size) in GetIMSI() function 148 GetIMSI(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | get_device_info_plugin.cpp | 133 int32_t imsiRet = telephonyService.GetIMSI(slotId, imsi); in GetSimInfoBySlotId()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_file_manager.h | 54 std::u16string GetIMSI();
|
H A D | sim_manager.h | 109 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_event_callback.cpp | 54 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetIMSI(slotId, tempImsi); in RequestSubscriberSetId()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 56 EXPECT_NE(mCoreService->GetIMSI(0, testU16Str), TELEPHONY_ERR_SUCCESS); 203 EXPECT_NE(mCoreService->GetIMSI(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
H A D | sim_elementary_file_test.cpp | 171 CoreServiceClient::GetInstance().GetIMSI(SimTest::slotId_, imsi); 189 CoreServiceClient::GetInstance().GetIMSI(SimTest::slotId1_, imsi); 206 CoreServiceClient::GetInstance().GetIMSI(SimTest::slotId_, imsi);
|
H A D | zero_branch_test_core_service.cpp | 183 DelayedSingleton<CoreService>::GetInstance()->GetIMSI(SLOT_ID, testU16Str);
|
H A D | zero_branch_test.cpp | 440 EXPECT_NE(simFileManager.GetIMSI(), u"46001"); 1065 EXPECT_GT(mInner.GetIMSI(0, result), TELEPHONY_ERR_SUCCESS); 1510 EXPECT_GT(simManager->GetIMSI(0, result), TELEPHONY_ERR_SUCCESS); 1511 EXPECT_GT(simManager->GetIMSI(INVALID_SLOTID, result), TELEPHONY_ERR_SUCCESS);
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_loader.cpp | 137 imsiFromSim_ = Str16ToStr8(simFileManager->GetIMSI()); in GetOpKey()
|
H A D | sim_manager.cpp | 779 int32_t SimManager::GetIMSI(int32_t slotId, std::u16string &imsi) in GetIMSI() function in OHOS::Telephony::SimManager 789 imsi = simFileManager_[slotId]->GetIMSI(); in GetIMSI()
|
H A D | multi_sim_controller.cpp | 306 std::string imsi = Str16ToStr8(simFileManager_[slotId]->GetIMSI()); in UpdateDataByIccId() 344 std::string imsi = Str16ToStr8(simFileManager_[slotId]->GetIMSI()); in InsertData()
|
H A D | sim_file_manager.cpp | 291 std::u16string SimFileManager::GetIMSI() in GetIMSI() function in OHOS::Telephony::SimFileManager
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_sim_manager.h | 95 virtual int32_t GetIMSI(int32_t slotId, std::u16string &imsi) = 0;
|
H A D | core_service_client.h | 247 int32_t GetIMSI(int32_t slotId, std::u16string &imsi);
|
H A D | i_core_service.h | 74 virtual int32_t GetIMSI(int32_t slotId, std::u16string &imsi) = 0;
|
H A D | core_service_proxy.h | 61 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
|
H A D | core_manager_inner.h | 272 int32_t GetIMSI(int32_t slotId, std::u16string &imsi);
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 331 int32_t CoreServiceClient::GetIMSI(int32_t slotId, std::u16string &imsi) in GetIMSI() function in OHOS::Telephony::CoreServiceClient 338 return proxy->GetIMSI(slotId, imsi); in GetIMSI()
|
H A D | core_manager_inner.cpp | 2042 int32_t CoreManagerInner::GetIMSI(int32_t slotId, std::u16string &imsi) in GetIMSI() function in OHOS::Telephony::CoreManagerInner 2048 return simManager_->GetIMSI(slotId, imsi); in GetIMSI()
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 90 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 478 int32_t CoreService::GetIMSI(int32_t slotId, std::u16string &imsi) in GetIMSI() function in OHOS::Telephony::CoreService 493 return simManager_->GetIMSI(slotId, imsi); in GetIMSI()
|
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_manager.cpp | 348 CoreManagerInner::GetInstance().GetIMSI(slotId, imsi); in CreateMvnoApnItems()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_service.cpp | 330 int32_t errCode = CoreServiceClient::GetInstance().GetIMSI(slotId, imsi); in GetImsi()
|
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 1660 …int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetIMSI(asyncContext->sl… in NativeGetIMSI() 1677 napi_value GetIMSI(napi_env env, napi_callback_info info) in GetIMSI() function 3158 DECLARE_NAPI_FUNCTION("getIMSI", GetIMSI), in InitSimInterface()
|