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:GetSpeedAccuracy
(Results
1 - 6
of
6
) sorted by relevance
/base/location/frameworks/native/location_ndk/source/
H
A
D
location_info_callback_host.cpp
77
location_info.speedAccuracy = location->
GetSpeedAccuracy
();
in OnLocationReport()
/base/location/interfaces/inner_api/include/
H
A
D
location.h
196
inline double
GetSpeedAccuracy
() const
in GetSpeedAccuracy()
function in OHOS::Location::Location
/base/location/frameworks/base_module/source/
H
A
D
location.cpp
69
speedAccuracy_ = location.
GetSpeedAccuracy
();
in Location()
/base/location/frameworks/cj/source/
H
A
D
geolocationmanager_utils.cpp
74
.speedAccuracy = loc.
GetSpeedAccuracy
(), .directionAccuracy = loc.GetDirectionAccuracy(),
in NativeLocationToCJLocation()
/base/location/frameworks/js/napi/source/
H
A
D
napi_util.cpp
134
SetValueDouble(env, "speedAccuracy", locationInfo->
GetSpeedAccuracy
(), result);
in LocationToJs()
/base/location/services/location_gnss/gnss/source/
H
A
D
gnss_ability.cpp
591
refInfo.gnssLocation.speedAccuracy = nlpLocation_.
GetSpeedAccuracy
();
in InjectLocation()
Completed in 14 milliseconds