/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_modem_defs.h | 74 void (*GetBasebandVersion)(const ReqDataInfo *requestInfo); member
|
/ohos5.0/base/telephony/core_service/test/fuzztest/sendenvelopecmd_fuzzer/ |
H A D | sendenvelopecmd_fuzzer.cpp | 81 void GetBasebandVersion(const uint8_t *data, size_t size) in GetBasebandVersion() function 206 GetBasebandVersion(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_modem_test.cpp | 242 int32_t ret = g_rilInterface->GetBasebandVersion(SLOTID_1, RilTestUtil::GetSerialId()); 258 int32_t ret = g_rilInterface->GetBasebandVersion(SLOTID_2, RilTestUtil::GetSerialId());
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_modem.cpp | 87 int32_t TelRilModem::GetBasebandVersion(const AppExecFwk::InnerEvent::Pointer &response) in GetBasebandVersion() function in OHOS::Telephony::TelRilModem 89 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetBasebandVersion); in GetBasebandVersion()
|
H A D | tel_ril_manager.cpp | 334 int32_t TelRilManager::GetBasebandVersion(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &re… in GetBasebandVersion() function in OHOS::Telephony::TelRilManager 336 …rn TaskSchedule(response, "TelRilModem", GetTelRilModem(slotId), &TelRilModem::GetBasebandVersion); in GetBasebandVersion()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_modem.h | 44 int32_t GetBasebandVersion(const AppExecFwk::InnerEvent::Pointer &response);
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_modem.h | 35 int32_t GetBasebandVersion(int32_t serialId);
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_modem.cpp | 63 int32_t HRilModem::GetBasebandVersion(int32_t serialId) in GetBasebandVersion() function in OHOS::Telephony::HRilModem 65 …tVendor(serialId, HREQ_MODEM_GET_BASEBAND_VERSION, modemFuncs_, &HRilModemReq::GetBasebandVersion); in GetBasebandVersion()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_network_search.h | 141 virtual int32_t GetBasebandVersion(int32_t slotId, std::string &version) = 0;
|
H A D | core_service_client.h | 863 int32_t GetBasebandVersion(int32_t slotId, std::string &version);
|
H A D | i_core_service.h | 144 virtual int32_t GetBasebandVersion(int32_t slotId, std::string &version) = 0;
|
H A D | core_service_proxy.h | 34 int32_t GetBasebandVersion(int32_t slotId, std::string &version) override;
|
H A D | i_tel_ril_manager.h | 132 …virtual int32_t GetBasebandVersion(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response…
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_core_service.cpp | 261 …DelayedSingleton<CoreService>::GetInstance()->GetBasebandVersion(SLOT_ID, version), TELEPHONY_ERR_… 284 …DelayedSingleton<CoreService>::GetInstance()->GetBasebandVersion(SLOT_ID, version), TELEPHONY_ERR_… 312 …DelayedSingleton<CoreService>::GetInstance()->GetBasebandVersion(SLOT_ID, version), TELEPHONY_ERR_…
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 1014 int32_t CoreServiceClient::GetBasebandVersion(int32_t slotId, std::string &version) in GetBasebandVersion() function in OHOS::Telephony::CoreServiceClient 1021 return proxy->GetBasebandVersion(slotId, version); in GetBasebandVersion()
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 337 int32_t RilImpl::GetBasebandVersion(int32_t slotId, int32_t serialId) in GetBasebandVersion() function in OHOS::HDI::Ril::V1_3::RilImpl 339 return TaskSchedule(&Telephony::HRilManager::GetBasebandVersion, slotId, serialId); in GetBasebandVersion()
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 237 int32_t GetBasebandVersion(int32_t slotId, std::string &version) override;
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | interface_i_ril_v10.md | 72 | [GetBasebandVersion](#getbasebandversion) ([in] int slotId, [in] int serialId) | 获取基带版本。 | 419 ### GetBasebandVersion() 422 IRil::GetBasebandVersion ([in] int slotId, [in] int serialId )
|
H A D | interface_i_ril_v11.md | 74 | [GetBasebandVersion](#getbasebandversion) ([in] int slotId, [in] int serialId) | 获取基带版本。 | 424 ### GetBasebandVersion() 427 IRil::GetBasebandVersion ([in] int slotId, [in] int serialId )
|
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | network_search_manager.h | 257 int32_t GetBasebandVersion(int32_t slotId, std::string &version) override;
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | radio_info.cpp | 238 networkSearchManager->GetBasebandVersion(slotId_, basebandVersion); in UpdatePhone()
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 101 int32_t GetBasebandVersion(int32_t slotId, int32_t serialId) override;
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1509 int32_t CoreService::GetBasebandVersion(int32_t slotId, std::string &version) in GetBasebandVersion() function in OHOS::Telephony::CoreService 1523 return networkSearchManager_->GetBasebandVersion(slotId, version); in GetBasebandVersion()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | ril_service.h.txt | 147 int32_t GetBasebandVersion(int32_t slotId, int32_t serialId) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | ril_service.h.txt | 141 int32_t GetBasebandVersion(int32_t slotId, int32_t serialId) override;
|