Home
last modified time | relevance | path

Searched refs:ChangeProperties (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_table_without_primary_key_sync_test.cpp63 ChangeProperties g_onChangeProperties = { .isTrackedDataChange = true };
64 ChangeProperties g_unChangeProperties = { .isTrackedDataChange = false };
93 ChangeProperties properties, uint32_t detailsType) in InitExpectChangedDataByDetailsType()
111 std::vector<ChangeProperties> &expectProperties) in TestChangedDataInTrackerTable()
427 std::vector<ChangeProperties> expectProperties = {
443 std::vector<ChangeProperties> expectProperties = {
459 std::vector<ChangeProperties> expectProperties = {
475 std::vector<ChangeProperties> expectProperties = {
491 std::vector<ChangeProperties> expectProperties = {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_observer.h43 ChangeProperties properties;
H A Dstore_types.h229 struct ChangeProperties { struct
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_client.h30 std::map<std::string, DistributedDB::ChangeProperties> tableData;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h161 …virtual int GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changePr… in GetAndResetServerObserverData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h198 ChangeProperties &changeProperties);
H A Dsqlite_utils.cpp88 …std::map<std::string, std::map<std::string, DistributedDB::ChangeProperties>> g_serverChangedDataM…
1467 … DistributedDB::ChangeProperties properties = { .isTrackedDataChange = (isTrackerChange > 0) }; in CloudDataChangedServerObserver()
1475 ChangeProperties &changeProperties) in GetAndResetServerObserverData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
H A Dstorage_fuzzer.cpp56 static std::map<std::string, ChangeProperties> g_triggerTableData;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h195 …int GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changeProperties…
H A Drelational_store_sqlite_ext.cpp678 … DistributedDB::ChangeProperties properties = { .isTrackedDataChange = (isTrackerChange > 0) }; in CloudDataChangedObserver()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp378 ChangeProperties properties;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp82 …void CheckTriggerTableData(size_t dataSize, const std::string &tableName, ChangeProperties &proper… in CheckTriggerTableData()
106 std::map<std::string, ChangeProperties> triggerTableData_;
929 ChangeProperties properties;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp408 ChangeProperties changeProperties; in NotifyChangedData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h156 …int GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changeProperties…
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp541 ChangeProperties &changeProperties) in GetAndResetServerObserverData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1499 ChangeProperties &changeProperties) in GetAndResetServerObserverData()