Searched refs:zoneId (Results 1 - 8 of 8) sorted by relevance
/base/global/i18n/frameworks/intl/include/ |
H A D | system_locale_manager.h | 66 std::string zoneId; member
|
/base/global/i18n/frameworks/zone/src/ |
H A D | zone_util.cpp | 462 std::string zoneId = zones[i];
in Match() local 463 UnicodeString unicodeZoneID(zoneId.data(), zoneId.length());
in Match() 472 matchedZoneId = zoneId;
in Match() 476 if (strcmp(zoneId.c_str(), systemTimezone.c_str()) == 0) {
in Match()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_network_parcel.h | 306 int32_t zoneId; member 542 int32_t zoneId; member
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_network.cpp | 552 cellInfo.ServiceCellParas.cdma.zoneId = info.serviceCells.cdma.zoneId; in FillCdmaCellNearbyInfo() 681 cellInfo.ServiceCellParas.cdma.zoneId = info.serviceCells.cdma.zoneId; in FillCdmaCellNearbyInfo() 793 cellInfo.ServiceCellParas.cdma.zoneId = info.serviceCells.cdma.zoneId; in FillCdmaCurrentCellInfo() 910 cellInfo.ServiceCellParas.cdma.zoneId = info.serviceCells.cdma.zoneId; in FillCdmaCurrentCellInformation() 1030 cellInfo.ServiceCellParas.cdma.zoneId = info.serviceCells.cdma.zoneId; in FillCdmaCurrentCellInformation() [all...] |
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 956 cellInfo.serviceCells.cdma.zoneId = hrilCellPtr->ServiceCellParas.cdma.zoneId; in FillCellNearbyInfoCdma() 1032 cellInfo.serviceCells.cdma.zoneId = hrilCellPtr->ServiceCellParas.cdma.zoneId; in FillCellNearbyInfoCdma() 1095 cellInfo.serviceCells.cdma.zoneId = hrilCellInfoVendor->ServiceCellParas.cdma.zoneId; in FillCellInfoType() 1133 cellInfo.serviceCells.cdma.zoneId = hrilCellInfoVendor->ServiceCellParas.cdma.zoneId; in FillCellInfoType() 1183 cellInfo.serviceCells.cdma.zoneId = hrilCellInfoVendor->ServiceCellParas.cdma.zoneId; in FillCellInfoType() [all...] |
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_network_defs.h | 425 int32_t zoneId; member
|
/base/global/i18n/interfaces/js/kits/src/ |
H A D | system_locale_manager_addon.cpp | 217 status = napi_set_named_property(env, result, "zoneId", in CreateTimeZoneCityItem() 218 VariableConvertor::CreateString(env, timezoneCityItem.zoneId)); in CreateTimeZoneCityItem() 220 HILOG_ERROR_I18N("Failed to set element zoneId."); in CreateTimeZoneCityItem()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 985 if (NextInt(&pStr, &ci->ServiceCellParas.cdma.zoneId) < 0) { in ParseCellInfoCdma() 1258 NextIntFromHex(&line, &response->ServiceCellParas.cdma.zoneId); in ParseGetCdmaCellInfoLine() 1266 "ParseGetCdmaCellInfoLine systemId:%{private}d,networkId:%{private}d,baseId:%{private}d,zoneId:%{private}d" in ParseGetCdmaCellInfoLine() 1269 response->ServiceCellParas.cdma.baseId, response->ServiceCellParas.cdma.zoneId, in ParseGetCdmaCellInfoLine()
|
Completed in 12 milliseconds