Searched refs:executorPool (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/ |
H A D | rdb_subscriber_manager.cpp | 115 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 D | rdb_subscriber_manager.h | 59 std::shared_ptr<ExecutorPool> executorPool);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | water_version_manager_test.cpp | 376 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