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:callbackHost_
(Results
1 - 4
of
4
) sorted by relevance
/base/location/interfaces/inner_api/include/
H
A
D
geofence_async_context.h
38
sptr<LocationGnssGeofenceCallbackNapi>
callbackHost_
= nullptr;
member in OHOS::Location::GnssGeofenceAsyncContext
H
A
D
location_async_context.h
222
sptr<LocatorCallbackNapi>
callbackHost_
;
member in OHOS::Location::SingleLocationAsyncContext
226
: AsyncContext(env, work, deferred), timeout_(0),
callbackHost_
(nullptr), request_(nullptr) {}
in SingleLocationAsyncContext()
263
sptr<LocatingRequiredDataCallbackNapi>
callbackHost_
;
member in OHOS::Location::SingleScanAsyncContext
266
: AsyncContext(env, work, deferred), timeout_(0),
callbackHost_
(nullptr) {}
in SingleScanAsyncContext()
/base/location/frameworks/js/napi/source/
H
A
D
location_napi_adapter.cpp
963
asyncContext->
callbackHost_
= callback;
in CreateReverseGeocodeAsyncContext()
970
auto callbackHost = context->
callbackHost_
;
in CreateReverseGeocodeAsyncContext()
988
auto callbackHost = context->
callbackHost_
;
in CreateReverseGeocodeAsyncContext()
997
if (context->
callbackHost_
) {
in CreateReverseGeocodeAsyncContext()
998
context->
callbackHost_
= nullptr;
in CreateReverseGeocodeAsyncContext()
1089
asyncContext->
callbackHost_
= callback;
in CreateReverseGeocodeAsyncContext()
1096
auto callbackHost = context->
callbackHost_
;
in CreateReverseGeocodeAsyncContext()
1116
auto callbackHost = context->
callbackHost_
;
in CreateReverseGeocodeAsyncContext()
1168
asyncContext->
callbackHost_
= FindCallbackInGnssGeofenceCallbackHostMap(fenceId);
in CreateReverseGeocodeAsyncContext()
1177
auto callbackHost = context->
callbackHost_
;
in CreateReverseGeocodeAsyncContext()
[all...]
H
A
D
location_napi_event.cpp
416
auto callbackHost = context->
callbackHost_
;
in GenerateExecuteContext()
464
auto callbackHost = context->
callbackHost_
;
in GenerateCompleteContext()
471
if (context->
callbackHost_
) {
in GenerateCompleteContext()
472
context->
callbackHost_
= nullptr;
in GenerateCompleteContext()
484
asyncContext->
callbackHost_
= callback;
in CreateSingleLocationAsyncContext()
Completed in 6 milliseconds