Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_test.cpp189 EXPECT_NE(oldInfo.maxSize, CloudInfo::DEFAULT_BATCH_SIZE);
194 EXPECT_EQ(newInfo.maxSize, CloudInfo::DEFAULT_BATCH_SIZE);
/ohos5.0/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 variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp46 maxSize = DEFAULT_BATCH_SIZE; in Unmarshal()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp268 cloudInfo1.maxSize = CloudInfo::DEFAULT_BATCH_SIZE;