Home
last modified time | relevance | path

Searched refs:longitude (Results 1 - 25 of 37) sorted by relevance

12

/base/sensors/sensor/frameworks/native/include/
H A Dgeomagnetic_field.h24 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 Dgeo_coding_mock_info.cpp57 location_->longitude = parcel.ReadDouble(); in ReadFromParcel()
73 parcel.WriteDouble(location_->longitude) && in Marshalling()
/base/location/frameworks/cj/include/
H A Dgeolocationmanager_utils.h38 double longitude; member
71 double longitude; member
89 double longitude; member
107 double longitude; member
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp69 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 Dlocator_c_impl.h34 double longitude = 0.0; member
/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp174 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 Doh_location_type.h184 * 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 Dlocation.h46 inline void SetLongitude(double longitude) in SetLongitude() argument
48 longitude_ = longitude; in SetLongitude()
H A Dgeofence_request.h32 double longitude; member
H A Dconstant_definition.h209 double longitude; member
/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp195 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 Dgnss_event_callback_test.cpp81 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 Dlocation_info_callback_host.cpp58 location_info.longitude = location->GetLongitude(); in OnLocationReport()
H A Dlocator_c_impl.cpp112 location_Basic.longitude = location->longitude; in OH_LocationInfo_GetBasicInfo()
/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_request.h46 void SetLongitude(double longitude);
/base/sensors/sensor/frameworks/cj/include/
H A Dcj_sensor_ffi.h32 float longitude; member
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h85 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 Dtel_ril_network_parcel.h318 int32_t longitude; member
554 int32_t longitude; member
H A Dcell_information.h267 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 Dgeo_convert_request.cpp66 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 Dgeo_convert_service.cpp224 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 Dgeofence_request.cpp168 geofence_.longitude = data.ReadDouble(); in ReadFromParcel()
209 parcel.WriteDouble(geofence_.longitude); in Marshalling()
/base/sensors/sensor/frameworks/native/src/
H A Dgeomagnetic_field.cpp116 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 Dgnss_event_callback.cpp61 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 Dtel_ril_network.cpp556 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...]

Completed in 14 milliseconds

12