| /foundation/arkui/ace_engine/frameworks/bridge/test/unittest/cardfrontend/frontend/ |
| D | card_frontend_declarative_test.cpp | 53 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/ |
| D | plugin_frontend_test.cpp | 57 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 …]
|
| D | plugin_frontend_delegate_test.cpp | 52 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/ |
| D | clipboard_impl.h | 25 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/ |
| D | storage_interface.h | 29 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/ |
| D | mock_clipboard.h | 29 explicit MockClipBoard(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExecutor) {} in MockClipBoard()
|
| /foundation/arkui/ace_engine/adapter/preview/entrance/editing/ |
| D | text_input_connection_impl.h | 32 …nputConnectionImpl(const WeakPtr<TextInputClient>&client, const RefPtr<TaskExecutor>& taskExecutor) in TextInputConnectionImpl()
|
| D | text_input_impl.cpp | 25 …const TextInputConfiguration& config, const RefPtr<TaskExecutor>& taskExecutor, int32_t instanceId) in Attach()
|
| /foundation/arkui/ace_engine/frameworks/core/common/vibrator/ |
| D | vibrator.h | 34 explicit Vibrator(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Vibrator()
|
| D | vibrator_proxy.cpp | 29 RefPtr<Vibrator> VibratorProxy::GetVibrator(const RefPtr<TaskExecutor>& taskExecutor) in GetVibrator()
|
| /foundation/arkui/ace_engine/frameworks/core/common/clipboard/ |
| D | clipboard.h | 42 explicit Clipboard(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Clipboard()
|
| /foundation/arkui/ace_engine/frameworks/core/common/environment/ |
| D | environment.h | 34 explicit Environment(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Environment()
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| D | thread_checker.cpp | 26 auto taskExecutor = Container::CurrentTaskExecutor(); in CheckThread() local
|
| D | watch_dog.cpp | 174 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()
|
| D | watch_dog_mingw.cpp | 130 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/ |
| D | environment_impl.cpp | 20 EnvironmentImpl::EnvironmentImpl(const RefPtr<TaskExecutor>& taskExecutor) : Environment(taskExecut… in EnvironmentImpl()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | form_render_window.cpp | 48 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
|
| D | rosen_window.cpp | 44 …: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/ |
| D | form_frontend_delegate_declarative.cpp | 38 auto taskExecutor = GetTaskExecutor(); in RunCard() local 64 auto taskExecutor = GetTaskExecutor(); in FireCardAction() local
|
| D | card_frontend_delegate_declarative.cpp | 42 auto taskExecutor = GetTaskExecutor(); in RunCard() local 64 auto taskExecutor = GetTaskExecutor(); in FireCardAction() local
|
| /foundation/arkui/ace_engine/adapter/ohos/capability/distributed/storage/ |
| D | distributed_storage_interface.h | 30 const RefPtr<TaskExecutor>& taskExecutor) const override in GetStorage()
|
| /foundation/arkui/ace_engine/frameworks/core/common/ime/ |
| D | text_input_proxy.cpp | 30 …const TextInputConfiguration& config, const RefPtr<TaskExecutor>& taskExecutor, int32_t instanceId) in Attach()
|
| D | text_input_connection.h | 34 …xtInputConnection(const WeakPtr<TextInputClient>& client, const RefPtr<TaskExecutor>& taskExecutor) in TextInputConnection()
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
| D | pipeline_context_holder.h | 31 auto taskExecutor = pipelineContext_->GetTaskExecutor(); in ~PipelineContextHolder() local
|
| /foundation/arkui/ace_engine/adapter/preview/entrance/clipboard/ |
| D | clipboard_impl.h | 37 explicit ClipboardImpl(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExecutor) {} in ClipboardImpl()
|