Home
last modified time | relevance | path

Searched defs:taskHandler (Results 1 – 13 of 13) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
Duser_event_handler.cpp24 const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<UserController> &owner) in UserEventHandler()
Dability_event_handler.cpp26const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<AbilityManagerService> &s… in AbilityEventHandler()
Dability_bundle_event_callback.cpp26 AbilityBundleEventCallback::AbilityBundleEventCallback(std::shared_ptr<TaskHandlerWrap> taskHandler) in AbilityBundleEventCallback()
Dmission_list_manager.cpp1011 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in AttachAbilityThread() local
1224 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in DispatchForeground() local
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_mgr_service_event_handler.cpp23 AMSEventHandler::AMSEventHandler(const std::shared_ptr<AAFwk::TaskHandlerWrap> &taskHandler, in AMSEventHandler()
Dapp_running_record.cpp1165 void AppRunningRecord::SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) in SetTaskHandler()
/foundation/ability/ability_runtime/services/appmgr/include/
Dapp_mgr_service_inner.h480 void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) in SetTaskHandler()
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dability_connect_manager.h186 inline void SetTaskHandler(const std::shared_ptr<TaskHandlerWrap> &taskHandler) in SetTaskHandler()
/foundation/ability/ability_runtime/services/common/src/
Devent_handler_wrap.cpp28 EventHandlerWrap::EventHandlerWrap(std::shared_ptr<TaskHandlerWrap> taskHandler) in EventHandlerWrap()
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/
Dams_app_service_flow_module_test.cpp91 auto taskHandler = AAFwk::TaskHandlerWrap::CreateQueueHandler("AmsAppServiceFlowModuleTest"); in SetUp() local
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
Dams_mgr_scheduler_test.cpp137 auto taskHandler = AAFwk::TaskHandlerWrap::CreateQueueHandler("AmsMgrSchedulerTest"); variable
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
Dui_ability_lifecycle_manager.cpp234 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in DispatchForeground() local
1442 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in PrepareTerminateAbility() local
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
Dams_app_life_cycle_module_test.cpp139 auto taskHandler = AAFwk::TaskHandlerWrap::CreateQueueHandler("AmsAppLifeCycleModuleTest"); in SetUp() local