Searched refs:SetExecutorPool (Results 1 – 10 of 10) sorted by relevance
28 void SetExecutorPool(std::shared_ptr<ExecutorPool> executor);
36 void SetExecutorPool(std::shared_ptr<ExecutorPool> executor);
31 void ExtensionAbilityManager::SetExecutorPool(std::shared_ptr<ExecutorPool> executor) in SetExecutorPool() function in OHOS::DataShare::ExtensionAbilityManager
55 void DBDelegate::SetExecutorPool(std::shared_ptr<ExecutorPool> executor) in SetExecutorPool() function in OHOS::DataShare::DBDelegate
49 static void SetExecutorPool(std::shared_ptr<ExecutorPool> executor);
230 void SchedulerManager::SetExecutorPool(std::shared_ptr<ExecutorPool> executor) in SetExecutorPool() function in OHOS::DataShare::SchedulerManager
33 void SetExecutorPool(std::shared_ptr<ExecutorPool> pool);
62 void DelayNotify::SetExecutorPool(std::shared_ptr<ExecutorPool> pool) in SetExecutorPool() function in OHOS::NativeRdb::DelayNotify
725 delayNotifier_->SetExecutorPool(TaskExecutor::GetInstance().GetExecutor()); in InitDelayNotifier()
623 SchedulerManager::GetInstance().SetExecutorPool(binderInfo.executors); in OnBind()624 ExtensionAbilityManager::GetInstance().SetExecutorPool(binderInfo.executors); in OnBind()625 DBDelegate::SetExecutorPool(binderInfo.executors); in OnBind()