Home
last modified time | relevance | path

Searched refs:TASK_ON_CALLBACK_DIED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_connect_manager.h639 const std::string TASK_ON_CALLBACK_DIED = "OnCallbackDiedTask";
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1632 const std::string TASK_ON_CALLBACK_DIED = "OnCallbackDiedTask"; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp1978 taskHandler_->SubmitTask(task, TASK_ON_CALLBACK_DIED); in OnCallBackDied()