Home
last modified time | relevance | path

Searched refs:PrepareNotifyForEntries (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h81 int PrepareNotifyForEntries(const std::vector<Entry> &entries,
H A Drd_single_ver_storage_executor.cpp253 int RdSingleVerStorageExecutor::PrepareNotifyForEntries(const std::vector<Entry> &entries, in PrepareNotifyForEntries() function in DistributedDB::RdSingleVerStorageExecutor
410 ret = PrepareNotifyForEntries(entries, committedData, notifys, isDelete); in BatchSaveEntries()