/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_data_defs.h | 379 …void (*SetLinkBandwidthReportingRule)(const ReqDataInfo *requestInfo, const HRilLinkBandwidthRepor… member
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_data.h | 49 int32_t SetLinkBandwidthReportingRule(
|
H A D | tel_ril_manager.h | 217 int32_t SetLinkBandwidthReportingRule(
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_data.cpp | 182 int32_t TelRilData::SetLinkBandwidthReportingRule( in SetLinkBandwidthReportingRule() function in OHOS::Telephony::TelRilData 197 …TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SetLinkBandwidthReportingRule, dLinkBand… in SetLinkBandwidthReportingRule()
|
H A D | tel_ril_manager.cpp | 573 int32_t TelRilManager::SetLinkBandwidthReportingRule( in SetLinkBandwidthReportingRule() function in OHOS::Telephony::TelRilManager 577 …response, "TelRilData", GetTelRilData(slotId), &TelRilData::SetLinkBandwidthReportingRule, linkBan… in SetLinkBandwidthReportingRule()
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_data_test.cpp | 357 …int32_t ret = g_rilInterface->SetLinkBandwidthReportingRule(SLOTID_1, RilTestUtil::GetSerialId(), … 390 …int32_t ret = g_rilInterface->SetLinkBandwidthReportingRule(SLOTID_2, RilTestUtil::GetSerialId(), …
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_data.h | 59 int32_t SetLinkBandwidthReportingRule(
|
H A D | hril_manager.h | 124 int32_t SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId,
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_data.cpp | 233 int32_t HRilData::SetLinkBandwidthReportingRule( in SetLinkBandwidthReportingRule() function in OHOS::Telephony::HRilData 254 &HRilDataReq::SetLinkBandwidthReportingRule, &hLinkBandwidthRule); in SetLinkBandwidthReportingRule()
|
H A D | hril_manager.cpp | 626 int32_t HRilManager::SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId, in SetLinkBandwidthReportingRule() function in OHOS::Telephony::HRilManager 629 … TaskSchedule(MODULE_HRIL_DATA, hrilData_[slotId], &HRilData::SetLinkBandwidthReportingRule, seria… in SetLinkBandwidthReportingRule()
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 168 .SetLinkBandwidthReportingRule = ReqSetLinkBandwidthReportingRule,
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 271 int32_t RilImpl::SetLinkBandwidthReportingRule( in SetLinkBandwidthReportingRule() function in OHOS::HDI::Ril::V1_3::RilImpl 275 …&Telephony::HRilManager::SetLinkBandwidthReportingRule, slotId, serialId, dataLinkBandwidthReporti… in SetLinkBandwidthReportingRule()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | interface_i_ril_v10.md | 62 | [SetLinkBandwidthReportingRule](#setlinkbandwidthreportingrule) ([in] int slotId, [in] int serial… 2044 ### SetLinkBandwidthReportingRule() 2047 IRil::SetLinkBandwidthReportingRule ([in] int slotId, [in] int serialId, [in] struct DataLinkBandwi…
|
H A D | interface_i_ril_v11.md | 64 | [SetLinkBandwidthReportingRule](#setlinkbandwidthreportingrule) ([in] int slotId, [in] int serial… 2124 ### SetLinkBandwidthReportingRule() 2127 IRil::SetLinkBandwidthReportingRule ([in] int slotId, [in] int serialId, [in] struct DataLinkBandwi…
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 86 int32_t SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId,
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 188 virtual int32_t SetLinkBandwidthReportingRule(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | ril_service.h.txt | 123 int32_t SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId,
|
H A D | ril_service.cpp.txt | 251 int32_t RilService::SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId,
|
H A D | iril.h.txt | 274 virtual int32_t SetLinkBandwidthReportingRule(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 D | ril_service.h.txt | 117 int32_t SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId,
|
H A D | iril.h.txt | 262 virtual int32_t SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId,
|
H A D | ril_service.cpp.txt | 236 int32_t RilService::SetLinkBandwidthReportingRule(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 D | ril_service.h.txt | 132 int32_t SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId,
|
H A D | ril_proxy.h.txt | 173 int32_t SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId,
|
H A D | ril_service.cpp.txt | 272 int32_t RilService::SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId,
|