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:longitude_
(Results
1 - 12
of
12
) sorted by relevance
/base/location/frameworks/location_common/common/source/
H
A
D
geo_address.cpp
25
longitude_
= 0.0;
in GeoAddress()
53
return
longitude_
;
in GetLongitude()
76
longitude_
= in.ReadDouble();
in ReadFromParcel()
112
parcel.WriteDouble(
longitude_
);
in Marshalling()
/base/telephony/core_service/frameworks/native/src/
H
A
D
cell_location.cpp
131
if (!parcel.WriteInt32(
longitude_
)) {
in Marshalling()
173
longitude_
= rat;
in ReadFromParcel()
199
longitude_
= longitude;
in SetCdmaParam()
217
return
longitude_
;
in GetLongitude()
H
A
D
cell_information.cpp
863
longitude_
= longitude;
in SetCdmaParam()
872
longitude_
= cdmaCell.
longitude_
;
in CdmaCellInformation()
885
longitude_
= cdmaCell.
longitude_
;
in operator =()
898
longitude_
== other.
longitude_
&& nid_ == other.nid_ &&
in operator ==()
919
if (!parcel.WriteInt32(
longitude_
)) {
in Marshalling()
970
longitude_
= rat;
in ReadFromParcel()
1013
return
longitude_
;
in GetLongitude()
[all...]
/base/location/services/location_geocode/geocode/source/
H
A
D
geo_convert_request.cpp
25
longitude_
= 0.0;
in GeoConvertRequest()
63
return
longitude_
;
in GetLongitude()
68
longitude_
= longitude;
in SetLongitude()
186
parcel.WriteDouble(
longitude_
); // longitude
in Marshalling()
217
longitude_
= parcel.ReadDouble(); // longitude
in ReadFromParcel()
/base/location/frameworks/base_module/source/
H
A
D
location.cpp
30
longitude_
= MIN_LONGITUDE - 1;
in Location()
54
longitude_
= location.GetLongitude();
in Location()
80
longitude_
= parcel.ReadDouble();
in ReadFromParcel()
135
parcel.WriteDouble(
longitude_
) &&
in Marshalling()
/base/location/interfaces/inner_api/include/
H
A
D
location.h
43
return
longitude_
;
in GetLongitude()
48
longitude_
= longitude;
in SetLongitude()
262
double
longitude_
;
member in OHOS::Location::Location
H
A
D
geo_address.h
40
double
longitude_
;
member in OHOS::Location::GeoAddress
/base/location/services/location_geocode/geocode/include/
H
A
D
geo_convert_request.h
76
double
longitude_
;
member in OHOS::Location::GeoConvertRequest
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
cell_location.h
120
int32_t
longitude_
= 0;
member in OHOS::Telephony::CdmaCellLocation
H
A
D
cell_information.h
306
int32_t
longitude_
= 0;
member in OHOS::Telephony::CdmaCellInformation
/base/location/test/location_common/source/
H
A
D
location_common_test.cpp
120
EXPECT_EQ(MOCK_LONGITUDE, geoAddress->
longitude_
);
in VerifyGeoAddressReadFromParcel()
222
geoAddress->
longitude_
= 1.0;
in HWTEST_F()
1074
location2->
longitude_
= MIN_LONGITUDE + 1;
in HWTEST_F()
1076
location2->
longitude_
= MIN_LONGITUDE - 1;
in HWTEST_F()
/base/location/frameworks/js/napi/source/
H
A
D
napi_util.cpp
541
JsObjectToDouble(env, value, "longitude", address->
longitude_
);
in GetGeoAddressInfo()
Completed in 18 milliseconds