Home
last modified time | relevance | path

Searched refs:SetLinkBandwidthReportingRule (Results 1 - 21 of 21) sorted by relevance

/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_data.h50 int32_t SetLinkBandwidthReportingRule(
H A Dtel_ril_manager.h217 int32_t SetLinkBandwidthReportingRule(
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_data_defs.h433 void (*SetLinkBandwidthReportingRule)(const ReqDataInfo *requestInfo, const HRilLinkBandwidthReportingRule *data); member
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_data.h59 int32_t SetLinkBandwidthReportingRule(
H A Dhril_manager.h123 int32_t SetLinkBandwidthReportingRule(int32_t slotId, int32_t serialId,
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_data.cpp199 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 Dtel_ril_manager.cpp584 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 Dril_data_test.cpp357 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 Dzero_branch_test.cpp138 EXPECT_NE(HDF_SUCCESS, manager->SetLinkBandwidthReportingRule(0, 0, dataLinkBandwidthReportingRule)); in TestDataInterface()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c168 .SetLinkBandwidthReportingRule = ReqSetLinkBandwidthReportingRule,
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_data.cpp263 int32_t HRilData::SetLinkBandwidthReportingRule( in SetLinkBandwidthReportingRule() function in OHOS::Telephony::HRilData
284 &HRilDataReq::SetLinkBandwidthReportingRule, &hLinkBandwidthRule); in SetLinkBandwidthReportingRule()
H A Dhril_manager.cpp622 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 Dvsim_test.cpp638 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 Dzero_branch_test.cpp969 EXPECT_GT(mInner.SetLinkBandwidthReportingRule(0, 0, mLinkBandwidthRule, nullptr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h188 virtual int32_t SetLinkBandwidthReportingRule(
H A Dcore_manager_inner.h110 int32_t SetLinkBandwidthReportingRule(int32_t slotId, int32_t eventId, LinkBandwidthRule linkBandwidth,
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp1246 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 Dril_interface_test.cpp1090 int32_t ret = g_rilInterface->SetLinkBandwidthReportingRule(slotId, serialId, dLinkBandwidth); in SetLinkBandwidthReportingRuleTest()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp2309 telRilManager_->SetLinkBandwidthReportingRule(slotId, rule, event); in OnRequestSetLinkBandwidthReportingRuleTest()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp2078 CoreManagerInner::GetInstance().SetLinkBandwidthReportingRule( in SetRilLinkBandwidths()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1344 telRilManager_->SetLinkBandwidthReportingRule(slotId, rule, event); in OnRequestSetLinkBandwidthReportingRuleTest()

Completed in 48 milliseconds