Home
last modified time | relevance | path

Searched refs:GetOperatorInfo (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/drivers/peripheral/ril/
H A DREADME_zh.md51 | int32_t GetOperatorInfo(int32_t slotId, int32_t serialId) | 查询运营商名称信息,slotId 表示卡槽ID,serialId 表示请求…
H A DREADME.md51 | int32_t GetOperatorInfo(int32_t slotId, int32_t serialId) | Queries the carrier name. **slotId** …
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp146 int32_t ret = g_rilInterface->GetOperatorInfo(SLOTID_1, RilTestUtil::GetSerialId());
162 int32_t ret = g_rilInterface->GetOperatorInfo(SLOTID_2, RilTestUtil::GetSerialId());
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h881 void (*GetOperatorInfo)(const ReqDataInfo *requestInfo); member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c147 .GetOperatorInfo = ReqGetOperatorInfo,
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h31 int32_t GetOperatorInfo(int32_t serialId);
H A Dhril_manager.h179 int32_t GetOperatorInfo(int32_t slotId, int32_t serialId);
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp363 int32_t RilImpl::GetOperatorInfo(int32_t slotId, int32_t serialId) in GetOperatorInfo() function in OHOS::HDI::Ril::V1_3::RilImpl
365 return TaskSchedule(&Telephony::HRilManager::GetOperatorInfo, slotId, serialId); in GetOperatorInfo()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h34 int32_t GetOperatorInfo(const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h120 … int32_t GetOperatorInfo(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md100 | [GetOperatorInfo](#getoperatorinfo) ([in] int slotId, [in] int serialId) | 获取运营商名称信息。 |
972 ### GetOperatorInfo()
975 IRil::GetOperatorInfo ([in] int slotId, [in] int serialId )
H A Dinterface_i_ril_v11.md102 | [GetOperatorInfo](#getoperatorinfo) ([in] int slotId, [in] int serialId) | 获取运营商名称信息。 |
1027 ### GetOperatorInfo()
1030 IRil::GetOperatorInfo ([in] int slotId, [in] int serialId )
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h137 int32_t GetOperatorInfo(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp619 int32_t TelRilManager::GetOperatorInfo(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &respo… in GetOperatorInfo() function in OHOS::Telephony::TelRilManager
621 …TaskSchedule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::GetOperatorInfo); in GetOperatorInfo()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h116 …virtual int32_t GetOperatorInfo(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) =…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt209 int32_t GetOperatorInfo(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt451 int32_t RilService::GetOperatorInfo(int32_t slotId, int32_t serialId)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt203 int32_t GetOperatorInfo(int32_t slotId, int32_t serialId) override;
H A Diril.h.txt349 virtual int32_t GetOperatorInfo(int32_t slotId, int32_t serialId) = 0;
H A Dril_service.cpp.txt436 int32_t RilService::GetOperatorInfo(int32_t slotId, int32_t serialId)
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp247 return rilManager->GetOperatorInfo(slotId, response); in __anond46b825d0902()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt218 int32_t GetOperatorInfo(int32_t slotId, int32_t serialId) override;
H A Dril_proxy.h.txt259 int32_t GetOperatorInfo(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt472 int32_t RilService::GetOperatorInfo(int32_t slotId, int32_t serialId)
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp849 int32_t HRilManager::GetOperatorInfo(int32_t slotId, int32_t serialId) in GetOperatorInfo() function in OHOS::Telephony::HRilManager
851 …return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::GetOperatorInfo, seri… in GetOperatorInfo()

123