| /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/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
|
| /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/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/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/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/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/core/common/test/mock/ |
| 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/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/environment/ |
| D | environment.h | 34 explicit Environment(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Environment()
|
| /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/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
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| D | form_frontend_delegate_declarative.cpp | 39 auto taskExecutor = GetTaskExecutor(); in RunCard() local 65 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/test/unittest/core/common/others/ |
| D | thread_checker_test.cpp | 49 auto taskExecutor = AceType::MakeRefPtr<MockTaskExecutor>(); variable
|
| /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/frameworks/core/components_ng/render/adapter/ |
| D | rosen_window.cpp | 45 …:RosenWindow(const OHOS::sptr<OHOS::Rosen::Window>& window, RefPtr<TaskExecutor> taskExecutor, int… in RosenWindow() 55 auto taskExecutor = weakTask.Upgrade(); in RosenWindow() local 109 auto taskExecutor = taskExecutor_.Upgrade(); in RequestFrame() local
|