/foundation/ace/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() 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/ |
D | clipboard_impl.h | 25 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/ |
D | environment.h | 33 explicit Environment(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Environment()
|
/foundation/ace/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/ace/ace_engine/frameworks/core/common/storage/ |
D | storage.h | 36 explicit Storage(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Storage()
|
/foundation/ace/ace_engine/frameworks/core/common/clipboard/ |
D | clipboard.h | 35 explicit Clipboard(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {} in Clipboard()
|
/foundation/ace/ace_engine/frameworks/core/common/ |
D | thread_checker.cpp | 26 auto taskExecutor = Container::CurrentTaskExecutor(); in CheckThread() local
|
D | watch_dog.cpp | 189 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()
|
D | ace_engine.cpp | 105 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/ |
D | storage_impl.h | 30 explicit StorageImpl(const RefPtr<TaskExecutor>& taskExecutor) : Storage(taskExecutor) in StorageImpl()
|
/foundation/ace/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/ace/ace_engine/frameworks/core/components/test/unittest/plugin/ |
D | plugin_window_test.cpp | 84 auto taskExecutor = Referenced::MakeRefPtr<FakeTaskExecutor>(); variable 114 auto taskExecutor = Referenced::MakeRefPtr<FakeTaskExecutor>(); variable
|
D | plugin_callback_client_test.cpp | 49 auto taskExecutor = Referenced::MakeRefPtr<FlutterTaskExecutor>(); in GetPipelineContext() local
|
/foundation/ace/ace_engine/frameworks/core/mock/ |
D | mock_watch_dog.cpp | 26 void WatchDog::Register(int32_t instanceId, const RefPtr<TaskExecutor>& taskExecutor, bool useUIAsJ… in Register()
|
/foundation/ace/ace_engine/frameworks/base/thread/ |
D | task_executor.h | 240 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/ |
D | long_press_recognizer.cpp | 178 …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
|
D | press_recognizer.cpp | 64 …auto taskExecutor = SingleTaskExecutor::Make(context->GetTaskExecutor(), TaskExecutor::TaskType::U… in HandleTouchDownEvent() local
|
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/mock/ |
D | mock_render_common.cpp | 48 auto taskExecutor = Referenced::MakeRefPtr<FakeTaskExecutor>(); in GetMockContext() local
|
/foundation/ace/ace_engine/frameworks/base/resource/ |
D | shared_image_manager.h | 40 …explicit SharedImageManager(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor… in SharedImageManager()
|
/foundation/ace/ace_engine/frameworks/core/image/ |
D | image_provider.cpp | 59 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
|
D | animated_image_player.cpp | 44 auto taskExecutor = context->GetTaskExecutor(); in RenderFrame() local
|
/foundation/ace/ace_engine/adapter/ohos/entrance/ |
D | ace_ability.cpp | 628 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
|