Home
last modified time | relevance | path

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

/ohos5.0/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() argument
118 rdbCache_.Compute(key, [&observer, &context, executorPool, this](const auto &key, auto &value) { in Add()
138 executorPool->Execute(task); in Add()
H A Drdb_subscriber_manager.h59 std::shared_ptr<ExecutorPool> executorPool);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dwater_version_manager_test.cpp376 auto executorPool = std::make_shared<ExecutorPool>(5, 5); variable
379 executorPool->Execute([index = i % len] { in __anon5220b2e90102()