Home
last modified time | relevance | path

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

/base/telephony/core_service/test/fuzztest/setshowname_fuzzer/
Dsetshowname_fuzzer.cpp101 void GetIMSI(const uint8_t *data, size_t size) in GetIMSI() function
157 GetIMSI(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/sim/include/
Dsim_file_manager.h49 std::u16string GetIMSI();
Dsim_manager.h94 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
/base/location/services/location_gnss/gnss/source/
Dagnss_event_callback.cpp40 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetIMSI(slotId, tempImsi); in RequestSubscriberSetId()
/base/telephony/core_service/services/sim/src/
Doperator_config_loader.cpp87 imsiFromSim_ = Str16ToStr8(simFileManager_->GetIMSI()); in GetOpKey()
Dsim_manager.cpp643 int32_t SimManager::GetIMSI(int32_t slotId, std::u16string &imsi) in GetIMSI() function in OHOS::Telephony::SimManager
653 imsi = simFileManager_[slotId]->GetIMSI(); in GetIMSI()
Dsim_file_manager.cpp220 std::u16string SimFileManager::GetIMSI() in GetIMSI() function in OHOS::Telephony::SimFileManager
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h86 virtual int32_t GetIMSI(int32_t slotId, std::u16string &imsi) = 0;
Dcore_service_client.h54 int32_t GetIMSI(int32_t slotId, std::u16string &imsi);
Di_core_service.h69 virtual int32_t GetIMSI(int32_t slotId, std::u16string &imsi) = 0;
Dcore_service_proxy.h47 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
Dcore_manager_inner.h255 int32_t GetIMSI(int32_t slotId, std::u16string &imsi);
/base/telephony/core_service/services/core/include/
Dcore_service.h81 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp290 int32_t CoreServiceClient::GetIMSI(int32_t slotId, std::u16string &imsi) in GetIMSI() function in OHOS::Telephony::CoreServiceClient
297 return proxy->GetIMSI(slotId, imsi); in GetIMSI()
Dcore_manager_inner.cpp1870 int32_t CoreManagerInner::GetIMSI(int32_t slotId, std::u16string &imsi) in GetIMSI() function in OHOS::Telephony::CoreManagerInner
1876 return simManager_->GetIMSI(slotId, imsi); in GetIMSI()
Dcore_service_proxy.cpp699 int32_t CoreServiceProxy::GetIMSI(int32_t slotId, std::u16string &imsi) in GetIMSI() function in OHOS::Telephony::CoreServiceProxy
/base/telephony/core_service/services/core/src/
Dcore_service.cpp372 int32_t CoreService::GetIMSI(int32_t slotId, std::u16string &imsi) in GetIMSI() function in OHOS::Telephony::CoreService
383 return simManager_->GetIMSI(slotId, imsi); in GetIMSI()
Dcore_service_stub.cpp489 int32_t result = GetIMSI(slotId, imsi); in OnGetIMSI()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp260 EXPECT_NE(simFileManager.GetIMSI(), u"46001");
689 EXPECT_GT(mInner.GetIMSI(0, result), TELEPHONY_ERR_SUCCESS);
854 EXPECT_GT(simManager->GetIMSI(0, result), TELEPHONY_ERR_SUCCESS);
855 EXPECT_GT(simManager->GetIMSI(INVALID_SLOTID, result), TELEPHONY_ERR_SUCCESS);
Dsim_test.cpp563 CoreServiceClient::GetInstance().GetIMSI(SimTest::slotId_, imsi);
581 CoreServiceClient::GetInstance().GetIMSI(SimTest::slotId1_, imsi);
598 CoreServiceClient::GetInstance().GetIMSI(SimTest::slotId_, imsi);
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp1206 …int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetIMSI(asyncContext->sl… in NativeGetIMSI()
1223 napi_value GetIMSI(napi_env env, napi_callback_info info) in GetIMSI() function
2593 DECLARE_NAPI_FUNCTION("getIMSI", GetIMSI), in InitSimInterface()
/base/telephony/core_service/services/sim/test/
Dtest.cpp475 g_telephonyService->GetIMSI(SLOT_ID, imsi); in TestGetIMSI()