Home
last modified time | relevance | path

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

/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_data.h47 int32_t GetLinkBandwidthInfo(const int32_t cid, const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h215 int32_t GetLinkBandwidthInfo(
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_data_defs.h423 void (*GetLinkBandwidthInfo)(const ReqDataInfo *requestInfo, int32_t cid); member
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_data.h56 int32_t GetLinkBandwidthInfo(int32_t serialId, int32_t cid);
H A Dhril_manager.h122 int32_t GetLinkBandwidthInfo(int32_t slotId, int32_t serialId, int32_t cid);
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_data.cpp182 int32_t TelRilData::GetLinkBandwidthInfo(const int32_t cid, const AppExecFwk::InnerEvent::Pointer &response) in GetLinkBandwidthInfo() function in OHOS::Telephony::TelRilData
184 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetLinkBandwidthInfo, cid); in GetLinkBandwidthInfo()
H A Dtel_ril_manager.cpp591 int32_t TelRilManager::GetLinkBandwidthInfo( in GetLinkBandwidthInfo() function in OHOS::Telephony::TelRilManager
594 return TaskSchedule(response, "TelRilData", GetTelRilData(slotId), &TelRilData::GetLinkBandwidthInfo, cid); in GetLinkBandwidthInfo()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_data_test.cpp308 int32_t ret = g_rilInterface->GetLinkBandwidthInfo(SLOTID_1, RilTestUtil::GetSerialId(), CID); in HWTEST_F()
324 int32_t ret = g_rilInterface->GetLinkBandwidthInfo(SLOTID_2, RilTestUtil::GetSerialId(), CID); in HWTEST_F()
H A Dzero_branch_test.cpp135 EXPECT_NE(HDF_SUCCESS, manager->GetLinkBandwidthInfo(0, 0, 0)); in TestDataInterface()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c167 .GetLinkBandwidthInfo = ReqGetLinkBandwidthInfo,
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_data.cpp257 int32_t HRilData::GetLinkBandwidthInfo(int32_t serialId, int32_t cid) in GetLinkBandwidthInfo() function in OHOS::Telephony::HRilData
260 serialId, HREQ_DATA_GET_LINK_BANDWIDTH_INFO, dataFuncs_, &HRilDataReq::GetLinkBandwidthInfo, cid); in GetLinkBandwidthInfo()
H A Dhril_manager.cpp612 int32_t HRilManager::GetLinkBandwidthInfo(int32_t slotId, int32_t serialId, int32_t cid) in GetLinkBandwidthInfo() function in OHOS::Telephony::HRilManager
614 return TaskSchedule(MODULE_HRIL_DATA, hrilData_[slotId], &HRilData::GetLinkBandwidthInfo, serialId, cid); in GetLinkBandwidthInfo()
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp184 telRilData->GetLinkBandwidthInfo(cid, response); in DeactivatePdpContext()
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h186 virtual int32_t GetLinkBandwidthInfo(
H A Dcore_manager_inner.h106 int32_t GetLinkBandwidthInfo(
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvsim_test.cpp660 int32_t status = CoreManagerInner::GetInstance().GetLinkBandwidthInfo(0, 0, 0, handler); in HWTEST_F()
H A Dzero_branch_test.cpp967 EXPECT_GT(mInner.GetLinkBandwidthInfo(0, 0, 0, nullptr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp1262 int32_t CoreManagerInner::GetLinkBandwidthInfo( in GetLinkBandwidthInfo() function in OHOS::Telephony::CoreManagerInner
1275 return telRilManager_->GetLinkBandwidthInfo(slotId, cid, response); in GetLinkBandwidthInfo()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp1052 int32_t ret = g_rilInterface->GetLinkBandwidthInfo(slotId, GetSerialId(), cid); in GetLinkBandwidthInfoTest()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp2329 telRilManager_->GetLinkBandwidthInfo(slotId, cid, event); in GetLinkBandwidthInfoTest()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1294 telRilManager_->GetLinkBandwidthInfo(slotId, cid, event); in OnRequestGetLinkBandwidthInfoTest()

Completed in 40 milliseconds