Searched refs:CellInfoList (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_network_defs.h | 647 } CellInfoList; typedef
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 414 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 D | zero_branch_test.cpp | 930 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 D | at_network.c | 1144 CellInfoList cellInfoList = { 0, NULL }; in ReqGetNeighboringCellInfoList() 1146 … struct ResponseAck respDataAck = { responseInfo, (uint8_t *)&cellInfoList, sizeof(CellInfoList) }; in ReqGetNeighboringCellInfoList()
|