Home
last modified time | relevance | path

Searched refs:PrepareForNotifyConflictAndObserver (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.cpp261 int errCode = PrepareForNotifyConflictAndObserver(entry, notify, isDelete); in PrepareNotifyForEntries()
466 int errCode = PrepareForNotifyConflictAndObserver(entry, notify, isDelete); in SaveSyncDataItem()
750 int RdSingleVerStorageExecutor::PrepareForNotifyConflictAndObserver(const Entry &entry, in PrepareForNotifyConflictAndObserver() function in DistributedDB::RdSingleVerStorageExecutor
H A Drd_single_ver_storage_executor.h208 int PrepareForNotifyConflictAndObserver(const Entry &entry,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h306 int PrepareForNotifyConflictAndObserver(DataItem &dataItem, const DeviceInfo &deviceInfo,
H A Dsqlite_single_ver_storage_executor_cache.cpp755 …int errCode = PrepareForNotifyConflictAndObserver(dataItem, deviceInfo, notify, isPermitForceWrite… in PutIntoConflictAndCommitForMigrateCache()
H A Dsqlite_single_ver_storage_executor.cpp1298 int SQLiteSingleVerStorageExecutor::PrepareForNotifyConflictAndObserver(DataItem &dataItem, in PrepareForNotifyConflictAndObserver() function in DistributedDB::SQLiteSingleVerStorageExecutor
1361 …int errCode = PrepareForNotifyConflictAndObserver(dataItem, deviceInfo, notify, isPermitForceWrite… in SaveSyncDataItem()