/base/sensors/sensor/frameworks/native/include/ |
H A D | geomagnetic_field.h | 24 GeomagneticField(float latitude, float longitude, float altitude, int64_t timeMillis); 39 void CalibrateGeocentricCoordinates(float latitude, float longitude, float altitude);
|
/base/location/frameworks/location_common/common/source/ |
H A D | geo_coding_mock_info.cpp | 57 location_->longitude = parcel.ReadDouble(); in ReadFromParcel() 73 parcel.WriteDouble(location_->longitude) && in Marshalling()
|
/base/location/frameworks/cj/include/ |
H A D | geolocationmanager_utils.h | 38 double longitude; member 71 double longitude; member 89 double longitude; member 107 double longitude; member
|
/base/location/frameworks/cj/source/ |
H A D | geolocationmanager_utils.cpp | 69 return CJLocation{ .latitude = loc.GetLatitude(), .longitude = loc.GetLongitude(), in NativeLocationToCJLocation() 98 double longitude = request.longitude; in CJReverseGeoCodeRequestToMessageParcel() local 105 if (longitude < Location::MIN_LONGITUDE || longitude > Location::MAX_LONGITUDE) { in CJReverseGeoCodeRequestToMessageParcel() 113 dataParcel.WriteDouble(longitude); // longitude in CJReverseGeoCodeRequestToMessageParcel() 151 eachObj.longitude = geoAddress->GetLongitude(); in ListGeoAddressToCJGeoAddressArr() 208 dataParcel.WriteDouble(minLongitude); // longitude in CJGeoCodeRequestToMessageParcel() 210 dataParcel.WriteDouble(maxLongitude); // longitude in CJGeoCodeRequestToMessageParcel() [all...] |
/base/location/frameworks/native/location_ndk/include/ |
H A D | locator_c_impl.h | 34 double longitude = 0.0; member
|
/base/location/frameworks/js/napi/source/ |
H A D | geofence_napi.cpp | 174 if (fenceInfo.longitude > MAX_LONGITUDE || fenceInfo.longitude < MIN_LONGITUDE) { in CheckGeofenceParameter() 175 LBSLOGE(LOCATOR_STANDARD, "longitude error."); in CheckGeofenceParameter() 206 if (JsObjectToDouble(env, geofenceValue, "longitude", geofence.longitude) != SUCCESS) { in JsObjToGeoFenceRequest() 207 LBSLOGE(LOCATOR_STANDARD, "parse longitude failed"); in JsObjToGeoFenceRequest()
|
/base/location/interfaces/c_api/include/ |
H A D | oh_location_type.h | 184 * Indicates longitude information, positive values indicate east longitude,\n 185 * and negative values indicate west longitude. The value range is -180 to 180.\n 188 double longitude; member
|
/base/location/interfaces/inner_api/include/ |
H A D | location.h | 46 inline void SetLongitude(double longitude) in SetLongitude() argument 48 longitude_ = longitude; in SetLongitude()
|
H A D | geofence_request.h | 32 double longitude; member
|
H A D | constant_definition.h | 209 double longitude; member
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | cell_location.cpp | 195 void CdmaCellLocation::SetCdmaParam(int32_t baseId, int32_t latitude, int32_t longitude, int32_t nid, int32_t sid) in SetCdmaParam() argument 199 longitude_ = longitude; in SetCdmaParam()
|
/base/location/test/location_gnss/source/ |
H A D | gnss_event_callback_test.cpp | 81 locationInfo.longitude = 2.0; in HWTEST_F() 195 locationInfo.longitude = 2.0; in HWTEST_F() 239 locationInfo.longitude = 2.0; in HWTEST_F()
|
/base/location/frameworks/native/location_ndk/source/ |
H A D | location_info_callback_host.cpp | 58 location_info.longitude = location->GetLongitude(); in OnLocationReport()
|
H A D | locator_c_impl.cpp | 112 location_Basic.longitude = location->longitude; in OH_LocationInfo_GetBasicInfo()
|
/base/location/services/location_geocode/geocode/include/ |
H A D | geo_convert_request.h | 46 void SetLongitude(double longitude);
|
/base/sensors/sensor/frameworks/cj/include/ |
H A D | cj_sensor_ffi.h | 32 float longitude; member
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_location.h | 85 void SetCdmaParam(int32_t baseId, int32_t latitude, int32_t longitude, int32_t nid, int32_t sid); 100 * @brief Obtain cdma base station longitude 102 * @return CDMA base station longitude
|
H A D | tel_ril_network_parcel.h | 318 int32_t longitude; member 554 int32_t longitude; member
|
H A D | cell_information.h | 267 void SetCdmaParam(int32_t baseId, int32_t latitude, int32_t longitude, int32_t nid, int32_t sid); 271 void UpdateLocation(int32_t baseId, int32_t latitude, int32_t longitude); 285 * @brief Obtain cdma base station longitude 287 * @return CDMA base station longitude
|
/base/location/services/location_geocode/geocode/source/ |
H A D | geo_convert_request.cpp | 66 void GeoConvertRequest::SetLongitude(double longitude) in SetLongitude() argument 68 longitude_ = longitude; in SetLongitude() 186 parcel.WriteDouble(longitude_); // longitude in Marshalling() 217 longitude_ = parcel.ReadDouble(); // longitude in ReadFromParcel() 240 out.WriteDouble(in.ReadDouble()); // longitude in OrderParcel()
|
H A D | geo_convert_service.cpp | 224 request.longitude = data.ReadDouble(); in ReportAddressMock() 233 !CommonUtils::DoubleEqual(request.longitude, info->GetLocation()->longitude)) { in ReportAddressMock()
|
/base/location/frameworks/native/geofence_sdk/source/ |
H A D | geofence_request.cpp | 168 geofence_.longitude = data.ReadDouble();
in ReadFromParcel() 209 parcel.WriteDouble(geofence_.longitude);
in Marshalling()
|
/base/sensors/sensor/frameworks/native/src/ |
H A D | geomagnetic_field.cpp | 116 GeomagneticField::GeomagneticField(float latitude, float longitude, float altitude, int64_t timeMillis) in GeomagneticField() argument 121 CalibrateGeocentricCoordinates(gcLatitude, longitude, altitude); in GeomagneticField() 206 void GeomagneticField::CalibrateGeocentricCoordinates(float latitude, float longitude, float altitude) in CalibrateGeocentricCoordinates() argument 218 g_geocentricLongitude = static_cast<float>(ToRadians(longitude)); in CalibrateGeocentricCoordinates()
|
/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_event_callback.cpp | 61 locationNew->SetLongitude(location.longitude); in ReportLocation() 90 "longitude", std::to_string(location.longitude)}); in ReportLocation()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_network.cpp | 556 cellInfo.ServiceCellParas.cdma.longitude = info.serviceCells.cdma.longitude; in FillCdmaCellNearbyInfo() 685 cellInfo.ServiceCellParas.cdma.longitude = info.serviceCells.cdma.longitude; in FillCdmaCellNearbyInfo() 797 cellInfo.ServiceCellParas.cdma.longitude = info.serviceCells.cdma.longitude; in FillCdmaCurrentCellInfo() 914 cellInfo.ServiceCellParas.cdma.longitude = info.serviceCells.cdma.longitude; in FillCdmaCurrentCellInformation() 1034 cellInfo.ServiceCellParas.cdma.longitude = info.serviceCells.cdma.longitude; in FillCdmaCurrentCellInformation() [all...] |