Searched refs:SetTaskExecutor (Results 1 – 7 of 7) sorted by relevance
80 void SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor);129 void ThreadWatcher::SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor) in SetTaskExecutor() function in OHOS::Ace::ThreadWatcher378 watchers.uiWatcher->SetTaskExecutor(taskExecutor); in Register()380 watchers.jsWatcher->SetTaskExecutor(taskExecutor); in Register()
114 void SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor);165 void ThreadWatcher::SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor) in SetTaskExecutor() function in OHOS::Ace::ThreadWatcher434 watchers.uiWatcher->SetTaskExecutor(taskExecutor); in Register()436 watchers.jsWatcher->SetTaskExecutor(taskExecutor); in Register()
53 virtual void SetTaskExecutor(const RefPtr<TaskExecutor>& taskExecutor) {} in SetTaskExecutor() function
42 MOCK_METHOD1(SetTaskExecutor, void(const RefPtr<TaskExecutor>& taskExecutor));
116 void SetTaskExecutor(RefPtr<TaskExecutor> taskExecutor) in SetTaskExecutor() function
206 cardFrontend->SetTaskExecutor(taskExecutor_); in InitializeFrontend()
2031 cardFrontend->SetTaskExecutor(taskExecutor_); in AttachView()