Home
last modified time | relevance | path

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

12

/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
Dcontrol_interceptor.h31 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
Dstart_other_app_interceptor.h30 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
Dscreen_unlock_interceptor.h28 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
Dcrowd_test_interceptor.h28 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
Dability_jump_interceptor.h32 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
Ddisposed_rule_interceptor.h36 void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
Decological_rule_interceptor.h37 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
Dability_interceptor_interface.h61 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) {}; in SetTaskHandler()
/foundation/ability/ability_runtime/services/abilitymgr/src/
Duser_event_handler.cpp23 const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<UserController> &owner) in UserEventHandler()
Dability_event_handler.cpp24const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<AbilityManagerService> &s… in AbilityEventHandler()
Dability_bundle_event_callback.cpp34std::shared_ptr<TaskHandlerWrap> taskHandler, std::shared_ptr<AbilityAutoStartupService> abilityAu… in AbilityBundleEventCallback()
Dsub_managers_helper.cpp31 std::shared_ptr<TaskHandlerWrap> taskHandler, std::shared_ptr<AbilityEventHandler> eventHandler) in SubManagersHelper()
Dimplicit_start_processor.cpp56 auto taskHandler = instance_->GetTaskHandler(); in SendAbilityEvent() local
Dmission_list_manager.cpp1037 auto taskHandler = AbilityManagerService::GetPubInstance()->GetTaskHandler(); in AttachAbilityThread() local
1257 auto taskHandler = AbilityManagerService::GetPubInstance()->GetTaskHandler(); in DispatchForeground() local
2599 auto taskHandler = AbilityManagerService::GetPubInstance()->GetTaskHandler(); in OnAbilityDied() 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.cpp1370 void AppRunningRecord::SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) in SetTaskHandler()
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
Dability_interceptor_executer.cpp56 void AbilityInterceptorExecuter::SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) in SetTaskHandler()
/foundation/ability/ability_runtime/services/common/src/
Devent_handler_wrap.cpp29 EventHandlerWrap::EventHandlerWrap(std::shared_ptr<TaskHandlerWrap> taskHandler) in EventHandlerWrap()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinterceptorexecuter_fuzzer/
Dabilitymgrinterceptorexecuter_fuzzer.cpp79 std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dability_connect_manager.h225 inline void SetTaskHandler(const std::shared_ptr<TaskHandlerWrap> &taskHandler) in SetTaskHandler()
/foundation/ability/ability_runtime/services/appmgr/include/
Dapp_mgr_service_inner.h618 void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) in SetTaskHandler()
/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/services/abilitymgr/src/scene_board/
Dui_ability_lifecycle_manager.cpp457 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in DispatchForeground() local
1624 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in OnAbilityDied() local
2046 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in PrepareTerminateAbility() local
2469 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in BatchCloseUIAbility() local
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
Dams_mgr_scheduler_test.cpp142 auto taskHandler = AAFwk::TaskHandlerWrap::CreateQueueHandler("AmsMgrSchedulerTest"); variable
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
Dams_app_life_cycle_module_test.cpp138 auto taskHandler = AAFwk::TaskHandlerWrap::CreateQueueHandler("AmsAppLifeCycleModuleTest"); in SetUp() local

12