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:serviceProxy_
(Results
1 - 3
of
3
) sorted by relevance
/base/location/services/location_geocode/geocode/source/
H
A
D
geo_convert_service.cpp
154
std::chrono::seconds(GEOCONVERT_CONNECT_TIME_OUT), [this]() { return
serviceProxy_
!= nullptr; });
in ConnectService()
168
serviceProxy_
= remoteObject;
in NotifyConnected()
175
serviceProxy_
= nullptr;
in NotifyDisConnected()
289
return
serviceProxy_
!= nullptr &&
in IsConnect()
391
serviceProxy_
= nullptr;
in ResetServiceProxy()
397
if (
serviceProxy_
== nullptr) {
in RegisterGeoServiceDeathRecipient()
402
serviceProxy_
->AddDeathRecipient(geoServiceRecipient_);
in RegisterGeoServiceDeathRecipient()
409
if (
serviceProxy_
== nullptr) {
in UnRegisterGeoServiceDeathRecipient()
414
serviceProxy_
->RemoveDeathRecipient(geoServiceRecipient_);
in UnRegisterGeoServiceDeathRecipient()
423
if (
serviceProxy_
in SendGeocodeRequest()
[all...]
/base/location/test/location_geocode/source/
H
A
D
geo_convert_service_test.cpp
187
service_->
serviceProxy_
= serviceProxy;
in HWTEST_F()
228
service_->
serviceProxy_
= serviceProxy;
in HWTEST_F()
389
service_->
serviceProxy_
= serviceProxy;
in HWTEST_F()
399
service_->
serviceProxy_
= nullptr;
in HWTEST_F()
411
service_->
serviceProxy_
= serviceProxy;
in HWTEST_F()
459
service_->
serviceProxy_
= serviceProxy;
in HWTEST_F()
/base/location/services/location_geocode/geocode/include/
H
A
D
geo_convert_service.h
115
sptr<IRemoteObject>
serviceProxy_
= nullptr;
member in OHOS::Location::GeoConvertService
Completed in 2 milliseconds