Home
last modified time | relevance | path

Searched refs:SetTaskHandler (Results 1 – 25 of 32) sorted by relevance

12

/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() function in OHOS::AAFwk::AbilityInterceptorExecuter
65 (item.second)->SetTaskHandler(taskHandler); in SetTaskHandler()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H A Dability_connect_manager_test.cpp229 ConnectManager()->SetTaskHandler(TaskHandler());
267 ConnectManager()->SetTaskHandler(TaskHandler());
298 ConnectManager()->SetTaskHandler(TaskHandler());
326 ConnectManager()->SetTaskHandler(TaskHandler());
358 ConnectManager()->SetTaskHandler(TaskHandler());
390 ConnectManager()->SetTaskHandler(TaskHandler());
418 ConnectManager()->SetTaskHandler(TaskHandler());
473 ConnectManager()->SetTaskHandler(TaskHandler());
528 ConnectManager()->SetTaskHandler(TaskHandler());
1911 connectManager->SetTaskHandler(TaskHandler());
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Dscreen_unlock_interceptor.h28 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler() function
H A Dcrowd_test_interceptor.h28 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler() function
H A Dcontrol_interceptor.h31 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler() function
H A Dability_interceptor_executer.h50 void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler);
H A Dstart_other_app_interceptor.h30 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler() function
H A Dability_jump_interceptor.h32 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler() function
H A Ddisposed_rule_interceptor.h36 void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler() function
H A Decological_rule_interceptor.h37 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) override in SetTaskHandler() function
H A Dability_interceptor_interface.h61 virtual void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler) {}; in SetTaskHandler() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/
H A Dmock_ability_interceptor_executer.h50 void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_death_recipient.h36 void SetTaskHandler(const std::shared_ptr<AAFwk::TaskHandlerWrap> &handler);
H A Dapp_running_record.h539 void SetTaskHandler(std::shared_ptr<AAFwk::TaskHandlerWrap> taskHandler);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_death_recipient_test/
H A Dams_app_death_recipient_test.cpp202 appDeathRecipientObject_->SetTaskHandler(handler_);
222 appDeathRecipientObject_->SetTaskHandler(handler_);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_death_recipient.cpp52 void AppDeathRecipient::SetTaskHandler(const std::shared_ptr<AAFwk::TaskHandlerWrap> &handler) in SetTaskHandler() function in OHOS::AppExecFwk::AppDeathRecipient
H A Dapp_mgr_service_inner.cpp992 appDeathRecipient->SetTaskHandler(taskHandler_); in AttachApplication()
2404 appRecord->SetTaskHandler(taskHandler_); in CreateAppRunningRecord()
4010 appRecord->SetTaskHandler(taskHandler_); in StartEmptyResidentProcess()
4316 appRecord->SetTaskHandler(taskHandler_); in StartEmptyProcess()
4451 appRecord->SetTaskHandler(taskHandler_); in StartSpecifiedAbility()
5206 appDeathRecipient->SetTaskHandler(taskHandler_); in AttachRenderProcess()
7042 appDeathRecipient->SetTaskHandler(taskHandler_); in NotifyAppFaultBySA()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinterceptorexecuter_fuzzer/
H A Dabilitymgrinterceptorexecuter_fuzzer.cpp80 executer->SetTaskHandler(taskHandler); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp74 appDeathRecipient->SetTaskHandler(handler); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/running_infos_module_test/
H A Drunning_infos_module_test.cpp133 …abilityMgrServ_->subManagersHelper_->currentConnectManager_->SetTaskHandler(abilityMgrServ_->taskH… in OnStartAms()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsub_managers_helper.cpp68 manager->SetTaskHandler(taskHandler_); in InitConnectManager()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ability_running_record_test/
H A Dams_ability_running_record_test.cpp100 testAppRecord_->SetTaskHandler(taskHandler_); in GetTestAppRunningRecord()
/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() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp113 serviceInner_->SetTaskHandler(taskHandler_); in SetUp()
204 appRecord->SetTaskHandler(taskHandler_); in CreateTestApplicationRecord()
233 appRecord->SetTaskHandler(taskHandler_); in CreateTestApplicationAndSetState()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/
H A Dams_app_service_flow_module_test.cpp93 serviceInner_->SetTaskHandler(taskHandler); in SetUp()

12