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:speedAccuracy
(Results
1 - 9
of
9
) sorted by relevance
/base/location/frameworks/native/location_ndk/include/
H
A
D
locator_c_impl.h
43
double
speedAccuracy
= 0.0;
member
/base/location/interfaces/c_api/include/
H
A
D
oh_location_type.h
220
double
speedAccuracy
;
member
/base/location/interfaces/inner_api/include/
H
A
D
location.h
201
inline void SetSpeedAccuracy(double
speedAccuracy
)
in SetSpeedAccuracy()
argument
203
speedAccuracy_ =
speedAccuracy
;
in SetSpeedAccuracy()
/base/location/frameworks/native/location_ndk/source/
H
A
D
location_info_callback_host.cpp
77
location_info.
speedAccuracy
= location->GetSpeedAccuracy();
in OnLocationReport()
H
A
D
locator_c_impl.cpp
120
location_Basic.
speedAccuracy
= location->
speedAccuracy
;
in OH_LocationInfo_GetBasicInfo()
/base/location/frameworks/cj/include/
H
A
D
geolocationmanager_utils.h
49
double
speedAccuracy
;
member
/base/location/services/location_gnss/gnss/source/
H
A
D
gnss_event_callback.cpp
67
locationNew->SetSpeedAccuracy(location.
speedAccuracy
);
in ReportLocation()
H
A
D
gnss_ability.cpp
591
refInfo.gnssLocation.
speedAccuracy
= nlpLocation_.GetSpeedAccuracy();
in InjectLocation()
/base/location/frameworks/cj/source/
H
A
D
geolocationmanager_utils.cpp
74
.
speedAccuracy
= loc.GetSpeedAccuracy(), .directionAccuracy = loc.GetDirectionAccuracy(),
in NativeLocationToCJLocation()
Completed in 7 milliseconds