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:REMOVE_FENCE
(Results
1 - 7
of
7
) sorted by relevance
/base/location/interfaces/inner_api/include/
H
A
D
locationhub_ipc_interface_code.h
50
REMOVE_FENCE
= 28,
member in OHOS::Location::LocatorInterfaceCode
/base/location/frameworks/native/geofence_sdk/source/
H
A
D
geofence_sdk.cpp
168
return HandleGnssfenceRequest(LocatorInterfaceCode::
REMOVE_FENCE
, request);
in RemoveFenceV9()
/base/location/services/location_gnss/gnss/include/
H
A
D
gnss_ability.h
99
REMOVE_FENCE
= 0x0106,
member in OHOS::Location::GnssAbilityInterfaceCode
/base/location/services/location_locator/locator/source/
H
A
D
locator_skeleton.cpp
240
locatorHandleMap_[LocatorInterfaceCode::
REMOVE_FENCE
] =
in ConstructGnssEnhanceHandleMap()
710
return DoProcessFenceRequest(LocatorInterfaceCode::
REMOVE_FENCE
, data, reply, identity);
in PreRemoveFence()
728
} else if (code == LocatorInterfaceCode::
REMOVE_FENCE
) {
in DoProcessFenceRequest()
/base/location/services/location_gnss/gnss/source/
H
A
D
gnss_ability_skeleton.cpp
302
SendMessage(static_cast<uint32_t>(GnssAbilityInterfaceCode::
REMOVE_FENCE
), data, reply);
in RemoveFenceInner()
H
A
D
gnss_ability.cpp
1519
case static_cast<uint32_t>(GnssAbilityInterfaceCode::
REMOVE_FENCE
): {
in SendMessage()
1613
gnssEventProcessMap_[static_cast<uint32_t>(GnssAbilityInterfaceCode::
REMOVE_FENCE
)] =
in InitGnssEventProcessMap()
/base/location/test/fuzztest/locator/locatorabilitystub_fuzzer/
H
A
D
locatorabilitystub_fuzzer.cpp
600
ability->OnRemoteRequest(static_cast<int>(LocatorInterfaceCode::
REMOVE_FENCE
),
in LocatorAbilityStub031FuzzTest()
Completed in 11 milliseconds