/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_single_ver_natural_store_testcase.cpp | 58 store->GetMaxTimestamp(timeBegin); in GetSyncData001() 66 store->GetMaxTimestamp(timeEnd); in GetSyncData001() 106 store->GetMaxTimestamp(timestamp); in GetSyncData002() 146 store->GetMaxTimestamp(timeBegin); in GetSyncData003() 153 store->GetMaxTimestamp(timeEnd); in GetSyncData003() 183 store->GetMaxTimestamp(timestamp); in GetSyncData004() 246 store->GetMaxTimestamp(timestamp); in GetSyncData005() 282 store->GetMaxTimestamp(timestamp); in GetSyncData006() 324 store->GetMaxTimestamp(timeEnd); in PutSyncData001() 419 store->GetMaxTimestamp(timeEnd); in PutSyncData002() [all …]
|
H A D | distributeddb_storage_transaction_data_test.cpp | 171 static uint64_t GetMaxTimestamp() in GetMaxTimestamp() function 1095 Timestamp t1 = GetMaxTimestamp(); 1191 Timestamp timestampV1 = GetMaxTimestamp(); 1202 Timestamp timestampV2 = GetMaxTimestamp(); 1239 Timestamp t1 = GetMaxTimestamp(); 1247 Timestamp t2 = GetMaxTimestamp(); 1253 Timestamp t3 = GetMaxTimestamp();
|
H A D | distributeddb_relational_get_data_test.cpp | 1389 store->GetMaxTimestamp(time1); 1398 store->GetMaxTimestamp(time2); 1407 store->GetMaxTimestamp(time3); 1415 store->GetMaxTimestamp(g_tableName, time4); 1423 store->GetMaxTimestamp(tableName, time5); 1667 syncInterface->GetMaxTimestamp(maxTimestamp);
|
H A D | distributeddb_storage_register_observer_test.cpp | 199 g_singleVerNaturaStore->GetMaxTimestamp(time); in TestForOperation() 742 g_singleVerNaturaStore->GetMaxTimestamp(time);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | relational_db_sync_interface.h | 44 using ISyncInterface::GetMaxTimestamp; 45 virtual int GetMaxTimestamp(const std::string &tableName, Timestamp ×tamp) const = 0;
|
H A D | isync_interface.h | 52 virtual void GetMaxTimestamp(Timestamp &stamp) const = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_relational_ver_sync_db_interface.h | 69 void GetMaxTimestamp(Timestamp &stamp) const override; 72 int GetMaxTimestamp(const std::string &tableName, Timestamp ×tamp) const override;
|
H A D | virtual_multi_ver_sync_db_interface.cpp | 52 void VirtualMultiVerSyncDBInterface::GetMaxTimestamp(Timestamp &stamp) const in GetMaxTimestamp() function in DistributedDB::VirtualMultiVerSyncDBInterface 54 return kvStore_->GetMaxTimestamp(stamp); in GetMaxTimestamp()
|
H A D | virtual_multi_ver_sync_db_interface.h | 37 void GetMaxTimestamp(Timestamp &stamp) const override;
|
H A D | virtual_relational_ver_sync_db_interface.cpp | 203 void VirtualRelationalVerSyncDBInterface::GetMaxTimestamp(Timestamp &stamp) const in GetMaxTimestamp() function in DistributedDB::VirtualRelationalVerSyncDBInterface 325 int VirtualRelationalVerSyncDBInterface::GetMaxTimestamp(const std::string &tableName, Timestamp &t… in GetMaxTimestamp() function in DistributedDB::VirtualRelationalVerSyncDBInterface
|
H A D | virtual_single_ver_sync_db_Interface.h | 73 void GetMaxTimestamp(Timestamp& stamp) const override;
|
H A D | virtual_single_ver_sync_db_Interface.cpp | 180 void VirtualSingleVerSyncDBInterface::GetMaxTimestamp(Timestamp& stamp) const in GetMaxTimestamp() function in DistributedDB::VirtualSingleVerSyncDBInterface
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.h | 73 void GetMaxTimestamp(Timestamp &stamp) const override;
|
H A D | rd_single_ver_natural_store.cpp | 223 void RdSingleVerNaturalStore::GetMaxTimestamp(Timestamp &stamp) const in GetMaxTimestamp() function in DistributedDB::RdSingleVerNaturalStore
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/ |
H A D | time_helper.cpp | 128 storage_->GetMaxTimestamp(timestamp); in GetMaxDataItemTime()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_sync_able_storage.h | 54 void GetMaxTimestamp(Timestamp &stamp) const override; 57 int GetMaxTimestamp(const std::string &tableName, Timestamp &stamp) const override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_meta_data_test.cpp | 329 obj.GetMaxTimestamp(timestamp); 330 EXPECT_EQ(obj.GetMaxTimestamp(TABLE_NAME_1, timestamp), -E_INVALID_DB);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.h | 69 void GetMaxTimestamp(Timestamp &stamp) const override;
|
H A D | multi_ver_natural_store.cpp | 509 void MultiVerNaturalStore::GetMaxTimestamp(Timestamp &stamp) const in GetMaxTimestamp() function in DistributedDB::MultiVerNaturalStore
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.h | 97 void GetMaxTimestamp(Timestamp &stamp) const override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 94 void RelationalSyncAbleStorage::GetMaxTimestamp(Timestamp ×tamp) const in GetMaxTimestamp() function in DistributedDB::RelationalSyncAbleStorage 102 errCode = handle->GetMaxTimestamp(storageEngine_->GetSchema().GetTableNames(), timestamp); in GetMaxTimestamp() 111 int RelationalSyncAbleStorage::GetMaxTimestamp(const std::string &tableName, Timestamp ×tamp) … in GetMaxTimestamp() function in DistributedDB::RelationalSyncAbleStorage 119 errCode = handle->GetMaxTimestamp({ tableName }, timestamp); in GetMaxTimestamp()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_sync_task_context.cpp | 574 syncInterface_->GetMaxTimestamp(maxTimestampInDb); in IsCurrentSyncTaskCanBeSkippedInner()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_auto_launch_test.cpp | 305 kvStore->GetMaxTimestamp(time); in PutSyncData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 104 int GetMaxTimestamp(const std::vector<std::string> &tablesName, Timestamp &maxTimestamp) const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | generic_syncer.cpp | 999 storage->GetMaxTimestamp(maxItemTime); in RecordTimeChangeOffset()
|