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:maxLongitude
(Results
1 - 5
of
5
) sorted by relevance
/base/location/frameworks/cj/source/
H
A
D
geolocationmanager_utils.cpp
187
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
D
geo_convert_request.h
54
void SetMaxLongitude(double
maxLongitude
);
/base/location/services/location_geocode/geocode/source/
H
A
D
geo_convert_request.cpp
106
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
D
geolocationmanager_utils.h
101
double
maxLongitude
;
member
/base/location/frameworks/js/napi/source/
H
A
D
napi_util.cpp
349
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