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 D | rd_single_ver_storage_executor.cpp | 261 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 D | rd_single_ver_storage_executor.h | 208 int PrepareForNotifyConflictAndObserver(const Entry &entry,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.h | 306 int PrepareForNotifyConflictAndObserver(DataItem &dataItem, const DeviceInfo &deviceInfo,
|
H A D | sqlite_single_ver_storage_executor_cache.cpp | 755 …int errCode = PrepareForNotifyConflictAndObserver(dataItem, deviceInfo, notify, isPermitForceWrite… in PutIntoConflictAndCommitForMigrateCache()
|
H A D | sqlite_single_ver_storage_executor.cpp | 1298 int SQLiteSingleVerStorageExecutor::PrepareForNotifyConflictAndObserver(DataItem &dataItem, in PrepareForNotifyConflictAndObserver() function in DistributedDB::SQLiteSingleVerStorageExecutor 1361 …int errCode = PrepareForNotifyConflictAndObserver(dataItem, deviceInfo, notify, isPermitForceWrite… in SaveSyncDataItem()
|