Home
last modified time | relevance | path

Searched refs:REMOTE_DIED (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dinsight_intent_execute_manager.h33 REMOTE_DIED enumerator
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h31 REMOTE_DIED, enumerator
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp186 result->second->state = InsightIntentExecuteState::REMOTE_DIED; in RemoteDied()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_test.cpp268 wms->OnWindowEvent(Event::REMOTE_DIED, remoteObject);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1148 if (event == Event::REMOTE_DIED) { in OnWindowEvent()
H A Dwindow_root.cpp1454 callback_(Event::REMOTE_DIED, remoteObject); in OnRemoteDied()