/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_data.h | 50 int32_t SetLinkBandwidthReportingRule(
|
H A D | tel_ril_manager.h | 217 int32_t SetLinkBandwidthReportingRule(
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_data_defs.h | 433 void (*SetLinkBandwidthReportingRule)(const ReqDataInfo *requestInfo, const HRilLinkBandwidthReportingRule *data); member
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_data.h | 59 int32_t SetLinkBandwidthReportingRule(
|
H A D | hril_manager.h | 123 int32_t SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId,
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_data.cpp | 199 int32_t TelRilData::SetLinkBandwidthReportingRule( in SetLinkBandwidthReportingRule() function in OHOS::Telephony::TelRilData 214 TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SetLinkBandwidthReportingRule, dLinkBandwidth); in SetLinkBandwidthReportingRule()
|
H A D | tel_ril_manager.cpp | 584 int32_t TelRilManager::SetLinkBandwidthReportingRule( in SetLinkBandwidthReportingRule() function in OHOS::Telephony::TelRilManager 588 response, "TelRilData", GetTelRilData(slotId), &TelRilData::SetLinkBandwidthReportingRule, linkBandwidth); in SetLinkBandwidthReportingRule()
|
/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(), dLinkBandwidth); in HWTEST_F() 390 int32_t ret = g_rilInterface->SetLinkBandwidthReportingRule(SLOTID_2, RilTestUtil::GetSerialId(), dLinkBandwidth); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 138 EXPECT_NE(HDF_SUCCESS, manager->SetLinkBandwidthReportingRule(0, 0, dataLinkBandwidthReportingRule)); in TestDataInterface()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 168 .SetLinkBandwidthReportingRule = ReqSetLinkBandwidthReportingRule,
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_data.cpp | 263 int32_t HRilData::SetLinkBandwidthReportingRule( in SetLinkBandwidthReportingRule() function in OHOS::Telephony::HRilData 284 &HRilDataReq::SetLinkBandwidthReportingRule, &hLinkBandwidthRule); in SetLinkBandwidthReportingRule()
|
H A D | hril_manager.cpp | 622 int32_t HRilManager::SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId, in SetLinkBandwidthReportingRule() function in OHOS::Telephony::HRilManager 625 return TaskSchedule(MODULE_HRIL_DATA, hrilData_[slotId], &HRilData::SetLinkBandwidthReportingRule, serialId, in SetLinkBandwidthReportingRule()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | vsim_test.cpp | 638 int32_t status = CoreManagerInner::GetInstance().SetLinkBandwidthReportingRule(0, 0, linkBandWithRule, handler); in HWTEST_F() 650 int32_t status = CoreManagerInner::GetInstance().SetLinkBandwidthReportingRule(0, 0, linkBandWithRule, handler); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 969 EXPECT_GT(mInner.SetLinkBandwidthReportingRule(0, 0, mLinkBandwidthRule, nullptr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 188 virtual int32_t SetLinkBandwidthReportingRule(
|
H A D | core_manager_inner.h | 110 int32_t SetLinkBandwidthReportingRule(int32_t slotId, int32_t eventId, LinkBandwidthRule linkBandwidth,
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 1246 int32_t CoreManagerInner::SetLinkBandwidthReportingRule(int32_t slotId, int32_t eventId, in SetLinkBandwidthReportingRule() function in OHOS::Telephony::CoreManagerInner 1259 return telRilManager_->SetLinkBandwidthReportingRule(slotId, linkBandwidth, response); in SetLinkBandwidthReportingRule()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 1090 int32_t ret = g_rilInterface->SetLinkBandwidthReportingRule(slotId, serialId, dLinkBandwidth);
in SetLinkBandwidthReportingRuleTest()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 2309 telRilManager_->SetLinkBandwidthReportingRule(slotId, rule, event); in OnRequestSetLinkBandwidthReportingRuleTest()
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_handler.cpp | 2078 CoreManagerInner::GetInstance().SetLinkBandwidthReportingRule( in SetRilLinkBandwidths()
|
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 1344 telRilManager_->SetLinkBandwidthReportingRule(slotId, rule, event); in OnRequestSetLinkBandwidthReportingRuleTest()
|