Home
last modified time | relevance | path

Searched refs:SetExecutorPool (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dextension_ability_manager.h28 void SetExecutorPool(std::shared_ptr<ExecutorPool> executor);
H A Dscheduler_manager.h36 void SetExecutorPool(std::shared_ptr<ExecutorPool> executor);
H A Dextension_ability_manager.cpp31 void ExtensionAbilityManager::SetExecutorPool(std::shared_ptr<ExecutorPool> executor) in SetExecutorPool() function in OHOS::DataShare::ExtensionAbilityManager
H A Ddb_delegate.cpp55 void DBDelegate::SetExecutorPool(std::shared_ptr<ExecutorPool> executor) in SetExecutorPool() function in OHOS::DataShare::DBDelegate
H A Ddb_delegate.h49 static void SetExecutorPool(std::shared_ptr<ExecutorPool> executor);
H A Dscheduler_manager.cpp230 void SchedulerManager::SetExecutorPool(std::shared_ptr<ExecutorPool> executor) in SetExecutorPool() function in OHOS::DataShare::SchedulerManager
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Ddelay_notify.h33 void SetExecutorPool(std::shared_ptr<ExecutorPool> pool);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Ddelay_notify.cpp62 void DelayNotify::SetExecutorPool(std::shared_ptr<ExecutorPool> pool) in SetExecutorPool() function in OHOS::NativeRdb::DelayNotify
H A Drdb_store_impl.cpp725 delayNotifier_->SetExecutorPool(TaskExecutor::GetInstance().GetExecutor()); in InitDelayNotifier()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp623 SchedulerManager::GetInstance().SetExecutorPool(binderInfo.executors); in OnBind()
624 ExtensionAbilityManager::GetInstance().SetExecutorPool(binderInfo.executors); in OnBind()
625 DBDelegate::SetExecutorPool(binderInfo.executors); in OnBind()