/base/telephony/core_service/test/fuzztest/setshowname_fuzzer/ |
D | setshowname_fuzzer.cpp | 101 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/ |
D | sim_file_manager.h | 49 std::u16string GetIMSI();
|
D | sim_manager.h | 94 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
|
/base/location/services/location_gnss/gnss/source/ |
D | agnss_event_callback.cpp | 40 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetIMSI(slotId, tempImsi); in RequestSubscriberSetId()
|
/base/telephony/core_service/services/sim/src/ |
D | operator_config_loader.cpp | 87 imsiFromSim_ = Str16ToStr8(simFileManager_->GetIMSI()); in GetOpKey()
|
D | sim_manager.cpp | 643 int32_t SimManager::GetIMSI(int32_t slotId, std::u16string &imsi) in GetIMSI() function in OHOS::Telephony::SimManager 653 imsi = simFileManager_[slotId]->GetIMSI(); in GetIMSI()
|
D | sim_file_manager.cpp | 220 std::u16string SimFileManager::GetIMSI() in GetIMSI() function in OHOS::Telephony::SimFileManager
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_sim_manager.h | 86 virtual int32_t GetIMSI(int32_t slotId, std::u16string &imsi) = 0;
|
D | core_service_client.h | 54 int32_t GetIMSI(int32_t slotId, std::u16string &imsi);
|
D | i_core_service.h | 69 virtual int32_t GetIMSI(int32_t slotId, std::u16string &imsi) = 0;
|
D | core_service_proxy.h | 47 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
|
D | core_manager_inner.h | 255 int32_t GetIMSI(int32_t slotId, std::u16string &imsi);
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 81 int32_t GetIMSI(int32_t slotId, std::u16string &imsi) override;
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 290 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()
|
D | core_manager_inner.cpp | 1870 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()
|
D | core_service_proxy.cpp | 699 int32_t CoreServiceProxy::GetIMSI(int32_t slotId, std::u16string &imsi) in GetIMSI() function in OHOS::Telephony::CoreServiceProxy
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 372 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()
|
D | core_service_stub.cpp | 489 int32_t result = GetIMSI(slotId, imsi); in OnGetIMSI()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 260 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);
|
D | sim_test.cpp | 563 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/ |
D | napi_sim.cpp | 1206 …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/ |
D | test.cpp | 475 g_telephonyService->GetIMSI(SLOT_ID, imsi); in TestGetIMSI()
|