Home
last modified time | relevance | path

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

/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp186 double maxLatitude = request.maxLatitude; in CJGeoCodeRequestToMessageParcel() local
194 if (maxLatitude < Location::MIN_LATITUDE || maxLatitude > Location::MAX_LATITUDE) { in CJGeoCodeRequestToMessageParcel()
209 dataParcel.WriteDouble(maxLatitude); // latitude in CJGeoCodeRequestToMessageParcel()
/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_request.h52 void SetMaxLatitude(double maxLatitude);
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_request.cpp96 void GeoConvertRequest::SetMaxLatitude(double maxLatitude) in SetMaxLatitude() argument
98 maxLatitude_ = maxLatitude; in SetMaxLatitude()
194 parcel.WriteDouble(maxLatitude_); // maxLatitude in Marshalling()
225 maxLatitude_ = parcel.ReadDouble(); // maxLatitude in ReadFromParcel()
248 out.WriteDouble(in.ReadDouble()); // maxLatitude in OrderParcel()
/base/location/frameworks/cj/include/
H A Dgeolocationmanager_utils.h100 double maxLatitude; member
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp348 double maxLatitude = 0.0; in JsObjToGeoCodeRequest() local
362 CHK_ERROR_CODE("maxLatitude", JsObjectToDouble(env, object, "maxLatitude", maxLatitude), false); in JsObjToGeoCodeRequest()
371 if (maxLatitude < MIN_LATITUDE || maxLatitude > MAX_LATITUDE) { in JsObjToGeoCodeRequest()
386 dataParcel.WriteDouble(maxLatitude); // latitude in JsObjToGeoCodeRequest()

Completed in 5 milliseconds