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:g_locatorProxy
(Results
1 - 4
of
4
) sorted by relevance
/base/web/webview/ohos_wrapper/src/
H
A
D
nweb_location_wrapper.cpp
24
auto
g_locatorProxy
= Locator::GetInstance();
member
29
if (!NWeb::
g_locatorProxy
) {
in IsLocationEnable()
30
WVLOG_E("
g_locatorProxy
is nullptr");
in IsLocationEnable()
33
LocationErrCode ret = NWeb::
g_locatorProxy
->IsLocationEnabledV9(isEnabled);
in IsLocationEnable()
45
if (!NWeb::
g_locatorProxy
|| !requestConfig || !callback) {
in StartLocating()
46
WVLOG_E("
g_locatorProxy
is nullptr");
in StartLocating()
49
LocationErrCode ret = NWeb::
g_locatorProxy
->StartLocatingV9(
in StartLocating()
60
if (!NWeb::
g_locatorProxy
|| !callback) {
in StopLocating()
61
WVLOG_E("
g_locatorProxy
is nullptr");
in StopLocating()
64
LocationErrCode ret = NWeb::
g_locatorProxy
in StopLocating()
[all...]
/base/location/frameworks/cj/source/
H
A
D
geolocationmanager_impl.cpp
41
auto
g_locatorProxy
= Location::Locator::GetInstance();
member
92
Location::LocationErrCode errorCode =
g_locatorProxy
->IsLocationEnabledV9(isEnabled);
in CheckLocationSwitchEnable()
118
Location::LocationErrCode errorCode =
g_locatorProxy
->IsLocationEnabledV9(isEnabled);
in CheckLocationSwitchState()
130
if (
g_locatorProxy
== nullptr) {
in GetLastLocation()
134
auto loc =
g_locatorProxy
->GetCachedLocation();
in GetLastLocation()
146
if (
g_locatorProxy
== nullptr) {
in IsLocationEnabled()
151
errCode =
g_locatorProxy
->IsLocationEnabledV9(isEnabled);
in IsLocationEnabled()
157
if (
g_locatorProxy
== nullptr) {
in IsGeocoderAvailable()
163
errCode =
g_locatorProxy
->IsGeoServiceAvailableV9(isAvailable);
in IsGeocoderAvailable()
169
if (
g_locatorProxy
in GetCachedGnssLocationsSize()
[all...]
/base/location/frameworks/js/napi/source/
H
A
D
location_napi_event.cpp
43
auto
g_locatorProxy
= Locator::GetInstance();
member
122
g_locatorProxy
->RegisterSwitchCallback(switchCallbackHost->AsObject(), DEFAULT_UID);
in SubscribeLocationServiceState()
131
return
g_locatorProxy
->RegisterSwitchCallbackV9(switchCallbackHost->AsObject());
in SubscribeLocationServiceStateV9()
140
g_locatorProxy
->RegisterGnssStatusCallback(gnssStatusCallbackHost->AsObject(), DEFAULT_UID);
in SubscribeGnssStatus()
153
return
g_locatorProxy
->RegisterGnssStatusCallbackV9(gnssStatusCallbackHost->AsObject());
in SubscribeGnssStatusV9()
162
g_locatorProxy
->RegisterNmeaMessageCallback(nmeaMessageCallbackHost->AsObject(), DEFAULT_UID);
in SubscribeNmeaMessage()
175
return
g_locatorProxy
->RegisterNmeaMessageCallbackV9(nmeaMessageCallbackHost->AsObject());
in SubscribeNmeaMessageV9()
182
g_locatorProxy
->UnregisterSwitchCallback(switchCallbackHost->AsObject());
in UnSubscribeLocationServiceState()
189
return
g_locatorProxy
->UnregisterSwitchCallbackV9(switchCallbackHost->AsObject());
in UnSubscribeLocationServiceStateV9()
196
g_locatorProxy
in UnSubscribeGnssStatus()
[all...]
/base/location/frameworks/native/location_ndk/source/
H
A
D
locator_c_impl.cpp
38
auto
g_locatorProxy
= OHOS::Location::Locator::GetInstance();
variable
46
auto errCode =
g_locatorProxy
->IsLocationEnabledV9(isEnabled);
in OH_Location_IsLocatingEnabled()
76
auto errCode =
g_locatorProxy
->StartLocatingV9(requestConfigV9, locatorCallback);
in OH_Location_StartLocating()
96
auto errCode =
g_locatorProxy
->StopLocatingV9(locatorCallback);
in OH_Location_StopLocating()
Completed in 4 milliseconds