/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_network.cpp | 513 CellNearbyInfo cellInfo; in BuildNeighboringCellInfoList() local 614 CellNearbyInfo cellInfo; in BuildNeighboringCellInfoList() local 715 CurrentCellInfo cellInfo; in BuildCurrentCellInfoList() local 827 CurrentCellInformation cellInfo; in BuildCurrentCellInformationList() local 834 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info) in FillCurrentCellInformation() 865 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info) in FillGsmCurrentCellInformation() 878 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info) in FillLteCurrentCellInformation() 890 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info) in FillWcdmaCurrentCellInformation() 904 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info) in FillCdmaCurrentCellInformation() 918 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info) in FillTdscdmaCurrentCellInformation() [all …]
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | cell_info.cpp | 326 bool CellInfo::ProcessCurrentCell(CurrentCellInformation *cellInfo) in ProcessCurrentCell() 369 bool CellInfo::ProcessNeighboringCellGsm(CellNearbyInfo *cellInfo) in ProcessNeighboringCellGsm() 393 bool CellInfo::ProcessNeighboringCellLte(CellNearbyInfo *cellInfo) in ProcessNeighboringCellLte() 413 bool CellInfo::ProcessNeighboringCellWcdma(CellNearbyInfo *cellInfo) in ProcessNeighboringCellWcdma() 434 bool CellInfo::ProcessNeighboringCellCdma(CellNearbyInfo *cellInfo) in ProcessNeighboringCellCdma() 458 bool CellInfo::ProcessNeighboringCellTdscdma(CellNearbyInfo *cellInfo) in ProcessNeighboringCellTdscdma() 480 bool CellInfo::ProcessNeighboringCellNr(CellNearbyInfo *cellInfo) in ProcessNeighboringCellNr() 503 bool CellInfo::ProcessCurrentCellGsm(CurrentCellInformation *cellInfo) in ProcessCurrentCellGsm() 535 bool CellInfo::ProcessCurrentCellLte(CurrentCellInformation *cellInfo) in ProcessCurrentCellLte() 596 bool CellInfo::ProcessCurrentCellCdma(CurrentCellInformation *cellInfo) in ProcessCurrentCellCdma() [all …]
|
H A D | network_register.cpp | 326 std::vector<sptr<CellInformation>> cellInfo; in UpdateNsaState() local
|
H A D | network_search_manager.cpp | 1029 …NetworkSearchManager::GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) in GetCellInfoList()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/lpfence/ |
H A D | _cellfence_request.md | 37 ### cellInfo subsection
|
H A D | lpfence_request_cell_db.md | 28 ### cellInfo subsection
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 1034 HDI::Ril::V1_1::CellNearbyInfo cellInfo; in BuildNeighboringCellList() local 1053 HDI::Ril::V1_2::CellNearbyInfo_1_2 cellInfo; in BuildNeighboringCellList() local 1066 HDI::Ril::V1_1::CurrentCellInfo &cellInfo, const CurrentCellInfoVendor *hrilCellInfoVendor) in FillCellInfoType() 1102 HDI::Ril::V1_1::CurrentCellInfo_1_1 &cellInfo, const CurrentCellInfoVendor *hrilCellInfoVendor) in FillCellInfoType() 1152 HDI::Ril::V1_2::CurrentCellInfo_1_2 &cellInfo, const CurrentCellInfoVendor *hrilCellInfoVendor) in FillCellInfoType() 1202 HDI::Ril::V1_1::CurrentCellInfo &cellInfo, const CurrentCellInfoVendor *cellInfoVendor) in FillCurrentCellInfo() 1253 HDI::Ril::V1_1::CurrentCellInfo_1_1 &cellInfo, const CurrentCellInfoVendor *cellInfoVendor) in FillCurrentCellInfo() 1299 HDI::Ril::V1_2::CurrentCellInfo_1_2 &cellInfo, const CurrentCellInfoVendor *cellInfoVendor) in FillCurrentCellInfo() 1351 HDI::Ril::V1_1::CurrentCellInfo cellInfo; in BuildCurrentCellList() local 1370 HDI::Ril::V1_1::CurrentCellInfo_1_1 cellInfo; in BuildCurrentCellList() local [all …]
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 53 std::vector<sptr<CellInformation>> cellInfo = {}; variable 200 std::vector<sptr<CellInformation>> cellInfo = {}; variable
|
H A D | zero_branch_test.cpp | 129 auto cellInfo = std::make_shared<CellInfo>(networkSearchManager_, INVALID_SLOTID); variable 181 auto cellInfo = std::make_shared<CellInfo>(networkSearchManager_, INVALID_SLOTID); variable 227 auto cellInfo = std::make_shared<CellInfo>(networkSearchManager_, INVALID_SLOTID); variable 266 auto cellInfo = std::make_shared<CellInfo>(networkSearchManager_, 1); variable 302 auto cellInfo = std::make_shared<CellInfo>(networkSearchManager, INVALID_SLOTID); variable 342 auto cellInfo = std::make_shared<CellInfo>(networkSearchManager, INVALID_SLOTID); variable 1025 std::vector<sptr<CellInformation>> cellInfo; variable 2186 std::vector<sptr<CellInformation>> cellInfo; variable
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 380 for (auto cellInfo : cellListCurrentInfo.cellCurrentInfo) { in NetworkCurrentCellUpdated() local 422 for (auto cellInfo : cellListCurrentInfo.cellCurrentInfo) { in NetworkCurrentCellUpdated_1_1() local 464 for (auto cellInfo : cellListCurrentInfo.cellCurrentInfo) { in NetworkCurrentCellUpdated_1_2() local 597 for (auto cellInfo : cellInfoList.cellNearbyInfo) { in GetNeighboringCellInfoListResponse() local 638 for (auto cellInfo : cellInfoList.cellNearbyInfo) { in GetNeighboringCellInfoListResponse_1_2() local 679 for (auto cellInfo : cellInfoList.cellCurrentInfo) { in GetCurrentCellInfoResponse() local 723 for (auto cellInfo : cellListCurrentInfo.cellCurrentInfo) { in GetCurrentCellInfoResponse_1_1() local 767 for (auto cellInfo : cellListCurrentInfo.cellCurrentInfo) { in GetCurrentCellInfoResponse_1_2() local
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | napi_telephony_observer.cpp | 80 …std::unique_ptr<CellInfomationUpdate> cellInfo = std::make_unique<CellInfomationUpdate>(slotId, ve… in OnCellInfoUpdated() local
|
H A D | event_listener_handler.cpp | 767 … std::unique_ptr<CellInfomationContext> cellInfo(static_cast<CellInfomationContext *>(work->data)); in WorkCellInfomationUpdated() local
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/ |
H A D | gsmsmssender_fuzzer.cpp | 156 struct SplitInfo cellInfo; in SendSmsTest() local
|
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | zero_branch_test_tel_ril.cpp | 158 CellNearbyInfo cellInfo; variable
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 857 HDI::Ril::V1_1::CurrentCellInfo cellInfo; variable 900 CellInfo cellInfo; variable
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 1084 static int32_t ParseCellInfos(const char *str, const CellInfo *cellInfo) in ParseCellInfos() 1143 CellInfo *cellInfo = NULL; in ReqGetNeighboringCellInfoList() local
|
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_test.cpp | 846 sptr<CellInformation> cellInfo = sptr<CellInformation>(); variable
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1416 int32_t CoreService::GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) in GetCellInfoList()
|
H A D | core_service_stub.cpp | 1740 std::vector<sptr<CellInformation>> cellInfo; in OnGetCellInfoList() local
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 969 …_t CoreServiceClient::GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) in GetCellInfoList()
|
H A D | core_manager_inner.cpp | 1561 …2_t CoreManagerInner::GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) in GetCellInfoList()
|
H A D | core_service_proxy.cpp | 2691 …2_t CoreServiceProxy::GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) in GetCellInfoList()
|