Home
last modified time | relevance | path

Searched defs:taskExecutor (Results 1 – 25 of 125) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/cardfrontend/frontend/
Dcard_frontend_declarative_test.cpp53 auto taskExecutor = Referenced::MakeRefPtr<MockTaskExecutor>(); variable
69 auto taskExecutor = Referenced::MakeRefPtr<MockTaskExecutor>(); variable
87 auto taskExecutor = Referenced::MakeRefPtr<MockTaskExecutor>(); variable
106 auto taskExecutor = Referenced::MakeRefPtr<MockTaskExecutor>(); variable
127 auto taskExecutor = Referenced::MakeRefPtr<MockTaskExecutor>(); variable
146 auto taskExecutor = Referenced::MakeRefPtr<MockTaskExecutor>(); variable
170 auto taskExecutor = Referenced::MakeRefPtr<MockTaskExecutor>(); variable
192 auto taskExecutor = Referenced::MakeRefPtr<MockTaskExecutor>(); variable
215 auto taskExecutor = Referenced::MakeRefPtr<MockTaskExecutor>(); variable
233 auto taskExecutor = Referenced::MakeRefPtr<MockTaskExecutor>(); variable
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/pluginfrontend/
Dplugin_frontend_test.cpp57 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); in GetPipelineContext() local
100 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
154 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
208 RefPtr<TaskExecutor> taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
250 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
306 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
360 RefPtr<TaskExecutor> taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
381 RefPtr<TaskExecutor> taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
423 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
477 RefPtr<TaskExecutor> taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
[all …]
Dplugin_frontend_delegate_test.cpp52 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); in GetPipelineContext() local
61 const RefPtr<TaskExecutor>& taskExecutor) in GetPluginFrontendDelegate()
306 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
327 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
351 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
375 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
396 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
419 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
Dclipboard_impl.h25 explicit ClipboardImpl(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExecutor) {} in ClipboardImpl()
52 RefPtr<Clipboard> GetClipboard(const RefPtr<TaskExecutor>& taskExecutor) const override in GetClipboard()
/foundation/arkui/ace_engine/frameworks/core/common/storage/
Dstorage_interface.h29 virtual RefPtr<Storage> GetStorage(const RefPtr<TaskExecutor>& taskExecutor) const in GetStorage()
35 const RefPtr<TaskExecutor>& taskExecutor) const in GetStorage()
/foundation/arkui/ace_engine/frameworks/core/common/test/mock/
Dmock_clipboard.h29 explicit MockClipBoard(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExecutor) {} in MockClipBoard()
/foundation/arkui/ace_engine/adapter/preview/entrance/editing/
Dtext_input_connection_impl.h32 …nputConnectionImpl(const WeakPtr<TextInputClient>&client, const RefPtr<TaskExecutor>& taskExecutor) in TextInputConnectionImpl()
Dtext_input_impl.cpp25 …const TextInputConfiguration& config, const RefPtr<TaskExecutor>& taskExecutor, int32_t instanceId) in Attach()
/foundation/arkui/ace_engine/frameworks/core/common/vibrator/
Dvibrator.h34 explicit Vibrator(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Vibrator()
Dvibrator_proxy.cpp29 RefPtr<Vibrator> VibratorProxy::GetVibrator(const RefPtr<TaskExecutor>& taskExecutor) in GetVibrator()
/foundation/arkui/ace_engine/frameworks/core/common/clipboard/
Dclipboard.h42 explicit Clipboard(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Clipboard()
/foundation/arkui/ace_engine/frameworks/core/common/environment/
Denvironment.h34 explicit Environment(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Environment()
/foundation/arkui/ace_engine/frameworks/core/common/
Dthread_checker.cpp26 auto taskExecutor = Container::CurrentTaskExecutor(); in CheckThread() local
Dwatch_dog.cpp174 void ThreadWatcher::SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor) in SetTaskExecutor()
187 auto taskExecutor = taskExecutor_.Upgrade(); in DefusingBomb() local
316 auto taskExecutor = taskExecutor_.Upgrade(); in IsThreadStuck() local
361 auto taskExecutor = taskExecutor_.Upgrade(); in RawReport() local
381 auto taskExecutor = taskExecutor_.Upgrade(); in PostCheckTask() local
428 void WatchDog::Register(int32_t instanceId, const RefPtr<TaskExecutor>& taskExecutor, bool useUIAsJ… in Register()
Dwatch_dog_mingw.cpp130 void ThreadWatcher::SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor) in SetTaskExecutor()
143 auto taskExecutor = taskExecutor_.Upgrade(); in DefusingBomb() local
312 auto taskExecutor = taskExecutor_.Upgrade(); in RawReport() local
332 auto taskExecutor = taskExecutor_.Upgrade(); in PostCheckTask() local
374 void WatchDog::Register(int32_t instanceId, const RefPtr<TaskExecutor>& taskExecutor, bool useUIAsJ… in Register()
/foundation/arkui/ace_engine/adapter/ohos/capability/environment/
Denvironment_impl.cpp20 EnvironmentImpl::EnvironmentImpl(const RefPtr<TaskExecutor>& taskExecutor) : Environment(taskExecut… in EnvironmentImpl()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dform_render_window.cpp48 FormRenderWindow::FormRenderWindow(RefPtr<TaskExecutor> taskExecutor, int32_t id) in FormRenderWindow()
66 auto taskExecutor = weakTask.Upgrade(); in FormRenderWindow() local
110 auto taskExecutor = weakTaskExecutor.Upgrade(); in FormRenderWindow() local
Drosen_window.cpp44 …:RosenWindow(const OHOS::sptr<OHOS::Rosen::Window>& window, RefPtr<TaskExecutor> taskExecutor, int… in RosenWindow()
50 auto taskExecutor = weakTask.Upgrade(); in RosenWindow() local
91 auto taskExecutor = taskExecutor_.Upgrade(); in RequestFrame() local
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Dform_frontend_delegate_declarative.cpp38 auto taskExecutor = GetTaskExecutor(); in RunCard() local
64 auto taskExecutor = GetTaskExecutor(); in FireCardAction() local
Dcard_frontend_delegate_declarative.cpp42 auto taskExecutor = GetTaskExecutor(); in RunCard() local
64 auto taskExecutor = GetTaskExecutor(); in FireCardAction() local
/foundation/arkui/ace_engine/adapter/ohos/capability/distributed/storage/
Ddistributed_storage_interface.h30 const RefPtr<TaskExecutor>& taskExecutor) const override in GetStorage()
/foundation/arkui/ace_engine/frameworks/core/common/ime/
Dtext_input_proxy.cpp30 …const TextInputConfiguration& config, const RefPtr<TaskExecutor>& taskExecutor, int32_t instanceId) in Attach()
Dtext_input_connection.h34 …xtInputConnection(const WeakPtr<TextInputClient>& client, const RefPtr<TaskExecutor>& taskExecutor) in TextInputConnection()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dpipeline_context_holder.h31 auto taskExecutor = pipelineContext_->GetTaskExecutor(); in ~PipelineContextHolder() local
/foundation/arkui/ace_engine/adapter/preview/entrance/clipboard/
Dclipboard_impl.h37 explicit ClipboardImpl(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExecutor) {} in ClipboardImpl()

12345