Home
last modified time | relevance | path

Searched refs:maxLongitude (Results 1 - 5 of 5) sorted by relevance

/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp187 double maxLongitude = request.maxLongitude; in CJGeoCodeRequestToMessageParcel() local
197 if (maxLongitude < Location::MIN_LONGITUDE || maxLongitude > Location::MAX_LONGITUDE) { in CJGeoCodeRequestToMessageParcel()
210 dataParcel.WriteDouble(maxLongitude); // longitude in CJGeoCodeRequestToMessageParcel()
/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_request.h54 void SetMaxLongitude(double maxLongitude);
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_request.cpp106 void GeoConvertRequest::SetMaxLongitude(double maxLongitude) in SetMaxLongitude() argument
108 maxLongitude_ = maxLongitude; in SetMaxLongitude()
195 parcel.WriteDouble(maxLongitude_); // maxLongitude in Marshalling()
226 maxLongitude_ = parcel.ReadDouble(); // maxLongitude in ReadFromParcel()
249 out.WriteDouble(in.ReadDouble()); // maxLongitude in OrderParcel()
/base/location/frameworks/cj/include/
H A Dgeolocationmanager_utils.h101 double maxLongitude; member
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp349 double maxLongitude = 0.0; in JsObjToGeoCodeRequest() local
363 CHK_ERROR_CODE("maxLongitude", JsObjectToDouble(env, object, "maxLongitude", maxLongitude), false); in JsObjToGeoCodeRequest()
374 if (maxLongitude < MIN_LONGITUDE || maxLongitude > MAX_LONGITUDE) { in JsObjToGeoCodeRequest()
387 dataParcel.WriteDouble(maxLongitude); // longitude in JsObjToGeoCodeRequest()

Completed in 5 milliseconds