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:GetFenceId
(Results
1 - 10
of
10
) sorted by relevance
/base/location/interfaces/inner_api/include/
H
A
D
location_gnss_geofence_callback_napi.h
44
int
GetFenceId
();
H
A
D
geofence_request.h
75
int
GetFenceId
();
/base/location/frameworks/native/geofence_sdk/source/
H
A
D
geofence_request.cpp
45
this->SetFenceId(geofenceRequest.
GetFenceId
());
in GeofenceRequest()
133
int GeofenceRequest::
GetFenceId
()
in GetFenceId()
function in OHOS::Location::GeofenceRequest
H
A
D
geofence_sdk.cpp
204
data.WriteInt32(request->
GetFenceId
());
in RemoveGnssGeofence()
/base/location/test/location_geofence/source/
H
A
D
location_gnss_geofence_callback_host_test.cpp
123
int fenceId = callback->
GetFenceId
();
in HWTEST_F()
126
fenceId = callback->
GetFenceId
();
in HWTEST_F()
/base/location/frameworks/js/napi/source/
H
A
D
location_gnss_geofence_callback_napi.cpp
179
if ((type != addValue && fenceId ==
GetFenceId
()) ||
in OnReportOperationResult()
297
int LocationGnssGeofenceCallbackNapi::
GetFenceId
()
in GetFenceId()
function in OHOS::Location::LocationGnssGeofenceCallbackNapi
H
A
D
location_napi_adapter.cpp
1121
int fenceId = callbackHost->
GetFenceId
();
in CreateReverseGeocodeAsyncContext()
/base/location/services/location_gnss/gnss/source/
H
A
D
gnss_ability.cpp
639
int32_t ret = geofenceInterface->DeleteGnssGeofence(request->
GetFenceId
());
in RemoveFence()
716
if (!CheckBundleNameInGnssGeofenceRequestMap(request->GetBundleName(), request->
GetFenceId
())) {
in RemoveGnssGeofence()
726
int32_t ret = geofenceInterface->DeleteGnssGeofence(request->
GetFenceId
());
in RemoveGnssGeofence()
740
auto fenceIdInMap = requestInMap->
GetFenceId
();
in UnregisterGnssGeofenceCallback()
763
auto fenceIdInMap = requestInMap->
GetFenceId
();
in CheckBundleNameInGnssGeofenceRequestMap()
860
if (request->
GetFenceId
() == fenceId) {
in GetGeofenceRequestByFenceId()
/base/location/services/location_locator/locator/source/
H
A
D
gnss_ability_proxy.cpp
342
dataToStub.WriteInt32(request->
GetFenceId
());
in RemoveGnssGeofence()
H
A
D
locator_ability.cpp
749
dataToStub.WriteInt32(request->
GetFenceId
());
in RemoveGnssGeofence()
Completed in 12 milliseconds