Home
last modified time | relevance | path

Searched defs:executorPool_ (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Dstore_cache.h50 std::shared_ptr<ExecutorPool> executorPool_; member in OHOS::UDMF::StoreCache
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
H A Duri_permission_manager.h49 std::shared_ptr<ExecutorPool> executorPool_; member in OHOS::UDMF::UriPermissionManager
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_base.h127 static ExecutorPool executorPool_; member in OHOS::NativePreferences::PreferencesBase
/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dexecutor_pool_test.cpp37 static std::shared_ptr<ExecutorPool> executorPool_; member in OHOS::Test::ExecutorPoolTest
46 std::shared_ptr<ExecutorPool> ExecutorPoolTest::executorPool_ = std::make_shared<ExecutorPool>(12, 5); member in OHOS::Test::ExecutorPoolTest
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp33 ExecutorPool PreferencesBase::executorPool_ = ExecutorPool(1, 0); member in OHOS::NativePreferences::PreferencesBase

Completed in 4 milliseconds