Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dcache_data.h39 CacheData(const size_t maxKeySize, const size_t maxValueSize,
H A Dcache_data.cpp31 CacheData::CacheData(const size_t maxKeySize, const size_t maxValueSize, in CacheData() argument
34 maxValueSize_(maxValueSize), in CacheData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dlocal_subscribe_device_store_test.cpp1917 int maxValueSize = 2 * 1024 * 1024; // max value size is 2M. variable
1918 std::vector<uint8_t> val(maxValueSize);
1919 for (int i = 0; i < maxValueSize; i++) {
H A Dlocal_subscribe_store_test.cpp1930 int maxValueSize = 2 * 1024 * 1024; // max value size is 2M. variable
1931 std::vector<uint8_t> val(maxValueSize);
1932 for (int i = 0; i < maxValueSize; i++) {