Home
last modified time | relevance | path

Searched refs:nbCellCount (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnr_ssb_info.cpp39 …nrCellSsbIdsInfo->SetNbCellSsbList(nrCellSsbIdsInfo_->nbCellCount, nrCellSsbIdsInfo_->nbCellSsbLis… in FillNrSsbIdInformation()
69 if (nrCellSsbIds->nbCellCount > NrSsbInformation::MAX_NBCELL_COUNT) { in UpdateNrSsbIdInfo()
70 TELEPHONY_LOGE("nbCellCount:%{public}d > MAX_NBCELL_COUNT", nrCellSsbIds->nbCellCount); in UpdateNrSsbIdInfo()
79 nrCellSsbIdsInfo_->nbCellCount = nrCellSsbIds->nbCellCount; in UpdateNrSsbIdInfo()
86 for (int32_t i = 0; i < nrCellSsbIds->nbCellCount; i++) { in UpdateNrSsbIdInfo()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnr_ssb_information.h62 int32_t nbCellCount = 0; member
77 …void SetNbCellSsbList(int32_t nbCellCount, std::vector<NeighboringCellSsbInformation> nbCellSsbLis…
H A Dtel_ril_network_parcel.h748 int32_t nbCellCount; member
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnr_ssb_information.cpp205 void NrSsbInformation::SetNbCellSsbList(int32_t nbCellCount, std::vector<NeighboringCellSsbInformat… in SetNbCellSsbList() argument
207 nbCellCount_ = (nbCellCount > MAX_NBCELL_COUNT) ? MAX_NBCELL_COUNT : nbCellCount; in SetNbCellSsbList()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dtypes.cpp.txt241 if (!data.WriteInt32(dataBlock.nbCellCount)) {
242 HDF_LOGE("%{public}s: write dataBlock.nbCellCount failed!", __func__);
296 if (!data.ReadInt32(dataBlock.nbCellCount)) {
297 HDF_LOGE("%{public}s: read dataBlock.nbCellCount failed!", __func__);
H A Dtypes.h.txt86 int32_t nbCellCount;
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h870 int32_t nbCellCount; member
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp408 nrCellSsbIdsInfo->nbCellCount = nrCellSsbIds.nbCellCount; in GetNrSsbIdResponse()
415 int32_t nbCellCount = in GetNrSsbIdResponse() local
416 …(nrCellSsbIdsInfo->nbCellCount > MAX_NBCELL_COUNT) ? MAX_NBCELL_COUNT : nrCellSsbIdsInfo->nbCellCo… in GetNrSsbIdResponse()
417 for (int32_t i = 0; i < nbCellCount; i++) { in GetNrSsbIdResponse()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_2/
H A DTypes.idl112 int nbCellCount;
/ohos5.0/drivers/interface/ril/v1_2/
H A DTypes.idl112 int nbCellCount;
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp629 nrCellSsbIds.nbCellCount = 0; in GetNrSsbIdResponse()
1405 if (temp->nbCellCount > MAX_NBCELL_COUNT) { in BuildNrCellSsbIdsInfo()
1415 nrCellSsbIds.nbCellCount = temp->nbCellCount; in BuildNrCellSsbIdsInfo()
1423 for (int32_t i = 0; i < temp->nbCellCount; i++) { in BuildNrCellSsbIdsInfo()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c2012 nrSsbIdInfo->nbCellCount = tempData; in FillNeighboringCellSsbId()
2013 if (nrSsbIdInfo->nbCellCount > MAX_NBCELL_COUNT || nrSsbIdInfo->nbCellSsbList == NULL) { in FillNeighboringCellSsbId()
2014 TELEPHONY_LOGE("ProcessNrSsbId failed nbCellCount: [%{public}d]", nrSsbIdInfo->nbCellCount); in FillNeighboringCellSsbId()
2021 for (int32_t i = 0; i < nrSsbIdInfo->nbCellCount; i++) { in FillNeighboringCellSsbId()
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp892 cout << "nrCellSsbIds nbCellCount: " << nrCellSsbIds.nbCellCount << endl; in GetNrSsbIdResponse()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp988 TELEPHONY_LOGI("GetNrSsbIdResponse nbCellCount:%{public}d", nrCellSsbIds.nbCellCount); in GetNrSsbIdResponse()
H A Dzero_branch_test.cpp829 nrSsbIdInfo.nbCellCount = 5;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/
H A Ddump.txt631 int nbCellCount;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp3279 nrCellSsbIds->nbCellCount = 5;