Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Dcontrol_interceptor.h31 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
H A Dcrowd_test_interceptor.h28 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
H A Dscreen_unlock_interceptor.h28 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
H A Dstart_other_app_interceptor.h30 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
H A Dability_jump_interceptor.h32 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
H A Ddisposed_rule_interceptor.h36 void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
H A Decological_rule_interceptor.h37 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
H A Dability_interceptor_interface.h61 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) {}; in SetTaskHandler()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_event_handler.cpp23 const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<UserController> &owner) in UserEventHandler()
H A Dability_event_handler.cpp24const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<AbilityManagerService> &s… in AbilityEventHandler()
H A Dability_bundle_event_callback.cpp34std::shared_ptr<TaskHandlerWrap> taskHandler, std::shared_ptr<AbilityAutoStartupService> abilityAu… in AbilityBundleEventCallback()
H A Dsub_managers_helper.cpp31 std::shared_ptr<TaskHandlerWrap> taskHandler, std::shared_ptr<AbilityEventHandler> eventHandler) in SubManagersHelper()
H A Dimplicit_start_processor.cpp56 auto taskHandler = instance_->GetTaskHandler(); in SendAbilityEvent() local
H A 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
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_event_handler.cpp23 AMSEventHandler::AMSEventHandler(const std::shared_ptr<AAFwk::TaskHandlerWrap> &taskHandler, in AMSEventHandler()
H A Dapp_running_record.cpp1383 void AppRunningRecord::SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) in SetTaskHandler()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dability_interceptor_executer.cpp56 void AbilityInterceptorExecuter::SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) in SetTaskHandler()
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Devent_handler_wrap.cpp29 EventHandlerWrap::EventHandlerWrap(std::shared_ptr<TaskHandlerWrap> taskHandler) in EventHandlerWrap()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinterceptorexecuter_fuzzer/
H A Dabilitymgrinterceptorexecuter_fuzzer.cpp79 std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_connect_manager.h235 inline void SetTaskHandler(const std::shared_ptr<TaskHandlerWrap> &taskHandler) in SetTaskHandler()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h650 void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) in SetTaskHandler()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/
H A Dams_app_service_flow_module_test.cpp91 auto taskHandler = AAFwk::TaskHandlerWrap::CreateQueueHandler("AmsAppServiceFlowModuleTest"); in SetUp() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp472 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in DispatchForeground() local
1656 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in OnAbilityDied() local
2097 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in PrepareTerminateAbility() local
2531 auto taskHandler = DelayedSingleton<AbilityManagerService>::GetInstance()->GetTaskHandler(); in BatchCloseUIAbility() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp142 auto taskHandler = AAFwk::TaskHandlerWrap::CreateQueueHandler("AmsMgrSchedulerTest"); variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp138 auto taskHandler = AAFwk::TaskHandlerWrap::CreateQueueHandler("AmsAppLifeCycleModuleTest"); in SetUp() local

12