/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | ability_record_mgr.cpp | 51 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 D | ability_record_mgr_test.cpp | 110 recordMgr->SetEventRunner(nullptr); 115 recordMgr->SetEventRunner(runner); 119 recordMgr->SetEventRunner(runner);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | timer_manager.cpp | 28 SetEventRunner(runner); in TimerManager()
|
H A D | input_manager.cpp | 28 SetEventRunner(runner); in InputManager()
|
H A D | watchdog.cpp | 34 SetEventRunner(runner); in Watchdog()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | ability_record_mgr.h | 37 void SetEventRunner(const std::shared_ptr<EventRunner> &eventRunner);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | watchdog.cpp | 30 SetEventRunner(runner); in Watchdog()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability_local_record.cpp | 47 void AbilityLocalRecord::SetEventRunner(const std::shared_ptr<EventRunner> &runner) in SetEventRunner() function in OHOS::AppExecFwk::AbilityLocalRecord
|
H A D | extension_ability_thread.cpp | 247 …mainRunner == nullptr ? abilityRecord->SetEventRunner(runner_) : abilityRecord->SetEventRunner(mai… in HandleAttach()
|
H A D | fa_ability_thread.cpp | 292 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 D | ui_ability_thread.cpp | 144 abilityRecord->SetEventRunner(mainRunner); in Attach() 219 abilityRecord->SetEventRunner(runner_); in Attach()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ability_local_record.h | 81 void SetEventRunner(const std::shared_ptr<EventRunner> &runner);
|
/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/ |
H A D | event_handler_set_get_remove_module_test.cpp | 63 handler->SetEventRunner(myRunner); 83 handler->SetEventRunner(nullptr);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | callback_handler.cpp | 85 SetEventRunner(nullptr); in ReleaseEventRunner()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_event_handler.cpp | 67 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 D | mock_event_handler.cpp | 75 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 D | mock_event_handler.cpp | 75 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 D | mock_event_handler.cpp | 75 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 D | mock_event_handler.cpp | 75 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 D | client_type_manager_handler.cpp | 103 SetEventRunner(nullptr); in ReleaseEventRunner()
|
H A D | audio_adapter_manager_handler.cpp | 119 SetEventRunner(nullptr); in ReleaseEventRunner()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_local_record_test.cpp | 79 record->SetEventRunner(runner);
|
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventhandler_fuzzer/ |
H A D | eventhandler_fuzzer.cpp | 96 eventHandler.SetEventRunner(runner); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_handler.cpp | 226 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 D | event_handler.h | 871 void SetEventRunner(const std::shared_ptr<EventRunner> &runner);
|