Home
last modified time | relevance | path

Searched refs:nrCellSsbIds (Results 1 - 3 of 3) sorted by relevance

/test/xts/hats/telephony/ril/hdi_v1.1_additional/
H A Dhdf_ril_callback_common.cpp1129 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 Dhdf_ril_callback_common.h475 int32_t GetNrSsbIdResponse(const RilRadioResponseInfo &responseInfo, const NrCellSsbIds &nrCellSsbIds) override;
/test/xts/hats/telephony/ril/hdi_v1.0/
H A Dhdf_ril_hdiService_test.cpp434 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 15 milliseconds