Home
last modified time | relevance | path

Searched refs:IsConflictedNotifyMatched (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.h73 bool IsConflictedNotifyMatched(const DataItem &itemPut, const DataItem &itemGet) const;
H A Dsingle_ver_natural_store_commit_notify_data.cpp198 bool SingleVerNaturalStoreCommitNotifyData::IsConflictedNotifyMatched(const DataItem &itemPut, in IsConflictedNotifyMatched() function in DistributedDB::SingleVerNaturalStoreCommitNotifyData
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.cpp1514 bool conflictNotifyMatch = commitData->IsConflictedNotifyMatched(itemPut, itemGet); in PutConflictData()