Home
last modified time | relevance | path

Searched refs:MAX_KV_SUM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/utils_lite/include/
H A Dutils_config.h62 #define MAX_KV_SUM 50 macro
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_hal/
H A Dkv_store.c131 if ((currentNum >= MAX_KV_SUM) && newItem) { in UtilsSetValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_posix/
H A Dkv_store.c262 if ((g_kvSum >= MAX_KV_SUM) && newItem) { in UtilsSetValue()