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:GeofenceManager
(Results
1 - 8
of
8
) sorted by relevance
/base/location/frameworks/native/geofence_sdk/source/
H
A
D
geofence_sdk.cpp
25
GeofenceManager
*
GeofenceManager
::GetInstance()
in GetInstance()
27
static
GeofenceManager
data;
in GetInstance()
31
GeofenceManager
::
GeofenceManager
()
in GeofenceManager()
function in OHOS::Location::GeofenceManager
35
GeofenceManager
::~
GeofenceManager
()
in ~GeofenceManager()
38
void
GeofenceManager
::ResetGeofenceSdkProxy(const wptr<IRemoteObject> &remote)
in ResetGeofenceSdkProxy()
55
sptr<GeofenceSdk>
GeofenceManager
::GetProxy()
in GetProxy()
82
LocationErrCode
GeofenceManager
[all...]
/base/location/interfaces/inner_api/include/
H
A
D
geofence_sdk.h
46
class
GeofenceManager
{
class
48
static
GeofenceManager
* GetInstance();
49
explicit
GeofenceManager
();
50
~
GeofenceManager
();
82
explicit GeofenceManagerDeathRecipient(
GeofenceManager
&impl) : impl_(impl) {}
in GeofenceManagerDeathRecipient()
89
GeofenceManager
&impl_;
/base/location/test/location_geofence/include/
H
A
D
geofence_sdk_test.h
29
GeofenceManager
* geofenceManager_;
/base/location/test/location_geofence/source/
H
A
D
geofence_sdk_test.cpp
24
geofenceManager_ =
GeofenceManager
::GetInstance();
in SetUp()
/base/location/test/location_locator/source/
H
A
D
location_without_permission_test.cpp
263
auto geofenceSdk =
GeofenceManager
::GetInstance();
in HWTEST_F()
/base/location/frameworks/cj/source/
H
A
D
geolocationmanager_impl.cpp
42
auto g_geofenceClient = Location::
GeofenceManager
::GetInstance();
/base/location/frameworks/js/napi/source/
H
A
D
location_napi_event.cpp
44
auto g_geofenceProxy =
GeofenceManager
::GetInstance();
H
A
D
location_napi_adapter.cpp
27
auto g_geofenceClient =
GeofenceManager
::GetInstance();
Completed in 9 milliseconds