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:fenceId_
(Results
1 - 8
of
8
) sorted by relevance
/base/location/interfaces/inner_api/include/
H
A
D
geofence_async_context.h
40
int
fenceId_
{-1};
44
: AsyncContext(env, work, deferred),
fenceId_
(-1) {}
in GnssGeofenceAsyncContext()
H
A
D
location_gnss_geofence_callback_napi.h
91
int
fenceId_
;
member in OHOS::Location::LocationGnssGeofenceCallbackNapi
H
A
D
geofence_request.h
98
int
fenceId_
;
member in OHOS::Location::GeofenceRequest
/base/location/frameworks/native/geofence_sdk/source/
H
A
D
geofence_request.cpp
31
fenceId_
= -1;
in GeofenceRequest()
135
return
fenceId_
;
in GetFenceId()
140
fenceId_
= fenceId;
in SetFenceId()
/base/location/frameworks/js/napi/source/
H
A
D
location_gnss_geofence_callback_napi.cpp
36
fenceId_
= -1;
in LocationGnssGeofenceCallbackNapi()
294
fenceId_
= -1;
in ClearFenceId()
300
return
fenceId_
;
in GetFenceId()
306
fenceId_
= fenceId;
in SetFenceId()
H
A
D
location_napi_adapter.cpp
1167
asyncContext->
fenceId_
= fenceId;
in CreateReverseGeocodeAsyncContext()
1175
request->SetFenceId(context->
fenceId_
);
in CreateReverseGeocodeAsyncContext()
1202
RemoveCallbackToGnssGeofenceCallbackHostMap(context->
fenceId_
);
in CreateReverseGeocodeAsyncContext()
/base/location/services/location_gnss/gnss/source/
H
A
D
gnss_ability.cpp
102
fenceId_
= 0;
in GnssAbility()
652
if (
fenceId_
> FENCE_MAX_ID) {
in GenerateFenceId()
653
fenceId_
= 0;
in GenerateFenceId()
655
fenceId_
++;
in GenerateFenceId()
656
std::int32_t id =
fenceId_
;
in GenerateFenceId()
/base/location/services/location_gnss/gnss/include/
H
A
D
gnss_ability.h
278
int32_t
fenceId_
;
member in OHOS::Location::GnssAbility
Completed in 7 milliseconds