Home
last modified time | relevance | path

Searched refs:MIN_LATITUDE (Results 1 - 8 of 8) sorted by relevance

/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp275 if (CommonUtils::DoubleEqual(request->GetLastLocation()->GetLatitude(), MIN_LATITUDE - 1) || in ResultCheck()
335 if (CommonUtils::DoubleEqual(lastLocation->GetLatitude(), MIN_LATITUDE - 1)) { in GetLastLocation()
349 if (!CommonUtils::DoubleEqual(cacheGnssLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
352 } else if (!CommonUtils::DoubleEqual(cacheNlpLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
357 if (!CommonUtils::DoubleEqual(cacheGnssLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
360 } else if (!CommonUtils::DoubleEqual(cacheNlpLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
/base/location/frameworks/base_module/source/
H A Dlocation.cpp24 static constexpr double MIN_LATITUDE = -90.0; member
29 latitude_ = MIN_LATITUDE - 1; in Location()
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp102 if (latitude < Location::MIN_LATITUDE || latitude > Location::MAX_LATITUDE) { in CJReverseGeoCodeRequestToMessageParcel()
188 if (minLatitude < Location::MIN_LATITUDE || minLatitude > Location::MAX_LATITUDE) { in CJGeoCodeRequestToMessageParcel()
194 if (maxLatitude < Location::MIN_LATITUDE || maxLatitude > Location::MAX_LATITUDE) { in CJGeoCodeRequestToMessageParcel()
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp28 static constexpr double MIN_LATITUDE = -90.0; member
157 EXPECT_NEAR(latitude, MIN_LATITUDE - 1, 0.01); in HWTEST_F()
/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h93 static constexpr double MIN_LATITUDE = -90.0; member
/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp170 if (fenceInfo.latitude > MAX_LATITUDE || fenceInfo.latitude < MIN_LATITUDE) { in CheckGeofenceParameter()
H A Dnapi_util.cpp365 if (minLatitude < MIN_LATITUDE || minLatitude > MAX_LATITUDE) { in JsObjToGeoCodeRequest()
371 if (maxLatitude < MIN_LATITUDE || maxLatitude > MAX_LATITUDE) { in JsObjToGeoCodeRequest()
407 if (latitude < MIN_LATITUDE || latitude > MAX_LATITUDE) { in JsObjToReverseGeoCodeRequest()
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp1071 location2->latitude_ = MIN_LATITUDE + 1; in HWTEST_F()
1073 location2->latitude_ = MIN_LATITUDE - 1; in HWTEST_F()

Completed in 7 milliseconds