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 D | distributeddb_cloud_table_without_primary_key_sync_test.cpp | 63 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 D | store_observer.h | 43 ChangeProperties properties;
|
H A D | store_types.h | 229 struct ChangeProperties { struct
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/ |
H A D | relational_store_client.h | 30 std::map<std::string, DistributedDB::ChangeProperties> tableData;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | icloud_sync_storage_interface.h | 161 …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 D | sqlite_utils.h | 198 ChangeProperties &changeProperties);
|
H A D | sqlite_utils.cpp | 88 …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 D | storage_fuzzer.cpp | 56 static std::map<std::string, ChangeProperties> g_triggerTableData;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_sync_able_storage.h | 195 …int GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changeProperties…
|
H A D | relational_store_sqlite_ext.cpp | 678 … DistributedDB::ChangeProperties properties = { .isTrackedDataChange = (isTrackerChange > 0) }; in CloudDataChangedObserver()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_meta_data_test.cpp | 378 ChangeProperties properties;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_relational_ext_test.cpp | 82 …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 D | storage_proxy.cpp | 408 ChangeProperties changeProperties; in NotifyChangedData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 156 …int GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changeProperties…
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 541 ChangeProperties &changeProperties) in GetAndResetServerObserverData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 1499 ChangeProperties &changeProperties) in GetAndResetServerObserverData()
|