Home
last modified time | relevance | path

Searched refs:IsChangedDataEmpty (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_commit_notify_data.h50 virtual bool IsChangedDataEmpty() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_commit_notify_filterable_data.h46 bool IsChangedDataEmpty() const override;
H A Dkvdb_commit_notify_filterable_data.cpp66 bool KvDBCommitNotifyFilterAbleData::IsChangedDataEmpty() const in IsChangedDataEmpty() function in DistributedDB::KvDBCommitNotifyFilterAbleData
H A Dgeneric_kvdb_connection.cpp318 if (!data->IsChangedDataEmpty()) { in RegisterSpecialListener()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_notify_data.h41 bool IsChangedDataEmpty() const override;
H A Dmulti_ver_natural_store_commit_notify_data.cpp76 bool MultiVerNaturalStoreCommitNotifyData::IsChangedDataEmpty() const in IsChangedDataEmpty() function in DistributedDB::MultiVerNaturalStoreCommitNotifyData
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store.cpp108 if (!committedData->IsChangedDataEmpty()) { in CommitAndReleaseNotifyData()
H A Dsingle_ver_natural_store_commit_notify_data.h59 bool IsChangedDataEmpty() const override;
H A Dsingle_ver_natural_store_commit_notify_data.cpp50 bool SingleVerNaturalStoreCommitNotifyData::IsChangedDataEmpty() const in IsChangedDataEmpty() function in DistributedDB::SingleVerNaturalStoreCommitNotifyData
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.cpp256 if (!committedData->IsChangedDataEmpty()) { in CommitAndReleaseNotifyData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp1205 if (!committedData->IsChangedDataEmpty()) { in CommitAndReleaseNotifyData()