Home
last modified time | relevance | path

Searched refs:GetNeighboringCellInfoList (Results 1 - 10 of 10) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h882 void (*GetNeighboringCellInfoList)(const ReqDataInfo *requestInfo); member
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp346 int32_t ret = g_rilInterface->GetNeighboringCellInfoList(SLOTID_1, RilTestUtil::GetSerialId()); in HWTEST_F()
362 int32_t ret = g_rilInterface->GetNeighboringCellInfoList(SLOTID_2, RilTestUtil::GetSerialId()); in HWTEST_F()
H A Dzero_branch_test.cpp209 EXPECT_NE(HDF_SUCCESS, manager->GetNeighboringCellInfoList(0, 0)); in TestNetWorkInterface()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c153 .GetNeighboringCellInfoList = ReqGetNeighboringCellInfoList,
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h32 int32_t GetNeighboringCellInfoList(int32_t serialId);
H A Dhril_manager.h183 int32_t GetNeighboringCellInfoList(int32_t slotId, int32_t serialId);
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp867 int32_t HRilManager::GetNeighboringCellInfoList(int32_t slotId, int32_t serialId) in GetNeighboringCellInfoList() function in OHOS::Telephony::HRilManager
869 return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::GetNeighboringCellInfoList, serialId); in GetNeighboringCellInfoList()
H A Dhril_network.cpp161 int32_t HRilNetwork::GetNeighboringCellInfoList(int32_t serialId) in GetNeighboringCellInfoList() function in OHOS::Telephony::HRilNetwork
164 &HRilNetworkReq::GetNeighboringCellInfoList); in GetNeighboringCellInfoList()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp533 int32_t ret = g_rilInterface->GetNeighboringCellInfoList(slotId, GetSerialId()); in GetRilCmCellInfoListTest()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp85 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetNeighboringCellInfoList); in GetCellInfoList()

Completed in 20 milliseconds