Home
last modified time | relevance | path

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

1234

/foundation/ace/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()
311 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
332 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
356 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
380 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
401 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
424 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); variable
/foundation/ace/ace_engine/adapter/ohos/capability/clipboard/
Dclipboard_impl.h25 explicit ClipboardImpl(const RefPtr<TaskExecutor>& taskExecutor) : Clipboard(taskExecutor) {}; in ClipboardImpl()
40 RefPtr<Clipboard> GetClipboard(const RefPtr<TaskExecutor>& taskExecutor) const override in GetClipboard()
/foundation/ace/ace_engine/frameworks/core/common/environment/
Denvironment.h33 explicit Environment(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Environment()
/foundation/ace/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/ace/ace_engine/frameworks/core/common/storage/
Dstorage.h36 explicit Storage(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Storage()
/foundation/ace/ace_engine/frameworks/core/common/clipboard/
Dclipboard.h35 explicit Clipboard(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Clipboard()
/foundation/ace/ace_engine/frameworks/core/common/
Dthread_checker.cpp26 auto taskExecutor = Container::CurrentTaskExecutor(); in CheckThread() local
Dwatch_dog.cpp189 void ThreadWatcher::SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor) in SetTaskExecutor()
202 auto taskExecutor = taskExecutor_.Upgrade(); in DefusingBomb() local
368 auto taskExecutor = taskExecutor_.Upgrade(); in RawReport() local
388 auto taskExecutor = taskExecutor_.Upgrade(); in PostCheckTask() local
428 void WatchDog::Register(int32_t instanceId, const RefPtr<TaskExecutor>& taskExecutor, bool useUIAsJ… in Register()
Dace_engine.cpp105 void AceEngine::RegisterToWatchDog(int32_t instanceId, const RefPtr<TaskExecutor>& taskExecutor, bo… in RegisterToWatchDog()
137 auto taskExecutor = copied.begin()->second->GetTaskExecutor(); in TriggerGarbageCollection() local
/foundation/ace/ace_engine/adapter/ohos/capability/preference/
Dstorage_impl.h30 explicit StorageImpl(const RefPtr<TaskExecutor>& taskExecutor) : Storage(taskExecutor) in StorageImpl()
/foundation/ace/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/ace/ace_engine/frameworks/core/components/test/unittest/plugin/
Dplugin_window_test.cpp84 auto taskExecutor = Referenced::MakeRefPtr<FakeTaskExecutor>(); variable
114 auto taskExecutor = Referenced::MakeRefPtr<FakeTaskExecutor>(); variable
Dplugin_callback_client_test.cpp49 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); in GetPipelineContext() local
/foundation/ace/ace_engine/frameworks/core/mock/
Dmock_watch_dog.cpp26 void WatchDog::Register(int32_t instanceId, const RefPtr<TaskExecutor>& taskExecutor, bool useUIAsJ… in Register()
/foundation/ace/ace_engine/frameworks/base/thread/
Dtask_executor.h240 SingleTaskExecutor(RefPtr<TaskExecutor>&& taskExecutor, TaskType type) in SingleTaskExecutor()
243 SingleTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor, TaskType type) in SingleTaskExecutor()
248 static SingleTaskExecutor Make(RefPtr<TaskExecutor>&& taskExecutor, TaskType type) in Make()
253 static SingleTaskExecutor Make(const RefPtr<TaskExecutor>& taskExecutor, TaskType type) in Make()
/foundation/ace/ace_engine/frameworks/core/gestures/
Dlong_press_recognizer.cpp178 …auto taskExecutor = SingleTaskExecutor::Make(context->GetTaskExecutor(), TaskExecutor::TaskType::U… in DeadlineTimer() local
204 …auto taskExecutor = SingleTaskExecutor::Make(context->GetTaskExecutor(), TaskExecutor::TaskType::U… in StartRepeatTimer() local
Dpress_recognizer.cpp64 …auto taskExecutor = SingleTaskExecutor::Make(context->GetTaskExecutor(), TaskExecutor::TaskType::U… in HandleTouchDownEvent() local
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/mock/
Dmock_render_common.cpp48 auto taskExecutor = Referenced::MakeRefPtr<FakeTaskExecutor>(); in GetMockContext() local
/foundation/ace/ace_engine/frameworks/base/resource/
Dshared_image_manager.h40 …explicit SharedImageManager(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor… in SharedImageManager()
/foundation/ace/ace_engine/frameworks/core/image/
Dimage_provider.cpp59 auto taskExecutor = pipelineContext->GetTaskExecutor(); in FetchImageObject() local
175 auto taskExecutor = pipelineContext->GetTaskExecutor(); in GetSVGImageDOMAsyncFromSrc() local
222 auto taskExecutor = pipelineContext->GetTaskExecutor(); in GetSVGImageDOMAsyncFromData() local
418 auto taskExecutor = context->GetTaskExecutor(); in TryLoadImageInfo() local
Danimated_image_player.cpp44 auto taskExecutor = context->GetTaskExecutor(); in RenderFrame() local
/foundation/ace/ace_engine/adapter/ohos/entrance/
Dace_ability.cpp628 auto taskExecutor = container->GetTaskExecutor(); in OnSizeChange() local
679 auto taskExecutor = container->GetTaskExecutor(); in OnSizeChange() local
702 auto taskExecutor = container->GetTaskExecutor(); in Dump() local
755 auto taskExecutor = container->GetTaskExecutor(); in SetBackgroundColor() local
777 auto taskExecutor = container->GetTaskExecutor(); in GetBackgroundColor() local

1234