Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_network_defs.h820 } CurrentCellInfoList; typedef
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp356 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()
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c1405 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()