Home
last modified time | relevance | path

Searched refs:IsConflictedDataEmpty (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_commit_notify_data.h53 virtual bool IsConflictedDataEmpty() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_commit_notify_filterable_data.h49 bool IsConflictedDataEmpty() const override;
H A Dkvdb_commit_notify_filterable_data.cpp71 bool KvDBCommitNotifyFilterAbleData::IsConflictedDataEmpty() const in IsConflictedDataEmpty() function in DistributedDB::KvDBCommitNotifyFilterAbleData
H A Dgeneric_kvdb_connection.cpp314 if (!data->IsConflictedDataEmpty()) { in RegisterSpecialListener()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store.cpp111 if (!committedData->IsConflictedDataEmpty()) { in CommitAndReleaseNotifyData()
H A Dsingle_ver_natural_store_commit_notify_data.h61 bool IsConflictedDataEmpty() const override;
H A Dsingle_ver_natural_store_commit_notify_data.cpp57 bool SingleVerNaturalStoreCommitNotifyData::IsConflictedDataEmpty() const in IsConflictedDataEmpty() function in DistributedDB::SingleVerNaturalStoreCommitNotifyData
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp1208 if (!committedData->IsConflictedDataEmpty()) { in CommitAndReleaseNotifyData()