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:deathHandler_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
connection_observer_controller.cpp
123
:
deathHandler_
(handler)
in ObserverDeathRecipient()
128
if (
deathHandler_
) {
in OnRemoteDied()
129
deathHandler_
(remote);
in OnRemoteDied()
/foundation/window/window_manager/window_scene/screen_session_manager/include/connection/
H
A
D
screen_session_ability_connection.h
30
std::function<void(void)> deathHandler) :
deathHandler_
(deathHandler) {}
in ScreenSessionAbilityDeathRecipient()
35
std::function<void(void)>
deathHandler_
;
member in OHOS::Rosen::ScreenSessionAbilityDeathRecipient
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H
A
D
ability_thread_client.cpp
37
OnRemoteDead handler) : token_(token), pid_(pid), svcIdentity_(svcIdentity),
deathHandler_
(handler)
in AbilityThreadClient()
42
: token_(client.token_), pid_(client.pid_), svcIdentity_(client.svcIdentity_),
deathHandler_
(client.
deathHandler_
)
in AbilityThreadClient()
62
if (AddDeathRecipient(svcIdentity_,
deathHandler_
, appInfo, &cbid_) != 0) {
in Initialize()
/foundation/ability/ability_lite/services/abilitymgr_lite/include/client/
H
A
D
ability_thread_client.h
60
const OnRemoteDead
deathHandler_
;
member in OHOS::AbilityThreadClient
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
connection_observer_controller.h
104
ObserverDeathHandler
deathHandler_
;
member in OHOS::AAFwk::ConnectionObserverController::ObserverDeathRecipient
/foundation/window/window_manager/window_scene/screen_session_manager/src/connection/
H
A
D
screen_session_ability_connection.cpp
191
if (
deathHandler_
== nullptr) {
in OnRemoteDied()
195
deathHandler_
();
in OnRemoteDied()
Completed in 3 milliseconds