Home
last modified time | relevance | path

Searched refs:NUM_MAX (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/datashareservicestub_fuzzer/
H A Ddatashareservicestub_fuzzer.cpp33 constexpr size_t NUM_MAX = 12; member
38 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/kvdbservicestub_fuzzer/
H A Dkvdbservicestub_fuzzer.cpp34 constexpr size_t NUM_MAX = 12; member
39 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/objectservicestub_fuzzer/
H A Dobjectservicestub_fuzzer.cpp33 constexpr size_t NUM_MAX = 12; member
38 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/rdbservicestub_fuzzer/
H A Drdbservicestub_fuzzer.cpp33 constexpr size_t NUM_MAX = 12; member
38 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/udmfservice_fuzzer/
H A Dudmfservice_fuzzer.cpp33 constexpr size_t NUM_MAX = 12; member
38 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/cloudservicestub_fuzzer/
H A Dcloudservicestub_fuzzer.cpp38 constexpr size_t NUM_MAX = 12; member
71 std::shared_ptr<ExecutorPool> executor = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in OnRemoteRequestFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dmeta_data_test.cpp41 static constexpr size_t NUM_MAX = 2; member in OHOS::Test::ServiceMetaDataTest
47 std::shared_ptr<ExecutorPool> executors = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in SetUpTestCase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp63 static constexpr size_t NUM_MAX = 12; member in OHOS::Test::DistributedDataTest::KvdbServiceImplTest
102 auto executors = std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN); in SetUpTestCase()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Ddistributed_kv_data_manager_test.cpp32 static constexpr size_t NUM_MAX = 12; member in OHOS::Test::DistributedKvDataManagerTest
83 std::make_shared<ExecutorPool>(NUM_MAX, NUM_MIN);

Completed in 5 milliseconds