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:singleLocation_
(Results
1 - 4
of
4
) sorted by relevance
/base/location/frameworks/cj/source/
H
A
D
locator_callback.cpp
26
singleLocation_
= nullptr;
in LocatorCallback()
36
singleLocation_
= nullptr;
in LocatorCallback()
160
singleLocation_
!= nullptr &&
in NeedSetSingleLocation()
171
(((
singleLocation_
->GetLocationSourceType() == Location::LocationSourceType::GNSS_TYPE ||
in IfReportAccuracyLocation()
172
singleLocation_
->GetLocationSourceType() == Location::LocationSourceType::RTK_TYPE) && inHdArea_) ||
in IfReportAccuracyLocation()
173
singleLocation_
->GetLocationSourceType() == Location::LocationSourceType::NETWORK_TYPE)) {
in IfReportAccuracyLocation()
183
singleLocation_
= std::make_shared<Location::Location>(*location);
in SetSingleLocation()
/base/location/frameworks/cj/include/
H
A
D
locator_callback.h
71
return
singleLocation_
;
in GetSingleLocation()
89
std::shared_ptr<Location::Location>
singleLocation_
;
member in OHOS::GeoLocationManager::LocatorCallback
/base/location/frameworks/js/napi/include/
H
A
D
locator_callback_napi.h
133
return
singleLocation_
;
in GetSingleLocation()
148
std::shared_ptr<Location>
singleLocation_
;
member in OHOS::Location::LocatorCallbackNapi
/base/location/frameworks/js/napi/source/
H
A
D
locator_callback_napi.cpp
47
singleLocation_
= nullptr;
in LocatorCallbackNapi()
421
singleLocation_
!= nullptr &&
in NeedSetSingleLocation()
432
(((
singleLocation_
->GetLocationSourceType() == LocationSourceType::GNSS_TYPE ||
in IfReportAccuracyLocation()
433
singleLocation_
->GetLocationSourceType() == LocationSourceType::RTK_TYPE) && inHdArea_) ||
in IfReportAccuracyLocation()
434
singleLocation_
->GetLocationSourceType() == LocationSourceType::NETWORK_TYPE)) {
in IfReportAccuracyLocation()
444
singleLocation_
= std::make_shared<Location>(*location);
in SetSingleLocation()
Completed in 2 milliseconds