Home
last modified time | relevance | path

Searched refs:cellInfo (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp513 CellNearbyInfo cellInfo; in BuildNeighboringCellInfoList() local
583 cellInfo.ratType = info.ratType; in FillCellNearbyInfo()
614 CellNearbyInfo cellInfo; in BuildNeighboringCellInfoList() local
622 cellInfo.ratType = info.ratType; in FillCellNearbyInfo()
715 CurrentCellInfo cellInfo; in BuildCurrentCellInfoList() local
724 cellInfo.mcc = info.mcc; in FillCurrentCellInfo()
725 cellInfo.mnc = info.mnc; in FillCurrentCellInfo()
837 cellInfo.mcc = info.mcc; in FillCurrentCellInformation()
838 cellInfo.mnc = info.mnc; in FillCurrentCellInformation()
957 cellInfo.mcc = info.mcc; in FillCurrentCellInformation()
[all …]
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp88 if (cellInfo == nullptr) { in ProcessNeighboringCellInfo()
372 if (cellInfo == nullptr) { in ProcessNeighboringCellGsm()
396 if (cellInfo == nullptr) { in ProcessNeighboringCellLte()
416 if (cellInfo == nullptr) { in ProcessNeighboringCellWcdma()
518 cell->Init(cellInfo->mcc, cellInfo->mnc, cellId); in ProcessCurrentCellGsm()
550 cell->Init(cellInfo->mcc, cellInfo->mnc, cellId); in ProcessCurrentCellLte()
581 cell->Init(cellInfo->mcc, cellInfo->mnc, cellId); in ProcessCurrentCellWcdma()
612 cell->Init(cellInfo->mcc, cellInfo->mnc, baseId); in ProcessCurrentCellCdma()
643 cell->Init(cellInfo->mcc, cellInfo->mnc, cellId); in ProcessCurrentCellTdscdma()
675 cell->Init(cellInfo->mcc, cellInfo->mnc, 0); in ProcessCurrentCellNr()
[all …]
H A Dnetwork_register.cpp326 std::vector<sptr<CellInformation>> cellInfo; in UpdateNsaState() local
327 networkSearchManager->GetCellInfoList(slotId_, cellInfo); in UpdateNsaState()
329 auto iter = cellInfo.begin(); in UpdateNsaState()
330 while (iter != cellInfo.end()) { in UpdateNsaState()
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp879 cellInfo.ratType = cellPtr->ratType; in FillCellNearbyInfo()
953 cellInfo.ratType = cellPtr->ratType; in FillCellNearbyInfo()
1040 FillCellNearbyInfo(cellInfo, cell); in BuildNeighboringCellList()
1059 FillCellNearbyInfo(cellInfo, cell); in BuildNeighboringCellList()
1205 cellInfo.mcc = cellInfoVendor->mcc; in FillCurrentCellInfo()
1206 cellInfo.mnc = cellInfoVendor->mnc; in FillCurrentCellInfo()
1256 cellInfo.mcc = cellInfoVendor->mcc; in FillCurrentCellInfo()
1257 cellInfo.mnc = cellInfoVendor->mnc; in FillCurrentCellInfo()
1302 cellInfo.mcc = cellInfoVendor->mcc; in FillCurrentCellInfo()
1303 cellInfo.mnc = cellInfoVendor->mnc; in FillCurrentCellInfo()
[all …]
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp384 switch (static_cast<RatType>(cellInfo.ratType)) { in NetworkCurrentCellUpdated()
426 switch (static_cast<RatType>(cellInfo.ratType)) { in NetworkCurrentCellUpdated_1_1()
468 switch (static_cast<RatType>(cellInfo.ratType)) { in NetworkCurrentCellUpdated_1_2()
597 for (auto cellInfo : cellInfoList.cellNearbyInfo) { in GetNeighboringCellInfoListResponse() local
599 switch (static_cast<RatType>(cellInfo.ratType)) { in GetNeighboringCellInfoListResponse()
638 for (auto cellInfo : cellInfoList.cellNearbyInfo) { in GetNeighboringCellInfoListResponse_1_2() local
640 switch (static_cast<RatType>(cellInfo.ratType)) { in GetNeighboringCellInfoListResponse_1_2()
679 for (auto cellInfo : cellInfoList.cellCurrentInfo) { in GetCurrentCellInfoResponse() local
683 switch (static_cast<RatType>(cellInfo.ratType)) { in GetCurrentCellInfoResponse()
727 switch (static_cast<RatType>(cellInfo.ratType)) { in GetCurrentCellInfoResponse_1_1()
[all …]
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dcell_info.h44 bool ProcessNeighboringCellGsm(CellNearbyInfo *cellInfo);
45 bool ProcessNeighboringCellLte(CellNearbyInfo *cellInfo);
46 bool ProcessNeighboringCellWcdma(CellNearbyInfo *cellInfo);
47 bool ProcessNeighboringCellCdma(CellNearbyInfo *cellInfo);
48 bool ProcessNeighboringCellTdscdma(CellNearbyInfo *cellInfo);
49 bool ProcessNeighboringCellNr(CellNearbyInfo *cellInfo);
50 bool ProcessCurrentCell(CurrentCellInformation *cellInfo);
52 bool ProcessCurrentCellLte(CurrentCellInformation *cellInfo);
53 bool ProcessCurrentCellGsm(CurrentCellInformation *cellInfo);
54 bool ProcessCurrentCellCdma(CurrentCellInformation *cellInfo);
[all …]
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h147 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info);
149 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info);
151 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info);
153 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info);
155 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info);
157 CurrentCellInformation &cellInfo, const HDI::Ril::V1_1::CurrentCellInfo_1_1 &info);
162 CurrentCellInformation &cellInfo, const HDI::Ril::V1_2::CurrentCellInfo_1_2 &info);
164 CurrentCellInformation &cellInfo, const HDI::Ril::V1_2::CurrentCellInfo_1_2 &info);
166 CurrentCellInformation &cellInfo, const HDI::Ril::V1_2::CurrentCellInfo_1_2 &info);
168 CurrentCellInformation &cellInfo, const HDI::Ril::V1_2::CurrentCellInfo_1_2 &info);
[all …]
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h120 void FillCellNearbyInfo(HDI::Ril::V1_1::CellNearbyInfo &cellInfo, const CellInfo *cellPtr);
121 …void FillCellNearbyInfoTdscdma(HDI::Ril::V1_1::CellNearbyInfo &cellInfo, const CellInfo *hrilCellP…
122 …void FillCellNearbyInfoCdma(HDI::Ril::V1_1::CellNearbyInfo &cellInfo, const CellInfo *hrilCellPtr);
126 void FillCellNearbyInfo(HDI::Ril::V1_2::CellNearbyInfo_1_2 &cellInfo, const CellInfo *cellPtr);
127 …void FillCellNearbyInfoTdscdma(HDI::Ril::V1_2::CellNearbyInfo_1_2 &cellInfo, const CellInfo *hrilC…
128 …void FillCellNearbyInfoCdma(HDI::Ril::V1_2::CellNearbyInfo_1_2 &cellInfo, const CellInfo *hrilCell…
133 …void FillCurrentCellInfo(HDI::Ril::V1_1::CurrentCellInfo &cellInfo, const CurrentCellInfoVendor *c…
138 … HDI::Ril::V1_1::CurrentCellInfo_1_1 &cellInfo, const CurrentCellInfoVendor *hrilCellInfoVendor);
140 HDI::Ril::V1_1::CurrentCellInfo_1_1 &cellInfo, const CurrentCellInfoVendor *cellInfoVendor);
145 … HDI::Ril::V1_2::CurrentCellInfo_1_2 &cellInfo, const CurrentCellInfoVendor *hrilCellInfoVendor);
[all …]
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp143 cellInfo->GetCellInfoList(cellInfoList);
149 cellInfo->UpdateCellLocation(0, 1, 1);
150 cellInfo->UpdateCellLocation(1, 1, 1);
151 cellInfo->GetCellLocation();
152 cellInfo->NotifyCellInfoUpdated();
276 cellInfo->GetCurrentSignalLevelGsm(0);
277 cellInfo->GetCurrentSignalLevelLte(0);
280 cellInfo->GetCurrentSignalLevelNr(0);
327 cellInfo->UpdateCellLocation(1, 1, 1);
1027 ASSERT_TRUE(cellInfo.empty());
[all …]
H A Dsim_core_service_test.cpp53 std::vector<sptr<CellInformation>> cellInfo = {}; variable
54 EXPECT_NE(mCoreService->GetCellInfoList(0, cellInfo), TELEPHONY_ERR_SUCCESS);
200 std::vector<sptr<CellInformation>> cellInfo = {}; variable
201 EXPECT_NE(mCoreService->GetCellInfoList(0, cellInfo), TELEPHONY_ERR_SUCCESS);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/lpfence/
H A D_cellfence_request.md21 | struct [CellfenceInfo](_cellfence_info.md)[] [cellInfo](#cellinfo) | 基站围栏信息,详见[CellfenceInfo](_ce…
37 ### cellInfo subsection
40 struct CellfenceInfo [] CellfenceRequest::cellInfo
H A Dlpfence_request_cell_db.md22 | struct [GeofenceCellInfo](lpfence_geofence_cell_info.md)[] [cellInfo](#cellinfo) | 设备最新的基站数据信息。详见…
28 ### cellInfo subsection
31 struct GeofenceCellInfo [] RequestCellDb::cellInfo
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp857 HDI::Ril::V1_1::CurrentCellInfo cellInfo; variable
862 network->FillCurrentCellInfo(cellInfo, &infoVendor);
900 CellInfo cellInfo; variable
903 cellInfo.ratType = NETWORK_TYPE_GSM;
906 cellInfo.ratType = NETWORK_TYPE_LTE;
909 cellInfo.ratType = NETWORK_TYPE_WCDMA;
912 cellInfo.ratType = NETWORK_TYPE_CDMA;
915 cellInfo.ratType = NETWORK_TYPE_TDSCDMA;
918 cellInfo.ratType = NETWORK_TYPE_NR;
921 cellInfo.ratType = NETWORK_TYPE_UNKNOWN;
[all …]
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/
H A Dgsmsmssender_fuzzer.cpp156 struct SplitInfo cellInfo; in SendSmsTest() local
157 cellInfo.langId = static_cast<MSG_LANGUAGE_ID_T>(data[0]); in SendSmsTest()
158 cellInfo.encodeType = static_cast<DataCodingScheme>(data[0] % TYPE_NUM); in SendSmsTest()
159 cellInfo.encodeData.push_back(data[0]); in SendSmsTest()
160 cellsInfos.push_back(cellInfo); in SendSmsTest()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp80 …std::unique_ptr<CellInfomationUpdate> cellInfo = std::make_unique<CellInfomationUpdate>(slotId, ve… in OnCellInfoUpdated() local
81 if (cellInfo == nullptr) { in OnCellInfoUpdated()
85 …Manager::SendEvent(ToUint32t(TelephonyCallbackEventId::EVENT_ON_CELL_INFOMATION_UPDATE), cellInfo); in OnCellInfoUpdated()
H A Devent_listener_handler.cpp767 … std::unique_ptr<CellInfomationContext> cellInfo(static_cast<CellInfomationContext *>(work->data)); in WorkCellInfomationUpdated() local
769 napi_create_array(cellInfo->env, &callbackValue); in WorkCellInfomationUpdated()
770 for (size_t i = 0; i < cellInfo->cellInfoVec.size(); i++) { in WorkCellInfomationUpdated()
771 napi_value val = CellInfoConversion(cellInfo->env, *(cellInfo->cellInfoVec[i])); in WorkCellInfomationUpdated()
772 napi_set_element(cellInfo->env, callbackValue, i, val); in WorkCellInfomationUpdated()
774 NapiReturnToJS(cellInfo->env, cellInfo->callbackRef, callbackValue, lock); in WorkCellInfomationUpdated()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_infos.h64 CellInfomationUpdate(int32_t slotId, const std::vector<sptr<CellInformation>> &cellInfo) in CellInfomationUpdate()
65 : UpdateInfo(slotId), cellInfoVec_(cellInfo) {} in CellInfomationUpdate()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_cellfence_v1_0/cpp_target/location/lpfence/cellfence/v1_0/
H A Dcellfence_types.cpp.txt101 if (!WritePodArray(data, dataBlock.cellInfo)) {
102 HDF_LOGE("%{public}s: failed to write dataBlock.cellInfo", __func__);
115 if (!ReadPodArray(data, dataBlock.cellInfo)) {
116 HDF_LOGE("%{public}s: failed to read dataBlock.cellInfo", __func__);
H A Dcellfence_types.h.txt69 std::vector<OHOS::HDI::Location::Lpfence::Cellfence::V1_0::CellfenceInfo> cellInfo;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_geofence_v1_0/cpp_target/location/lpfence/geofence/v1_0/
H A Dgeofence_types.cpp.txt366 if (!data.WriteUint32(dataBlock.cellInfo.size())) {
367 HDF_LOGE("%{public}s: failed write dataBlock.cellInfo.size", __func__);
370 for (const auto& it0 : dataBlock.cellInfo) {
398 dataBlock.cellInfo.clear();
399 dataBlock.cellInfo.reserve(cellInfoSize);
406 dataBlock.cellInfo.push_back(value0);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_cellfence_v1_0/dump_ast_target/
H A Ddump.txt55 ohos.hdi.location.lpfence.cellfence.v1_0.CellfenceInfo[] cellInfo;
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c1084 static int32_t ParseCellInfos(const char *str, const CellInfo *cellInfo) in ParseCellInfos() argument
1086 CellInfo *ci = (CellInfo *)cellInfo; in ParseCellInfos()
1143 CellInfo *cellInfo = NULL; in ReqGetNeighboringCellInfoList() local
1166 cellInfo = (CellInfo *)calloc(countCellInfo, sizeof(CellInfo)); in ReqGetNeighboringCellInfoList()
1167 if (cellInfo == NULL) { in ReqGetNeighboringCellInfoList()
1173 if (ParseCellInfos(pLine->data, &cellInfo[index]) != 0) { in ReqGetNeighboringCellInfoList()
1179 cellInfoList.cellNearbyInfo = cellInfo; in ReqGetNeighboringCellInfoList()
1181 free(cellInfo); in ReqGetNeighboringCellInfoList()
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dzero_branch_test_tel_ril.cpp158 CellNearbyInfo cellInfo; variable
161 telRilNetwork->FillCellNearbyInfo(cellInfo, info);
/ohos5.0/drivers/interface/location/lpfence/cellfence/v1_0/
H A DCellfenceTypes.idl78 struct CellfenceInfo[] cellInfo;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_cellfence_v1_0/foo/location/lpfence/cellfence/v1_0/
H A DCellfenceTypes.idl78 struct CellfenceInfo[] cellInfo;

12