Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_network_defs.h290 void (*GetNeighboringCellInfoList)(const ReqDataInfo *requestInfo); member
/base/telephony/ril_adapter/services/hril/include/
Dhril_network.h33 int32_t GetNeighboringCellInfoList(int32_t serialId);
Dhril_manager.h169 int32_t GetNeighboringCellInfoList(int32_t slotId, int32_t serialId);
/base/telephony/ril_adapter/services/vendor/src/
Dvendor_adapter.c149 .GetNeighboringCellInfoList = ReqGetNeighboringCellInfoList,
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp82 int32_t HRilNetwork::GetNeighboringCellInfoList(int32_t serialId) in GetNeighboringCellInfoList() function in OHOS::Telephony::HRilNetwork
85 &HRilNetworkReq::GetNeighboringCellInfoList); in GetNeighboringCellInfoList()
Dhril_manager.cpp767 int32_t HRilManager::GetNeighboringCellInfoList(int32_t slotId, int32_t serialId) in GetNeighboringCellInfoList() function in OHOS::Telephony::HRilManager
769 …edule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::GetNeighboringCellInfoList, serialI… in GetNeighboringCellInfoList()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dzero_branch_test.cpp170 EXPECT_NE(HDF_SUCCESS, manager->GetNeighboringCellInfoList(0, 0)); in TestNetWorkInterface()
Dril_interface_test.cpp1603 int32_t ret = g_rilInterface->GetNeighboringCellInfoList(SLOTID_1, GetSerialId());
1619 int32_t ret = g_rilInterface->GetNeighboringCellInfoList(SLOTID_2, GetSerialId());
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp96 &HDI::Ril::V1_0::IRil::GetNeighboringCellInfoList); in GetCellInfoList()
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp524 int32_t ret = g_rilInterface->GetNeighboringCellInfoList(slotId, GetSerialId()); in GetRilCmCellInfoListTest()