Home
last modified time | relevance | path

Searched refs:ListenerDeathRecipient (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H A Dmission_listener_controller.h141 class ListenerDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::AAFwk::MissionListenerController
144 explicit ListenerDeathRecipient(ListenerDiedHandler handler);
145 ~ListenerDeathRecipient() = default;
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_listener_controller.h64 class ListenerDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::Rosen::SessionListenerController
67 explicit ListenerDeathRecipient(ListenerDiedHandler handler) : diedHandler_(std::move(handler)) {} in ListenerDeathRecipient() function in OHOS::Rosen::SessionListenerController::ListenerDeathRecipient
68 ~ListenerDeathRecipient() = default;
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_listener_controller.cpp61 new ListenerDeathRecipient([thisWeakPtr](const wptr<IRemoteObject> &remote) { in AddMissionListener()
314 MissionListenerController::ListenerDeathRecipient::ListenerDeathRecipient(ListenerDiedHandler handler) in ListenerDeathRecipient() function in OHOS::AAFwk::MissionListenerController::ListenerDeathRecipient
318 void MissionListenerController::ListenerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_sched_mission_manager.h142 class ListenerDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::DistributedSchedule::DistributedSchedMissionManager
146 sptr<ListenerDeathRecipient> listenerDeath_;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_listener_controller.cpp49 listenerDeathRecipient_ = sptr<ListenerDeathRecipient>::MakeSptr(task); in AddSessionListener()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_listener_controller_test.cpp393 * @tc.name: ListenerDeathRecipient
394 * @tc.desc: ListenerDeathRecipient class test
397 HWTEST_F(SessionListenerControllerTest, ListenerDeathRecipient, Function | SmallTest | Level2) in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp61 listenerDeath_ = new ListenerDeathRecipient(); in Init()
609 void DistributedSchedMissionManager::ListenerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()

Completed in 5 milliseconds