Home
last modified time | relevance | path

Searched refs:executorPool (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Drdb_subscriber_manager.cpp115 std::shared_ptr<Context> context, std::shared_ptr<ExecutorPool> executorPool) in Add()
118 rdbCache_.Compute(key, [&observer, &context, executorPool, this](const auto &key, auto &value) { in Add()
137 executorPool->Execute(task); in Add()
114 Add(const Key &key, const sptr<IDataProxyRdbObserver> observer, std::shared_ptr<Context> context, std::shared_ptr<ExecutorPool> executorPool) Add() argument
H A Drdb_subscriber_manager.h59 std::shared_ptr<ExecutorPool> executorPool);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dwater_version_manager_test.cpp376 auto executorPool = std::make_shared<ExecutorPool>(5, 5); in HWTEST_F() local
379 executorPool->Execute([index = i % len] { in HWTEST_F()

Completed in 3 milliseconds