| /foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
| D | form_callback_client.h | 35 auto taskExecutor = container->GetTaskExecutor(); in ProcessFormUpdate() local 52 auto taskExecutor = container->GetTaskExecutor(); in ProcessFormUninstall() local 69 auto taskExecutor = container->GetTaskExecutor(); in OnDeathReceived() local 86 auto taskExecutor = container->GetTaskExecutor(); in OnError() local 113 auto taskExecutor = container->GetTaskExecutor(); in ProcessRecycleForm() local
|
| /foundation/arkui/ace_engine/test/unittest/core/common/storage/ |
| D | storage_test.cpp | 72 RefPtr<TaskExecutor> taskExecutor; variable 93 RefPtr<TaskExecutor> taskExecutor; variable 114 RefPtr<TaskExecutor> taskExecutor; variable 137 RefPtr<TaskExecutor> taskExecutor; variable
|
| D | mock_storage.h | 29 …icit MockDistributedStorage(const std::string& sessionId, const RefPtr<TaskExecutor>& taskExecutor) in MockDistributedStorage() 86 MockStorageImpl::MockStorageImpl(const RefPtr<TaskExecutor>& taskExecutor) : Storage(taskExecutor) … in MockStorageImpl() 93 RefPtr<Storage> GetStorage(const RefPtr<TaskExecutor>& taskExecutor) const override in GetStorage() 105 const RefPtr<TaskExecutor>& taskExecutor) const override in GetStorage()
|
| /foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/ |
| D | clipboard_impl.h | 30 explicit ClipboardImpl(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExecutor) {} in ClipboardImpl() 71 RefPtr<Clipboard> GetClipboard(const RefPtr<TaskExecutor>& taskExecutor) const override in GetClipboard()
|
| /foundation/arkui/ace_engine/test/unittest/core/common/environment/ |
| D | mock_environment.h | 33 MockEnvironmentImpl::MockEnvironmentImpl(const RefPtr<TaskExecutor>& taskExecutor) : Environment(ta… in MockEnvironmentImpl() 50 …r<Environment> MockEnvironmentProxyImpl::GetEnvironment(const RefPtr<TaskExecutor>& taskExecutor) … in GetEnvironment()
|
| D | environment_test.cpp | 69 RefPtr<TaskExecutor> taskExecutor; variable 87 RefPtr<TaskExecutor> taskExecutor; variable
|
| /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/test/unittest/core/common/clipboard/ |
| D | clipboard_test.cpp | 65 RefPtr<TaskExecutor> taskExecutor; variable 88 RefPtr<TaskExecutor> taskExecutor; variable
|
| D | mock_clip_board.h | 59 MockClipboardImpl::MockClipboardImpl(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExec… in MockClipboardImpl() 66 RefPtr<Clipboard> GetClipboard(const RefPtr<TaskExecutor>& taskExecutor) const override in GetClipboard()
|
| /foundation/arkui/ace_engine/frameworks/base/thread/ |
| D | task_executor.h | 305 SingleTaskExecutor(RefPtr<TaskExecutor>&& taskExecutor, TaskType type) in SingleTaskExecutor() 308 SingleTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor, TaskType type) in SingleTaskExecutor() 313 static SingleTaskExecutor Make(RefPtr<TaskExecutor>&& taskExecutor, TaskType type) in Make() 318 static SingleTaskExecutor Make(const RefPtr<TaskExecutor>& taskExecutor, TaskType type) in Make()
|
| /foundation/arkui/ace_engine/test/mock/core/common/ |
| D | mock_clipboard.h | 29 explicit MockClipBoard(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExecutor) {} in MockClipBoard()
|
| /foundation/arkui/ace_engine/frameworks/core/common/clipboard/ |
| D | clipboard.h | 51 explicit Clipboard(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Clipboard()
|
| /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()
|
| /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/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/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/common/ |
| D | thread_checker.cpp | 26 auto taskExecutor = Container::CurrentTaskExecutor(); in CheckThread() local
|
| D | watch_dog.cpp | 175 void ThreadWatcher::SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor) in SetTaskExecutor() 188 auto taskExecutor = taskExecutor_.Upgrade(); in DefusingBomb() local 317 auto taskExecutor = taskExecutor_.Upgrade(); in IsThreadStuck() local 357 auto taskExecutor = taskExecutor_.Upgrade(); in RawReport() local 392 auto taskExecutor = taskExecutor_.Upgrade(); in PostCheckTask() local 439 void WatchDog::Register(int32_t instanceId, const RefPtr<TaskExecutor>& taskExecutor, bool useUIAsJ… in Register()
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
| D | dynamic_component_renderer_impl.cpp | 135 auto taskExecutor = GetHostTaskExecutor(); in AttachRenderContext() local 176 auto taskExecutor = GetTaskExecutor(); in TransferPointerEvent() local 188 auto taskExecutor = GetTaskExecutor(); in TransferKeyEvent() local 246 auto taskExecutor = GetTaskExecutor(); in UpdateViewportConfig() local 254 auto taskExecutor = GetTaskExecutor(); in DestroyContent() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| D | form_frontend_delegate_declarative.cpp | 39 auto taskExecutor = GetTaskExecutor(); in RunCard() local 66 auto taskExecutor = GetTaskExecutor(); in FireCardAction() local
|
| D | card_frontend_delegate_declarative.cpp | 42 auto taskExecutor = GetTaskExecutor(); in RunCard() local 66 auto taskExecutor = GetTaskExecutor(); in FireCardAction() local
|
| /foundation/arkui/ace_engine/adapter/preview/entrance/clipboard/ |
| D | clipboard_impl.h | 35 explicit ClipboardImpl(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExecutor) {} in ClipboardImpl()
|
| /foundation/arkui/ace_engine/test/unittest/core/common/task/ |
| D | thread_test.cpp | 53 RefPtr<TaskExecutorImpl> taskExecutor = AceType::MakeRefPtr<TaskExecutorImpl>(testTaskRunner); in MakeTaskRunner() local 61 RefPtr<TaskExecutorImpl> taskExecutor = AceType::MakeRefPtr<TaskExecutorImpl>(taskRunner); in MakeTaskExecutor() local 243 auto taskExecutor = MakeTaskExecutor(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | rosen_window.cpp | 41 …:RosenWindow(const OHOS::sptr<OHOS::Rosen::Window>& window, RefPtr<TaskExecutor> taskExecutor, int… in RosenWindow() 46 auto taskExecutor = weakTask.Upgrade(); in RosenWindow() local 113 auto taskExecutor = taskExecutor_.Upgrade(); in RequestFrame() local
|