Home
last modified time | relevance | path

Searched refs:SetTaskExecutor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwatch_dog_mingw.cpp80 void SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor);
129 void ThreadWatcher::SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor) in SetTaskExecutor() function in OHOS::Ace::ThreadWatcher
378 watchers.uiWatcher->SetTaskExecutor(taskExecutor); in Register()
380 watchers.jsWatcher->SetTaskExecutor(taskExecutor); in Register()
H A Dwatch_dog.cpp114 void SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor);
165 void ThreadWatcher::SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor) in SetTaskExecutor() function in OHOS::Ace::ThreadWatcher
434 watchers.uiWatcher->SetTaskExecutor(taskExecutor); in Register()
436 watchers.jsWatcher->SetTaskExecutor(taskExecutor); in Register()
H A Dwindow.h53 virtual void SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor) {} in SetTaskExecutor() function
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_window.h42 MOCK_METHOD1(SetTaskExecutor, void(const RefPtr<TaskExecutor>& taskExecutor));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_declarative.h116 void SetTaskExecutor(RefPtr<TaskExecutor> taskExecutor) in SetTaskExecutor() function
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp206 cardFrontend->SetTaskExecutor(taskExecutor_); in InitializeFrontend()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2031 cardFrontend->SetTaskExecutor(taskExecutor_); in AttachView()