/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | nr_ssb_info.cpp | 51 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 D | hril_network.cpp | 622 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 D | tel_ril_network.cpp | 402 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 D | tel_ril_callback.cpp | 784 …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 D | nr_ssb_info.h | 34 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 D | IRilCallback.idl | 98 * @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 D | IRilCallback.idl | 98 * @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 D | iril_callback.h.txt | 81 const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds) = 0;
|
H A D | ril_callback_proxy.cpp.txt | 93 …::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 D | ril_callback_proxy.h.txt | 47 const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds) override; 438 const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds, const sptr<IRemoteObject> remote);
|
H A D | ril_callback_stub.cpp.txt | 1214 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 D | ril_callback_service.h.txt | 38 const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds) override;
|
H A D | ril_callback_service.cpp.txt | 42 const OHOS::HDI::Ril::V1_2::NrCellSsbIds& nrCellSsbIds)
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 887 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 D | ril_callback_test.cpp | 984 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 D | hril_network.h | 150 …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 D | tel_ril_network.h | 102 const HDI::Ril::V1_2::NrCellSsbIds &nrCellSsbIds);
|
H A D | tel_ril_callback.h | 244 const HDI::Ril::V1_2::NrCellSsbIds &nrCellSsbIds) override;
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 251 const HDI::Ril::V1_2::NrCellSsbIds &nrCellSsbIds) override;
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 3272 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 D | ril_callback_test.h | 468 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 D | dump.txt | 46 [in] ohos.hdi.ril.v1_2.NrCellSsbIds nrCellSsbIds);
|