Home
last modified time | relevance | path

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

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