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/permission/
Duri_permission_manager.h48 std::shared_ptr<ExecutorPool> executorPool_; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
Dstore_cache.h50 std::shared_ptr<ExecutorPool> executorPool_; variable
/foundation/distributeddatamgr/preferences/frameworks/native/include/
Dpreferences_base.h127 static ExecutorPool executorPool_; variable
/foundation/distributeddatamgr/kv_store/frameworks/common/test/
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, … member in OHOS::Test::ExecutorPoolTest
/foundation/distributeddatamgr/preferences/frameworks/native/src/
Dpreferences_base.cpp33 ExecutorPool PreferencesBase::executorPool_ = ExecutorPool(1, 0); member in OHOS::NativePreferences::PreferencesBase