/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/ |
H A D | control_interceptor.h | 31 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
|
H A D | crowd_test_interceptor.h | 28 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
|
H A D | screen_unlock_interceptor.h | 28 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
|
H A D | start_other_app_interceptor.h | 30 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
|
H A D | ability_jump_interceptor.h | 32 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
|
H A D | disposed_rule_interceptor.h | 36 void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
|
H A D | ecological_rule_interceptor.h | 37 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler()
|
H A D | ability_interceptor_interface.h | 61 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) {}; in SetTaskHandler()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | user_event_handler.cpp | 23 const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<UserController> &owner) in UserEventHandler()
|
H A D | ability_event_handler.cpp | 24 …const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<AbilityManagerService> &s… in AbilityEventHandler()
|
H A D | ability_bundle_event_callback.cpp | 34 …std::shared_ptr<TaskHandlerWrap> taskHandler, std::shared_ptr<AbilityAutoStartupService> abilityAu… in AbilityBundleEventCallback()
|
H A D | sub_managers_helper.cpp | 31 std::shared_ptr<TaskHandlerWrap> taskHandler, std::shared_ptr<AbilityEventHandler> eventHandler) in SubManagersHelper()
|
H A D | implicit_start_processor.cpp | 56 auto taskHandler = instance_->GetTaskHandler(); in SendAbilityEvent() local
|
H A D | mission_list_manager.cpp | 1037 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 D | app_mgr_service_event_handler.cpp | 23 AMSEventHandler::AMSEventHandler(const std::shared_ptr<AAFwk::TaskHandlerWrap> &taskHandler, in AMSEventHandler()
|
H A D | app_running_record.cpp | 1383 void AppRunningRecord::SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) in SetTaskHandler()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ability_interceptor_executer.cpp | 56 void AbilityInterceptorExecuter::SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) in SetTaskHandler()
|
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_handler_wrap.cpp | 29 EventHandlerWrap::EventHandlerWrap(std::shared_ptr<TaskHandlerWrap> taskHandler) in EventHandlerWrap()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinterceptorexecuter_fuzzer/ |
H A D | abilitymgrinterceptorexecuter_fuzzer.cpp | 79 std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_connect_manager.h | 235 inline void SetTaskHandler(const std::shared_ptr<TaskHandlerWrap> &taskHandler) in SetTaskHandler()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 650 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 D | ams_app_service_flow_module_test.cpp | 91 auto taskHandler = AAFwk::TaskHandlerWrap::CreateQueueHandler("AmsAppServiceFlowModuleTest"); in SetUp() local
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 472 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 D | ams_mgr_scheduler_test.cpp | 142 auto taskHandler = AAFwk::TaskHandlerWrap::CreateQueueHandler("AmsMgrSchedulerTest"); variable
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/ |
H A D | ams_app_life_cycle_module_test.cpp | 138 auto taskHandler = AAFwk::TaskHandlerWrap::CreateQueueHandler("AmsAppLifeCycleModuleTest"); in SetUp() local
|