Home
last modified time | relevance | path

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

/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 Dextension_ability_manager.cpp31 void ExtensionAbilityManager::SetExecutorPool(std::shared_ptr<ExecutorPool> executor) in SetExecutorPool() function in OHOS::DataShare::ExtensionAbilityManager
H A Dscheduler_manager.h36 void SetExecutorPool(std::shared_ptr<ExecutorPool> executor);
H A Ddb_delegate.h44 static void SetExecutorPool(std::shared_ptr<ExecutorPool> executor);
H A Ddb_delegate.cpp55 void DBDelegate::SetExecutorPool(std::shared_ptr<ExecutorPool> executor) in SetExecutorPool() function in OHOS::DataShare::DBDelegate
H A Dscheduler_manager.cpp230 void SchedulerManager::SetExecutorPool(std::shared_ptr<ExecutorPool> executor) in SetExecutorPool() function in OHOS::DataShare::SchedulerManager
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Ddelay_notify.h33 void SetExecutorPool(std::shared_ptr<ExecutorPool> pool);
/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.cpp724 delayNotifier_->SetExecutorPool(TaskExecutor::GetInstance().GetExecutor()); in InitDelayNotifier()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp528 SchedulerManager::GetInstance().SetExecutorPool(binderInfo.executors);
529 ExtensionAbilityManager::GetInstance().SetExecutorPool(binderInfo.executors);
530 DBDelegate::SetExecutorPool(binderInfo.executors);

Completed in 8 milliseconds