Home
last modified time | relevance | path

Searched refs:OnListenerDied (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dapp_state_subscriber.cpp37 impl_->OnListenerDied(); in ~AppStateSubscriber()
126 void AppStateSubscriber::AppStateSubscriberImpl::OnListenerDied() in OnListenerDied() function in OHOS::Memory::AppStateSubscriber::AppStateSubscriberImpl
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_listener_controller_test.cpp370 HWTEST_F(SessionListenerControllerTest, OnListenerDied, Function | SmallTest | Level2)
376 slController->OnListenerDied(remote);
381 slController->OnListenerDied(remote);
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dapp_state_subscriber.h146 void OnListenerDied();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_listener_controller.h65 void OnListenerDied(const wptr<IRemoteObject>& remote);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_listener_controller.cpp64 controller->OnListenerDied(remote); in AddMissionListener()
294 void MissionListenerController::OnListenerDied(const wptr<IRemoteObject> &remote) in OnListenerDied() function in OHOS::AAFwk::MissionListenerController
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_listener_controller.cpp62 controller->OnListenerDied(remote); in AddSessionListener()
316 void SessionListenerController::OnListenerDied(const wptr<IRemoteObject>& remote) in OnListenerDied() function in OHOS::Rosen::SessionListenerController
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dmission_listener_controller.h128 void OnListenerDied(const wptr<IRemoteObject> &remote);