Home
last modified time | relevance | path

Searched refs:NUM_MIN (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/datashareservicestub_fuzzer/
H A Ddatashareservicestub_fuzzer.cpp32 constexpr size_t NUM_MIN = 5; variable
38 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/objectservicestub_fuzzer/
H A Dobjectservicestub_fuzzer.cpp32 constexpr size_t NUM_MIN = 5; variable
38 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/rdbservicestub_fuzzer/
H A Drdbservicestub_fuzzer.cpp32 constexpr size_t NUM_MIN = 5; variable
38 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/udmfservice_fuzzer/
H A Dudmfservice_fuzzer.cpp32 constexpr size_t NUM_MIN = 5; variable
38 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/kvdbservicestub_fuzzer/
H A Dkvdbservicestub_fuzzer.cpp33 constexpr size_t NUM_MIN = 5; variable
39 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/cloudservicestub_fuzzer/
H A Dcloudservicestub_fuzzer.cpp37 constexpr size_t NUM_MIN = 5; variable
71 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Ddistributed_kv_data_manager_test.cpp29 static constexpr size_t NUM_MIN = 5; variable
76 std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp60 static constexpr size_t NUM_MIN = 5; member in OHOS::Test::DistributedDataTest::KvdbServiceImplTest
99 auto executors = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in SetUpTestCase()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dmeta_data_test.cpp40 static constexpr size_t NUM_MIN = 1; member in OHOS::Test::ServiceMetaDataTest
47 std::shared_ptr<ExecutorPool> executors = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in SetUpTestCase()