Home
last modified time | relevance | path

Searched refs:deathHandler_ (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_observer_controller.cpp123 : 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 Dscreen_session_ability_connection.h30 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 Dability_thread_client.cpp37 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 Dability_thread_client.h60 const OnRemoteDead deathHandler_; member in OHOS::AbilityThreadClient
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_observer_controller.h104 ObserverDeathHandler deathHandler_; member in OHOS::AAFwk::ConnectionObserverController::ObserverDeathRecipient
/foundation/window/window_manager/window_scene/screen_session_manager/src/connection/
H A Dscreen_session_ability_connection.cpp191 if (deathHandler_ == nullptr) { in OnRemoteDied()
195 deathHandler_(); in OnRemoteDied()

Completed in 3 milliseconds