Home
last modified time | relevance | path

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

1234567

/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/frameworks/core/components/form/resource/
Dform_callback_client.h35 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/
Dclipboard_impl.h30 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/
Dstorage_test.cpp72 RefPtr<TaskExecutor> taskExecutor; variable
93 RefPtr<TaskExecutor> taskExecutor; variable
114 RefPtr<TaskExecutor> taskExecutor; variable
137 RefPtr<TaskExecutor> taskExecutor; variable
Dmock_storage.h29 …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/
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/test/unittest/core/common/environment/
Dmock_environment.h33 MockEnvironmentImpl::MockEnvironmentImpl(const RefPtr<TaskExecutor>& taskExecutor) : Environment(ta… in MockEnvironmentImpl()
50 …r<Environment> MockEnvironmentProxyImpl::GetEnvironment(const RefPtr<TaskExecutor>& taskExecutor) … in GetEnvironment()
Denvironment_test.cpp69 RefPtr<TaskExecutor> taskExecutor; variable
87 RefPtr<TaskExecutor> taskExecutor; variable
/foundation/arkui/ace_engine/test/unittest/core/common/clipboard/
Dclipboard_test.cpp65 RefPtr<TaskExecutor> taskExecutor; variable
88 RefPtr<TaskExecutor> taskExecutor; variable
Dmock_clip_board.h59 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/
Dmock_clipboard.h29 explicit MockClipBoard(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExecutor) {} in MockClipBoard()
/foundation/arkui/ace_engine/frameworks/core/common/clipboard/
Dclipboard.h51 explicit Clipboard(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Clipboard()
/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/environment/
Denvironment.h34 explicit Environment(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Environment()
/foundation/arkui/ace_engine/adapter/preview/entrance/editing/
Dtext_input_connection_impl.h32 …nputConnectionImpl(const WeakPtr<TextInputClient>&client, const RefPtr<TaskExecutor>& taskExecutor) in TextInputConnectionImpl()
/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/common/
Dthread_checker.cpp26 auto taskExecutor = Container::CurrentTaskExecutor(); in CheckThread() local
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Dform_frontend_delegate_declarative.cpp39 auto taskExecutor = GetTaskExecutor(); in RunCard() local
65 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/test/unittest/core/common/others/
Dthread_checker_test.cpp49 auto taskExecutor = AceType::MakeRefPtr<MockTaskExecutor>(); variable
/foundation/arkui/ace_engine/adapter/preview/entrance/clipboard/
Dclipboard_impl.h35 explicit ClipboardImpl(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExecutor) {} in ClipboardImpl()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_window.cpp45 …: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

1234567