Home
last modified time | relevance | path

Searched refs:CellInfoList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h647 } CellInfoList; typedef
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp414 if (response == nullptr || responseLen != sizeof(CellInfoList)) { in GetNeighboringCellInfoListResponse()
434 if (response == nullptr || responseLen != sizeof(CellInfoList)) { in GetNeighboringCellInfoListResponse_1_2()
1030 const CellInfoList *temp = reinterpret_cast<const CellInfoList *>(response); in BuildNeighboringCellList()
1049 const CellInfoList *temp = reinterpret_cast<const CellInfoList *>(response); in BuildNeighboringCellList()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp930 CellInfoList list = { 1, nullptr };
933 …UCCESS, network->GetNeighboringCellInfoListResponse(0, responseInfo, &list, sizeof(CellInfoList)));
935 …SS, network->GetNeighboringCellInfoListResponse_1_2(0, responseInfo, &list, sizeof(CellInfoList)));
937 …UCCESS, network->GetNeighboringCellInfoListResponse(0, responseInfo, &list, sizeof(CellInfoList)));
939 …SS, network->GetNeighboringCellInfoListResponse_1_2(0, responseInfo, &list, sizeof(CellInfoList)));
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c1144 CellInfoList cellInfoList = { 0, NULL }; in ReqGetNeighboringCellInfoList()
1146 … struct ResponseAck respDataAck = { responseInfo, (uint8_t *)&cellInfoList, sizeof(CellInfoList) }; in ReqGetNeighboringCellInfoList()