Home
last modified time | relevance | path

Searched refs:nrCellSsbIds (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnr_ssb_info.cpp51 if (nrCellSsbIds == nullptr) { in ProcessGetNrSsbId()
56 if (!UpdateNrSsbIdInfo(slotId_, nrCellSsbIds)) { in ProcessGetNrSsbId()
73 nrCellSsbIdsInfo_->arfcn = nrCellSsbIds->arfcn; in UpdateNrSsbIdInfo()
74 nrCellSsbIdsInfo_->cid = nrCellSsbIds->cid; in UpdateNrSsbIdInfo()
75 nrCellSsbIdsInfo_->pci = nrCellSsbIds->pic; in UpdateNrSsbIdInfo()
76 nrCellSsbIdsInfo_->rsrp = nrCellSsbIds->rsrp; in UpdateNrSsbIdInfo()
77 nrCellSsbIdsInfo_->sinr = nrCellSsbIds->sinr; in UpdateNrSsbIdInfo()
78 nrCellSsbIdsInfo_->timeAdvance = nrCellSsbIds->timeAdvance; in UpdateNrSsbIdInfo()
79 nrCellSsbIdsInfo_->nbCellCount = nrCellSsbIds->nbCellCount; in UpdateNrSsbIdInfo()
80 for (const auto &info : nrCellSsbIds->sCellSsbList) { in UpdateNrSsbIdInfo()
[all …]
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp622 nrCellSsbIds.arfcn = 0; in GetNrSsbIdResponse()
623 nrCellSsbIds.cid = 0; in GetNrSsbIdResponse()
624 nrCellSsbIds.pic = 0; in GetNrSsbIdResponse()
625 nrCellSsbIds.rsrp = 0; in GetNrSsbIdResponse()
626 nrCellSsbIds.sinr = 0; in GetNrSsbIdResponse()
627 nrCellSsbIds.timeAdvance = 0; in GetNrSsbIdResponse()
629 nrCellSsbIds.nbCellCount = 0; in GetNrSsbIdResponse()
1410 nrCellSsbIds.cid = temp->cid; in BuildNrCellSsbIdsInfo()
1411 nrCellSsbIds.pic = temp->pic; in BuildNrCellSsbIdsInfo()
1412 nrCellSsbIds.rsrp = temp->rsrp; in BuildNrCellSsbIdsInfo()
[all …]
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp402 nrCellSsbIdsInfo->arfcn = nrCellSsbIds.arfcn; in GetNrSsbIdResponse()
403 nrCellSsbIdsInfo->cid = nrCellSsbIds.cid; in GetNrSsbIdResponse()
404 nrCellSsbIdsInfo->pic = nrCellSsbIds.pic; in GetNrSsbIdResponse()
405 nrCellSsbIdsInfo->rsrp = nrCellSsbIds.rsrp; in GetNrSsbIdResponse()
406 nrCellSsbIdsInfo->sinr = nrCellSsbIds.sinr; in GetNrSsbIdResponse()
407 nrCellSsbIdsInfo->timeAdvance = nrCellSsbIds.timeAdvance; in GetNrSsbIdResponse()
408 nrCellSsbIdsInfo->nbCellCount = nrCellSsbIds.nbCellCount; in GetNrSsbIdResponse()
409 for (const auto &info : nrCellSsbIds.sCellSsbList) { in GetNrSsbIdResponse()
419 neighboringCellSsbInfo.pci = nrCellSsbIds.nbCellSsbList[i].pci; in GetNrSsbIdResponse()
421 neighboringCellSsbInfo.rsrp = nrCellSsbIds.nbCellSsbList[i].rsrp; in GetNrSsbIdResponse()
[all …]
H A Dtel_ril_callback.cpp784 …I::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_2::NrCellSsbIds &nrCellSsbIds) in GetNrSsbIdResponse() argument
787 nrCellSsbIds); in GetNrSsbIdResponse()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnr_ssb_info.h34 bool UpdateNrSsbIdInfo(int32_t slotId, std::shared_ptr<NrCellSsbIds> nrCellSsbIds);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_2/
H A DIRilCallback.idl98 * @param nrCellSsbIds is NR cell ssb Id info. For details, see {@link NrCellSsbIds}.
103 …sbIdResponse([in] struct RilRadioResponseInfo responseInfo, [in] struct NrCellSsbIds nrCellSsbIds);
/ohos5.0/drivers/interface/ril/v1_2/
H A DIRilCallback.idl98 * @param nrCellSsbIds is NR cell ssb Id info. For details, see {@link NrCellSsbIds}.
103 …sbIdResponse([in] struct RilRadioResponseInfo responseInfo, [in] struct NrCellSsbIds nrCellSsbIds);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Diril_callback.h.txt81 const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds) = 0;
H A Dril_callback_proxy.cpp.txt93 …::V1_1::RilRadioResponseInfo& responseInfo, const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds)
95 …return OHOS::HDI::Ril::V1_2::RilCallbackProxy::GetNrSsbIdResponse_(responseInfo, nrCellSsbIds, Rem…
933 …ResponseInfo& responseInfo, const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds, const sptr<IRe…
949 if (!OHOS::HDI::Ril::V1_2::NrCellSsbIdsBlockMarshalling(rilCallbackData, nrCellSsbIds)) {
950 HDF_LOGE("%{public}s: write nrCellSsbIds failed!", __func__);
H A Dril_callback_proxy.h.txt47 const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds) override;
438 const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds, const sptr<IRemoteObject> remote);
H A Dril_callback_stub.cpp.txt1214 OHOS::HDI::Ril::V1_2::NrCellSsbIds nrCellSsbIds;
1215 if (!NrCellSsbIdsBlockUnmarshalling(rilCallbackData, nrCellSsbIds)) {
1216 HDF_LOGE("%{public}s: read nrCellSsbIds failed!", __func__);
1225 int32_t rilCallbackRet = impl->GetNrSsbIdResponse(responseInfo, nrCellSsbIds);
H A Dril_callback_service.h.txt38 const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds) override;
H A Dril_callback_service.cpp.txt42 const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds)
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp887 const HDI::Ril::V1_2::NrCellSsbIds &nrCellSsbIds) in GetNrSsbIdResponse() argument
890 cout << "nrCellSsbIds rsrp: " << nrCellSsbIds.rsrp << endl; in GetNrSsbIdResponse()
891 cout << "nrCellSsbIds sinr: " << nrCellSsbIds.sinr << endl; in GetNrSsbIdResponse()
892 cout << "nrCellSsbIds nbCellCount: " << nrCellSsbIds.nbCellCount << endl; in GetNrSsbIdResponse()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp984 const HDI::Ril::V1_2::NrCellSsbIds &nrCellSsbIds) in GetNrSsbIdResponse() argument
986 TELEPHONY_LOGI("GetNrSsbIdResponse rsrp:%{public}d", nrCellSsbIds.rsrp); in GetNrSsbIdResponse()
987 TELEPHONY_LOGI("GetNrSsbIdResponse sinr:%{public}d", nrCellSsbIds.sinr); in GetNrSsbIdResponse()
988 TELEPHONY_LOGI("GetNrSsbIdResponse nbCellCount:%{public}d", nrCellSsbIds.nbCellCount); in GetNrSsbIdResponse()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h150 …int32_t BuildNrCellSsbIdsInfo(HDI::Ril::V1_2::NrCellSsbIds &nrCellSsbIds, const void *response, si…
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h102 const HDI::Ril::V1_2::NrCellSsbIds &nrCellSsbIds);
H A Dtel_ril_callback.h244 const HDI::Ril::V1_2::NrCellSsbIds &nrCellSsbIds) override;
/ohos5.0/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h251 const HDI::Ril::V1_2::NrCellSsbIds &nrCellSsbIds) override;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp3272 std::shared_ptr<NrCellSsbIds> nrCellSsbIds = std::make_shared<NrCellSsbIds>(); variable
3274 EXPECT_FALSE(nrSsbInfo->UpdateNrSsbIdInfo(SLOT_ID_0, nrCellSsbIds));
3277 EXPECT_TRUE(nrSsbInfo->UpdateNrSsbIdInfo(SLOT_ID_0, nrCellSsbIds));
3279 nrCellSsbIds->nbCellCount = 5;
3280 EXPECT_FALSE(nrSsbInfo->UpdateNrSsbIdInfo(SLOT_ID_0, nrCellSsbIds));
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h468 const HDI::Ril::V1_2::NrCellSsbIds &nrCellSsbIds) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/
H A Ddump.txt46 [in] ohos.hdi.ril.v1_2.NrCellSsbIds nrCellSsbIds);