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:saStatusListener_
(Results
1 - 5
of
5
) sorted by relevance
/base/location/services/location_locator/locator/source/
H
A
D
locator_msdp_monitor_manager.cpp
35
saStatusListener_
= nullptr;
in ~LocatorMsdpMonitorManager()
46
saStatusListener_
= sptr<MsdpMotionServiceStatusChange>(new MsdpMotionServiceStatusChange());
in Init()
47
if (
saStatusListener_
== nullptr) {
in Init()
48
LBSLOGE(LOCATOR, "%{public}s
saStatusListener_
is nullptr!", __func__);
in Init()
52
saStatusListener_
);
in Init()
/base/location/test/location_locator/source/
H
A
D
locator_msdp_monitor_manager_test.cpp
75
locatorMsdpMonitorManager->
saStatusListener_
->OnRemoveSystemAbility();
in HWTEST_F()
86
locatorMsdpMonitorManager->
saStatusListener_
->OnRemoveSystemAbility();
in HWTEST_F()
/base/location/services/location_locator/locator/include/
H
A
D
locator_msdp_monitor_manager.h
45
sptr<ISystemAbilityStatusChange>
saStatusListener_
;
member in OHOS::Location::LocatorMsdpMonitorManager
/base/location/interfaces/inner_api/include/
H
A
D
locator_impl.h
659
sptr<ISystemAbilityStatusChange>
saStatusListener_
=
member in OHOS::Location::LocatorImpl
/base/location/frameworks/native/locator_sdk/source/
H
A
D
locator_impl.cpp
1354
if (
saStatusListener_
== nullptr) {
in GetProxy()
1355
saStatusListener_
= sptr<LocatorSystemAbilityListener>(new LocatorSystemAbilityListener());
in GetProxy()
1357
int32_t result = sam->SubscribeSystemAbility(static_cast<int32_t>(LOCATION_LOCATOR_SA_ID),
saStatusListener_
);
in GetProxy()
Completed in 5 milliseconds