Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_commit_notify_data.h34 constexpr size_t MAX_TOTAL_NOTIFY_ITEM_SIZE = 1048576; // 1MB variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp1067 if (entries.empty() || entries.size() > MAX_TOTAL_NOTIFY_ITEM_SIZE) { // LCOV_EXCL_BR_LINE in CommitNotifyForMigrateCache()
H A Dsqlite_single_ver_natural_store.cpp1022 if (entries.empty() || entries.size() > MAX_TOTAL_NOTIFY_ITEM_SIZE) { in NotifyRemovedData()