Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_network_defs.h647 } CellInfoList; typedef
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp336 if (response == nullptr || responseLen != sizeof(CellInfoList)) { in GetNeighboringCellInfoListResponse()
782 const CellInfoList *temp = reinterpret_cast<const CellInfoList *>(response); in BuildNeighboringCellList()
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c1143 CellInfoList cellInfoList = { 0, NULL }; in ReqGetNeighboringCellInfoList()
1145 … struct ResponseAck respDataAck = { responseInfo, (uint8_t *)&cellInfoList, sizeof(CellInfoList) }; in ReqGetNeighboringCellInfoList()