Home
last modified time | relevance | path

Searched refs:GetImsi (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.h386 std::string GetImsi(int32_t slotId) const;
H A Dsta_service.cpp327 std::string StaService::GetImsi(int32_t slotId) const in GetImsi() function in OHOS::Wifi::StaService
381 std::string imsi = GetImsi(slotId); in UpdateEapConfig()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sim.h41 int32_t GetImsi(const AppExecFwk::InnerEvent::Pointer &result);
H A Dtel_ril_manager.h226 int32_t GetImsi(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) override;
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sim_test.cpp133 int32_t ret = g_rilInterface->GetImsi(SLOTID_1, RilTestUtil::GetSerialId());
149 int32_t ret = g_rilInterface->GetImsi(SLOTID_2, RilTestUtil::GetSerialId());
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp331 int32_t TelRilSim::GetImsi(const AppExecFwk::InnerEvent::Pointer &result) in GetImsi() function in OHOS::Telephony::TelRilSim
333 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::GetImsi); in GetImsi()
H A Dtel_ril_manager.cpp818 int32_t TelRilManager::GetImsi(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetImsi() function in OHOS::Telephony::TelRilManager
820 return TaskSchedule(response, "TelRilSim", GetTelRilSim(slotId), &TelRilSim::GetImsi); in GetImsi()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Druim_file.cpp166 telRilManager_->GetImsi(slotId_, eventIMSI); in LoadRuimFiles()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sim.h36 int32_t GetImsi(int32_t serialId);
H A Dhril_manager.h147 int32_t GetImsi(int32_t slotId, int32_t serialId);
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp484 int32_t RilImpl::GetImsi(int32_t slotId, int32_t serialId) in GetImsi() function in OHOS::HDI::Ril::V1_3::RilImpl
486 return TaskSchedule(&Telephony::HRilManager::GetImsi, slotId, serialId); in GetImsi()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md76 | [GetImsi](#getimsi) ([in] int slotId, [in] int serialId) | 获取SIM卡国际移动用户识别码。 |
796 ### GetImsi()
799 IRil::GetImsi ([in] int slotId, [in] int serialId )
H A Dinterface_i_ril_v11.md78 | [GetImsi](#getimsi) ([in] int slotId, [in] int serialId) | 获取SIM卡国际移动用户识别码。 |
801 ### GetImsi()
804 IRil::GetImsi ([in] int slotId, [in] int serialId )
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h106 int32_t GetImsi(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h200 virtual int32_t GetImsi(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt155 int32_t GetImsi(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt325 int32_t RilService::GetImsi(int32_t slotId, int32_t serialId)
H A Diril.h.txt306 virtual int32_t GetImsi(int32_t slotId, int32_t serialId) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt149 int32_t GetImsi(int32_t slotId, int32_t serialId) override;
H A Diril.h.txt294 virtual int32_t GetImsi(int32_t slotId, int32_t serialId) = 0;
H A Dril_service.cpp.txt310 int32_t RilService::GetImsi(int32_t slotId, int32_t serialId)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt164 int32_t GetImsi(int32_t slotId, int32_t serialId) override;
H A Dril_proxy.h.txt205 int32_t GetImsi(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt346 int32_t RilService::GetImsi(int32_t slotId, int32_t serialId)
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp713 int32_t HRilManager::GetImsi(int32_t slotId, int32_t serialId) in GetImsi() function in OHOS::Telephony::HRilManager
715 return TaskSchedule(MODULE_HRIL_SIM, hrilSim_[slotId], &HRilSim::GetImsi, serialId); in GetImsi()

12