Searched refs:nrCellSsbIds (Results 1 - 3 of 3) sorted by relevance
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_callback_common.cpp | 1129 int32_t RilCallback::GetNrSsbIdResponse(const RilRadioResponseInfo &responseInfo, const NrCellSsbIds &nrCellSsbIds)
in GetNrSsbIdResponse() argument 1133 HDF_LOGE("rsrp:%{public}d", nrCellSsbIds.rsrp);
in GetNrSsbIdResponse() 1134 HDF_LOGE("sinr:%{public}d", nrCellSsbIds.sinr);
in GetNrSsbIdResponse() 1135 for (auto info : nrCellSsbIds.sCellSsbList) {
in GetNrSsbIdResponse() 1139 HDF_LOGE("nbCellCount:%{public}d", nrCellSsbIds.nbCellCount);
in GetNrSsbIdResponse() 1140 for (auto info : nrCellSsbIds.nbCellSsbList) {
in GetNrSsbIdResponse()
|
H A D | hdf_ril_callback_common.h | 475 int32_t GetNrSsbIdResponse(const RilRadioResponseInfo &responseInfo, const NrCellSsbIds &nrCellSsbIds) override;
|
/test/xts/hats/telephony/ril/hdi_v1.0/ |
H A D | hdf_ril_hdiService_test.cpp | 434 int32_t GetNrSsbIdResponse(const RilRadioResponseInfo &responseInfo, const NrCellSsbIds &nrCellSsbIds) override; 1491 int32_t RilCallback::GetNrSsbIdResponse(const RilRadioResponseInfo &responseInfo, const NrCellSsbIds &nrCellSsbIds) in GetNrSsbIdResponse() argument 1495 HDF_LOGE("rsrp:%{public}d", nrCellSsbIds.rsrp); in GetNrSsbIdResponse() 1496 HDF_LOGE("sinr:%{public}d", nrCellSsbIds.sinr); in GetNrSsbIdResponse() 1497 for (auto info : nrCellSsbIds.sCellSsbList) { in GetNrSsbIdResponse() 1501 HDF_LOGE("nbCellCount:%{public}d", nrCellSsbIds.nbCellCount); in GetNrSsbIdResponse() 1502 for (auto info : nrCellSsbIds.nbCellSsbList) { in GetNrSsbIdResponse()
|
Completed in 24 milliseconds