Searched refs:CurrentCellInfoList (Results 1 – 3 of 3) sorted by relevance
820 } CurrentCellInfoList; typedef
356 if (response == nullptr || responseLen != sizeof(CurrentCellInfoList)) { in GetCurrentCellInfoResponse()376 if (response == nullptr || responseLen != sizeof(CurrentCellInfoList)) { in GetCurrentCellInfoResponse_1_1()643 if (response == nullptr || responseLen != sizeof(CurrentCellInfoList)) { in NetworkCurrentCellUpdated_1_1()984 const CurrentCellInfoList *temp = reinterpret_cast<const CurrentCellInfoList *>(response); in BuildCurrentCellList()1003 const CurrentCellInfoList *temp = reinterpret_cast<const CurrentCellInfoList *>(response); in BuildCurrentCellInfoList()
1405 CurrentCellInfoList cellList = {0, NULL}; in ProcessCurrentCellList()1422 …etworkReport(GetSlotId(NULL), reportInfo, (const uint8_t *)&cellList, sizeof(CurrentCellInfoList)); in ProcessCurrentCellList()1444 CurrentCellInfoList currCellInfoList = { 0, NULL }; in ReqGetCurrentCellInfo()1446 …ponseAck respDataAck = { responseInfo, (uint8_t *)&currCellInfoList, sizeof(CurrentCellInfoList) }; in ReqGetCurrentCellInfo()