Home
last modified time | relevance | path

Searched refs:DEFAULT_BATCH_SIZE (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_test.cpp189 EXPECT_NE(oldInfo.maxSize, CloudInfo::DEFAULT_BATCH_SIZE); in HWTEST_F()
194 EXPECT_EQ(newInfo.maxSize, CloudInfo::DEFAULT_BATCH_SIZE); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_info.h24 static constexpr int32_t DEFAULT_BATCH_SIZE = 1024 * 512 * 3; // 1.5M member in OHOS::DistributedData::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp46 maxSize = DEFAULT_BATCH_SIZE; in Unmarshal()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp243 cloudInfo1.maxSize = CloudInfo::DEFAULT_BATCH_SIZE; in HWTEST_F()

Completed in 3 milliseconds