Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MIN_LATITUDE
(Results
1 - 8
of
8
) sorted by relevance
/base/location/services/location_locator/locator/source/
H
A
D
report_manager.cpp
275
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
D
location.cpp
24
static constexpr double
MIN_LATITUDE
= -90.0;
member
29
latitude_ =
MIN_LATITUDE
- 1;
in Location()
/base/location/frameworks/cj/source/
H
A
D
geolocationmanager_utils.cpp
102
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
D
location_proxy_adapter_test.cpp
28
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
D
common_utils.h
93
static constexpr double
MIN_LATITUDE
= -90.0;
member
/base/location/frameworks/js/napi/source/
H
A
D
geofence_napi.cpp
170
if (fenceInfo.latitude > MAX_LATITUDE || fenceInfo.latitude <
MIN_LATITUDE
) {
in CheckGeofenceParameter()
H
A
D
napi_util.cpp
365
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
D
location_common_test.cpp
1071
location2->latitude_ =
MIN_LATITUDE
+ 1;
in HWTEST_F()
1073
location2->latitude_ =
MIN_LATITUDE
- 1;
in HWTEST_F()
Completed in 7 milliseconds