Home
last modified time | relevance | path

Searched refs:GetIMSI (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/telephony/core_service/test/fuzztest/setshowname_fuzzer/
H A Dsetshowname_fuzzer.cpp94 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 Dget_device_info_plugin.cpp133 int32_t imsiRet = telephonyService.GetIMSI(slotId, imsi); in GetSimInfoBySlotId()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h54 std::u16string GetIMSI();
H A Dsim_manager.h109 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp54 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetIMSI(slotId, tempImsi); in RequestSubscriberSetId()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp56 EXPECT_NE(mCoreService->GetIMSI(0, testU16Str), TELEPHONY_ERR_SUCCESS);
203 EXPECT_NE(mCoreService->GetIMSI(0, testU16Str), TELEPHONY_ERR_SUCCESS);
H A Dsim_elementary_file_test.cpp171 CoreServiceClient::GetInstance().GetIMSI(SimTest::slotId_, imsi);
189 CoreServiceClient::GetInstance().GetIMSI(SimTest::slotId1_, imsi);
206 CoreServiceClient::GetInstance().GetIMSI(SimTest::slotId_, imsi);
H A Dzero_branch_test_core_service.cpp183 DelayedSingleton<CoreService>::GetInstance()->GetIMSI(SLOT_ID, testU16Str);
H A Dzero_branch_test.cpp440 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 Doperator_config_loader.cpp137 imsiFromSim_ = Str16ToStr8(simFileManager->GetIMSI()); in GetOpKey()
H A Dsim_manager.cpp779 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 Dmulti_sim_controller.cpp306 std::string imsi = Str16ToStr8(simFileManager_[slotId]->GetIMSI()); in UpdateDataByIccId()
344 std::string imsi = Str16ToStr8(simFileManager_[slotId]->GetIMSI()); in InsertData()
H A Dsim_file_manager.cpp291 std::u16string SimFileManager::GetIMSI() in GetIMSI() function in OHOS::Telephony::SimFileManager
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h95 virtual int32_t GetIMSI(int32_t slotId, std::u16string &imsi) = 0;
H A Dcore_service_client.h247 int32_t GetIMSI(int32_t slotId, std::u16string &imsi);
H A Di_core_service.h74 virtual int32_t GetIMSI(int32_t slotId, std::u16string &imsi) = 0;
H A Dcore_service_proxy.h61 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
H A Dcore_manager_inner.h272 int32_t GetIMSI(int32_t slotId, std::u16string &imsi);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp331 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 Dcore_manager_inner.cpp2042 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 Dcore_service.h90 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp478 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 Dapn_manager.cpp348 CoreManagerInner::GetInstance().GetIMSI(slotId, imsi); in CreateMvnoApnItems()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.cpp330 int32_t errCode = CoreServiceClient::GetInstance().GetIMSI(slotId, imsi); in GetImsi()
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp1660 …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()

12