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:LocatorProxy
(Results
1 - 12
of
12
) sorted by relevance
/base/location/frameworks/native/locator_sdk/source/
H
A
D
locator_proxy.cpp
42
LocatorProxy
::
LocatorProxy
(const sptr<IRemoteObject> &impl)
in LocatorProxy()
function in OHOS::Location::LocatorProxy
47
int
LocatorProxy
::GetSwitchState()
in GetSwitchState()
60
void
LocatorProxy
::EnableAbility(bool isEnabled)
in EnableAbility()
72
void
LocatorProxy
::UpdateSaAbility()
in UpdateSaAbility()
78
int
LocatorProxy
::SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply)
in SendMsgWithDataReply()
93
int
LocatorProxy
::SendMsgWithReply(const int msgId, MessageParcel& reply)
in SendMsgWithReply()
104
int
LocatorProxy
::SendSimpleMsg(const int msgId)
in SendSimpleMsg()
110
int
LocatorProxy
::SendRegisterMsgToRemote(const int msgId, const sptr<IRemoteObject>& callback, pid_t uid)
in SendRegisterMsgToRemote()
132
void
LocatorProxy
[all...]
H
A
D
locator_impl.cpp
82
sptr<
LocatorProxy
> proxy = GetProxy();
in IsLocationEnabled()
115
sptr<
LocatorProxy
> proxy = GetProxy();
in EnableAbility()
132
sptr<
LocatorProxy
> proxy = GetProxy();
in StartLocating()
153
sptr<
LocatorProxy
> proxy = GetProxy();
in StopLocating()
171
sptr<
LocatorProxy
> proxy = GetProxy();
in GetCachedLocation()
215
sptr<
LocatorProxy
> proxy = GetProxy();
in RegisterGnssStatusCallback()
234
sptr<
LocatorProxy
> proxy = GetProxy();
in UnregisterGnssStatusCallback()
249
sptr<
LocatorProxy
> proxy = GetProxy();
in RegisterNmeaMessageCallback()
268
sptr<
LocatorProxy
> proxy = GetProxy();
in UnregisterNmeaMessageCallback()
317
sptr<
LocatorProxy
> prox
in RegisterCachedLocationCallback()
[all...]
H
A
D
country_code_manager.cpp
188
if (!dataParcel.WriteInterfaceToken(
LocatorProxy
::GetDescriptor())) {
in GetCountryCodeByLocation()
/base/location/test/fuzztest/locator/locator_fuzzer/
H
A
D
locator_fuzzer.h
44
class LocatorProxyTestFuzzer : public
LocatorProxy
{
47
:
LocatorProxy
(impl)
in LocatorProxyTestFuzzer()
/base/location/interfaces/inner_api/include/
H
A
D
locator_proxy.h
41
class
LocatorProxy
: public IRemoteProxy<ILocator> {
class
43
explicit
LocatorProxy
(const sptr<IRemoteObject> &impl);
44
~
LocatorProxy
() = default;
128
static inline BrokerDelegator<
LocatorProxy
> delegator_;
H
A
D
locator_impl.h
617
sptr<
LocatorProxy
> GetProxy();
650
sptr<
LocatorProxy
> client_ { nullptr };
/base/location/test/location_locator/include/
H
A
D
locator_service_test.h
50
sptr<
LocatorProxy
> proxy_;
/base/location/test/location_locator/source/
H
A
D
locator_impl_test.cpp
356
request001.WriteInterfaceToken(
LocatorProxy
::GetDescriptor());
in HWTEST_F()
383
request002.WriteInterfaceToken(
LocatorProxy
::GetDescriptor());
in HWTEST_F()
406
request003.WriteInterfaceToken(
LocatorProxy
::GetDescriptor());
in HWTEST_F()
H
A
D
locator_service_test.cpp
91
proxy_ = new (std::nothrow)
LocatorProxy
(object);
in SetUp()
674
data.WriteInterfaceToken(
LocatorProxy
::GetDescriptor());
in HWTEST_F()
799
data.WriteInterfaceToken(
LocatorProxy
::GetDescriptor());
in HWTEST_F()
836
data.WriteInterfaceToken(
LocatorProxy
::GetDescriptor());
in HWTEST_F()
1369
request001.WriteInterfaceToken(
LocatorProxy
::GetDescriptor());
in HWTEST_F()
1395
request002.WriteInterfaceToken(
LocatorProxy
::GetDescriptor());
in HWTEST_F()
1420
request003.WriteInterfaceToken(
LocatorProxy
::GetDescriptor());
in HWTEST_F()
/base/location/frameworks/cj/source/
H
A
D
geolocationmanager_utils.cpp
108
if (!dataParcel.WriteInterfaceToken(Location::
LocatorProxy
::GetDescriptor())) {
in CJReverseGeoCodeRequestToMessageParcel()
200
if (!dataParcel.WriteInterfaceToken(Location::
LocatorProxy
::GetDescriptor())) {
in CJGeoCodeRequestToMessageParcel()
/base/location/frameworks/js/napi/source/
H
A
D
napi_util.cpp
377
if (!dataParcel.WriteInterfaceToken(
LocatorProxy
::GetDescriptor())) {
in JsObjToGeoCodeRequest()
413
if (!dataParcel.WriteInterfaceToken(
LocatorProxy
::GetDescriptor())) {
in JsObjToReverseGeoCodeRequest()
/base/location/test/location_manager/source/
H
A
D
locator_skeleton_test.cpp
1613
data.WriteInterfaceToken(
LocatorProxy
::GetDescriptor());
in HWTEST_F()
1646
data.WriteInterfaceToken(
LocatorProxy
::GetDescriptor());
in HWTEST_F()
Completed in 15 milliseconds