Home
last modified time | relevance | path

Searched refs:SetEventRunner (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dability_record_mgr.cpp51 void AbilityRecordMgr::SetEventRunner(const std::shared_ptr<EventRunner> &eventRunner) in SetEventRunner() function in OHOS::AppExecFwk::AbilityRecordMgr
65 abilityInstance->SetEventRunner(eventRunner); in SetEventRunner()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_mgr_test/
H A Dability_record_mgr_test.cpp110 recordMgr->SetEventRunner(nullptr);
115 recordMgr->SetEventRunner(runner);
119 recordMgr->SetEventRunner(runner);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dtimer_manager.cpp28 SetEventRunner(runner); in TimerManager()
H A Dinput_manager.cpp28 SetEventRunner(runner); in InputManager()
H A Dwatchdog.cpp34 SetEventRunner(runner); in Watchdog()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dability_record_mgr.h37 void SetEventRunner(const std::shared_ptr<EventRunner> &eventRunner);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwatchdog.cpp30 SetEventRunner(runner); in Watchdog()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_local_record.cpp47 void AbilityLocalRecord::SetEventRunner(const std::shared_ptr<EventRunner> &runner) in SetEventRunner() function in OHOS::AppExecFwk::AbilityLocalRecord
H A Dextension_ability_thread.cpp247 …mainRunner == nullptr ? abilityRecord->SetEventRunner(runner_) : abilityRecord->SetEventRunner(mai… in HandleAttach()
H A Dfa_ability_thread.cpp292 abilityRecord->SetEventRunner(mainRunner); in CreateAbilityName()
364 abilityRecord->SetEventRunner(mainRunner); in CreateAbilityName()
413 abilityRecord->SetEventRunner(runner_); in CreateAbilityName()
468 abilityRecord->SetEventRunner(runner_); in CreateAbilityName()
H A Dui_ability_thread.cpp144 abilityRecord->SetEventRunner(mainRunner); in Attach()
219 abilityRecord->SetEventRunner(runner_); in Attach()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_local_record.h81 void SetEventRunner(const std::shared_ptr<EventRunner> &runner);
/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_set_get_remove_module_test.cpp63 handler->SetEventRunner(myRunner);
83 handler->SetEventRunner(nullptr);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dcallback_handler.cpp85 SetEventRunner(nullptr); in ReleaseEventRunner()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_event_handler.cpp67 void EventHandler::SetEventRunner(const std::shared_ptr<EventRunner> &runner) {} in SetEventRunner() function in OHOS::AppExecFwk::EventHandler
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_event_handler.cpp75 void EventHandler::SetEventRunner(const std::shared_ptr<EventRunner> &runner) in SetEventRunner() function in OHOS::AppExecFwk::EventHandler
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_event_handler.cpp75 void EventHandler::SetEventRunner(const std::shared_ptr<EventRunner> &runner) in SetEventRunner() function in OHOS::AppExecFwk::EventHandler
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_event_handler.cpp75 void EventHandler::SetEventRunner(const std::shared_ptr<EventRunner> &runner) in SetEventRunner() function in OHOS::AppExecFwk::EventHandler
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_event_handler.cpp75 void EventHandler::SetEventRunner(const std::shared_ptr<EventRunner> &runner) in SetEventRunner() function in OHOS::AppExecFwk::EventHandler
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Dclient_type_manager_handler.cpp103 SetEventRunner(nullptr); in ReleaseEventRunner()
H A Daudio_adapter_manager_handler.cpp119 SetEventRunner(nullptr); in ReleaseEventRunner()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_local_record_test.cpp79 record->SetEventRunner(runner);
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventhandler_fuzzer/
H A Deventhandler_fuzzer.cpp96 eventHandler.SetEventRunner(runner); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_handler.cpp226 void EventHandler::SetEventRunner(const std::shared_ptr<EventRunner> &runner) in SetEventRunner() function in OHOS::AppExecFwk::EventHandler
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_handler.h871 void SetEventRunner(const std::shared_ptr<EventRunner> &runner);

12