Home
last modified time | relevance | path

Searched refs:ci (Results 1 - 3 of 3) sorted by relevance

/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c859 static int32_t ParseCellInfoGsm(const char *str, CellInfo *ci) in ParseCellInfoGsm() argument
861 if (str == NULL || ci == NULL) { in ParseCellInfoGsm()
866 (void)memset_s(ci, sizeof(CellInfo), 0, sizeof(CellInfo)); in ParseCellInfoGsm()
874 if (NextInt(&pStr, &ci->ServiceCellParas.gsm.band) < 0) { in ParseCellInfoGsm()
877 if (NextInt(&pStr, &ci->ServiceCellParas.gsm.arfcn) < 0) { in ParseCellInfoGsm()
880 if (NextInt(&pStr, &ci->ServiceCellParas.gsm.bsic) < 0) { in ParseCellInfoGsm()
883 if (NextIntFromHex(&pStr, &ci->ServiceCellParas.gsm.cellId) < 0) { in ParseCellInfoGsm()
886 if (NextIntFromHex(&pStr, &ci->ServiceCellParas.gsm.lac) < 0) { in ParseCellInfoGsm()
889 if (NextInt(&pStr, &ci->ServiceCellParas.gsm.rxlev) < 0) { in ParseCellInfoGsm()
892 ci in ParseCellInfoGsm()
896 ParseCellInfoLte(const char *str, CellInfo *ci) ParseCellInfoLte() argument
930 ParseCellInfoWcdma(const char *str, CellInfo *ci) ParseCellInfoWcdma() argument
961 ParseCellInfoCdma(const char *str, CellInfo *ci) ParseCellInfoCdma() argument
1007 ParseCellInfoTdscdma(const char *str, CellInfo *ci) ParseCellInfoTdscdma() argument
1053 ParseCellInfoNr(const char *str, CellInfo *ci) ParseCellInfoNr() argument
1086 CellInfo *ci = (CellInfo *)cellInfo; ParseCellInfos() local
[all...]
/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp38 [](CellInfo *ci, CellNearbyInfo *cellInfo) { return ci->ProcessNeighboringCellGsm(cellInfo); } },
40 [](CellInfo *ci, CellNearbyInfo *cellInfo) { return ci->ProcessNeighboringCellCdma(cellInfo); } },
42 [](CellInfo *ci, CellNearbyInfo *cellInfo) { return ci->ProcessNeighboringCellWcdma(cellInfo); } },
44 [](CellInfo *ci, CellNearbyInfo *cellInfo) { return ci->ProcessNeighboringCellTdscdma(cellInfo); } },
46 [](CellInfo *ci, CellNearbyInfo *cellInfo) { return ci
[all...]
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_proxy.cpp3423 CarrierIdentifier &ci = eUiccRulesAuthTable.carrierIds_[j]; in ParseRulesAuthTableReply() local
3424 ci.mcc_ = reply.ReadString16(); in ParseRulesAuthTableReply()
3425 ci.mnc_ = reply.ReadString16(); in ParseRulesAuthTableReply()
3426 ci.spn_ = reply.ReadString16(); in ParseRulesAuthTableReply()
3427 ci.imsi_ = reply.ReadString16(); in ParseRulesAuthTableReply()
3428 ci.gid1_ = reply.ReadString16(); in ParseRulesAuthTableReply()
3429 ci.gid2_ = reply.ReadString16(); in ParseRulesAuthTableReply()
3430 ci.carrierId_ = reply.ReadInt32(); in ParseRulesAuthTableReply()
3431 ci.specificCarrierId_ = reply.ReadInt32(); in ParseRulesAuthTableReply()

Completed in 14 milliseconds