Searched refs:tdscdma (Results 1 – 9 of 9) sorted by relevance
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_network.cpp | 499 cellNearbyInfo.ServiceCellParas.tdscdma.arfcn = info.serviceCells.tdscdma.arfcn; in FillTdscdmaCellNearbyInfo() 500 cellNearbyInfo.ServiceCellParas.tdscdma.syncId = info.serviceCells.tdscdma.syncId; in FillTdscdmaCellNearbyInfo() 501 cellNearbyInfo.ServiceCellParas.tdscdma.sc = info.serviceCells.tdscdma.sc; in FillTdscdmaCellNearbyInfo() 502 cellNearbyInfo.ServiceCellParas.tdscdma.cellId = info.serviceCells.tdscdma.cellId; in FillTdscdmaCellNearbyInfo() 503 cellNearbyInfo.ServiceCellParas.tdscdma.lac = info.serviceCells.tdscdma.lac; in FillTdscdmaCellNearbyInfo() 504 cellNearbyInfo.ServiceCellParas.tdscdma.rscp = info.serviceCells.tdscdma.rscp; in FillTdscdmaCellNearbyInfo() 505 cellNearbyInfo.ServiceCellParas.tdscdma.drx = info.serviceCells.tdscdma.drx; in FillTdscdmaCellNearbyInfo() 506 cellNearbyInfo.ServiceCellParas.tdscdma.rac = info.serviceCells.tdscdma.rac; in FillTdscdmaCellNearbyInfo() 507 cellNearbyInfo.ServiceCellParas.tdscdma.cpid = info.serviceCells.tdscdma.cpid; in FillTdscdmaCellNearbyInfo() 639 currentCellInfo.ServiceCellParas.tdscdma.arfcn = info.serviceCells.tdscdma.arfcn; in FillTdscdmaCurrentCellInfo() [all …]
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_network.cpp | 755 cellInfo.serviceCells.tdscdma.arfcn = hrilCellPtr->ServiceCellParas.tdscdma.arfcn; in FillCellNearbyInfoTdscdma() 756 cellInfo.serviceCells.tdscdma.syncId = hrilCellPtr->ServiceCellParas.tdscdma.syncId; in FillCellNearbyInfoTdscdma() 757 cellInfo.serviceCells.tdscdma.sc = hrilCellPtr->ServiceCellParas.tdscdma.sc; in FillCellNearbyInfoTdscdma() 758 cellInfo.serviceCells.tdscdma.cellId = hrilCellPtr->ServiceCellParas.tdscdma.cellId; in FillCellNearbyInfoTdscdma() 759 cellInfo.serviceCells.tdscdma.lac = hrilCellPtr->ServiceCellParas.tdscdma.lac; in FillCellNearbyInfoTdscdma() 760 cellInfo.serviceCells.tdscdma.rscp = hrilCellPtr->ServiceCellParas.tdscdma.rscp; in FillCellNearbyInfoTdscdma() 761 cellInfo.serviceCells.tdscdma.drx = hrilCellPtr->ServiceCellParas.tdscdma.drx; in FillCellNearbyInfoTdscdma() 762 cellInfo.serviceCells.tdscdma.rac = hrilCellPtr->ServiceCellParas.tdscdma.rac; in FillCellNearbyInfoTdscdma() 763 cellInfo.serviceCells.tdscdma.cpid = hrilCellPtr->ServiceCellParas.tdscdma.cpid; in FillCellNearbyInfoTdscdma() 822 cellInfo.serviceCells.tdscdma.arfcn = hrilCellInfoVendor->ServiceCellParas.tdscdma.arfcn; in FillCellInfoType() [all …]
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_network.c | 1021 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.arfcn) < 0) { in ParseCellInfoTdscdma() 1024 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.syncId) < 0) { in ParseCellInfoTdscdma() 1027 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.sc) < 0) { in ParseCellInfoTdscdma() 1030 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.cellId) < 0) { in ParseCellInfoTdscdma() 1033 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.lac) < 0) { in ParseCellInfoTdscdma() 1036 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.rscp) < 0) { in ParseCellInfoTdscdma() 1039 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.drx) < 0) { in ParseCellInfoTdscdma() 1042 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.rac) < 0) { in ParseCellInfoTdscdma() 1045 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.cpid) < 0) { in ParseCellInfoTdscdma() 1279 NextInt(&line, &response->ServiceCellParas.tdscdma.arfcn); in ParseGetTdscdmaCellInfoLine() [all …]
|
/base/telephony/core_service/services/network_search/src/ |
D | cell_info.cpp | 203 … TdscdmaCellInformation *tdscdma = reinterpret_cast<TdscdmaCellInformation *>(cell.GetRefPtr()); in ProcessCellLocation() local 204 if (tdscdma->GetCellId() != cellId || tdscdma->GetLac() != lac) { in ProcessCellLocation() 205 tdscdma->UpdateLocation(cellId, lac); in ProcessCellLocation() 436 int32_t &arfcn = cellInfo->ServiceCellParas.tdscdma.arfcn; in ProcessNeighboringCellTdscdma() 437 int32_t &cpid = cellInfo->ServiceCellParas.tdscdma.cpid; in ProcessNeighboringCellTdscdma() 438 int32_t &lac = cellInfo->ServiceCellParas.tdscdma.lac; in ProcessNeighboringCellTdscdma() 576 int32_t &arfcn = cellInfo->ServiceCellParas.tdscdma.arfcn; in ProcessCurrentCellTdscdma() 577 int32_t &cpid = cellInfo->ServiceCellParas.tdscdma.cpid; in ProcessCurrentCellTdscdma() 578 int32_t &cellId = cellInfo->ServiceCellParas.tdscdma.cellId; in ProcessCurrentCellTdscdma() 579 int32_t &lac = cellInfo->ServiceCellParas.tdscdma.lac; in ProcessCurrentCellTdscdma() [all …]
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_network_parcel.h | 388 CellRatTdscdma tdscdma; member 446 CellRatTdscdma tdscdma; member 628 CellListRatTdscdma tdscdma; member
|
D | hril_vendor_network_defs.h | 627 CellRatTdscdma tdscdma; member 800 CellRatTdscdma tdscdma; member
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | network_search_test.cpp | 207 TdscdmaCellInformation *tdscdma = reinterpret_cast<TdscdmaCellInformation *>(cell.GetRefPtr()); in PrintTdscdmaCellInformation() local 209 …static_cast<int32_t>(tdscdma->GetNetworkType()), tdscdma->GetCpid(), tdscdma->GetLac(), tdscdma->G… in PrintTdscdmaCellInformation() 210 TELEPHONY_LOGI("CellInformation result:%{public}s", tdscdma->ToString().c_str()); in PrintTdscdmaCellInformation() 212 tdscdma->Marshalling(data); in PrintTdscdmaCellInformation() 213 tdscdma->Unmarshalling(data); in PrintTdscdmaCellInformation() 217 TdscdmaCellInformation tdscdmaCellInformation = *tdscdma; in PrintTdscdmaCellInformation() 337 …TdScdmaSignalInformation *tdscdma = reinterpret_cast<TdScdmaSignalInformation *>(signal.GetRefPtr(… in PrintTdScdmaSignalInformation() local 339 … static_cast<int32_t>(tdscdma->GetNetworkType()), tdscdma->GetRscp(), tdscdma->GetSignalLevel(), in PrintTdScdmaSignalInformation() 340 tdscdma->ValidateTdScdmaValue()); in PrintTdScdmaSignalInformation() 347 …_LOGI("SignalInformation tdscdma is same as tdscdmaSignal:%{public}d", *tdscdmaSignal == *tdscdma); in PrintTdScdmaSignalInformation() [all …]
|
D | zero_branch_test.cpp | 169 cellNearbyInfo.ServiceCellParas.tdscdma.arfcn = 1;
|
/base/telephony/core_service/services/network_search/test/ |
D | test.cpp | 667 … TdscdmaCellInformation *tdscdma = reinterpret_cast<TdscdmaCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList() local 668 TELEPHONY_LOGI("result:%{public}s", tdscdma->ToString().c_str()); in TestGetCellInfoList()
|