Home
last modified time | relevance | path

Searched refs:GetMaxTimestamp (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_single_ver_natural_store_testcase.cpp58 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 Ddistributeddb_storage_transaction_data_test.cpp171 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 Ddistributeddb_relational_get_data_test.cpp1389 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 Ddistributeddb_storage_register_observer_test.cpp199 g_singleVerNaturaStore->GetMaxTimestamp(time); in TestForOperation()
742 g_singleVerNaturaStore->GetMaxTimestamp(time);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_db_sync_interface.h44 using ISyncInterface::GetMaxTimestamp;
45 virtual int GetMaxTimestamp(const std::string &tableName, Timestamp &timestamp) const = 0;
H A Disync_interface.h52 virtual void GetMaxTimestamp(Timestamp &stamp) const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.h69 void GetMaxTimestamp(Timestamp &stamp) const override;
72 int GetMaxTimestamp(const std::string &tableName, Timestamp &timestamp) const override;
H A Dvirtual_multi_ver_sync_db_interface.cpp52 void VirtualMultiVerSyncDBInterface::GetMaxTimestamp(Timestamp &stamp) const in GetMaxTimestamp() function in DistributedDB::VirtualMultiVerSyncDBInterface
54 return kvStore_->GetMaxTimestamp(stamp); in GetMaxTimestamp()
H A Dvirtual_multi_ver_sync_db_interface.h37 void GetMaxTimestamp(Timestamp &stamp) const override;
H A Dvirtual_relational_ver_sync_db_interface.cpp203 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 Dvirtual_single_ver_sync_db_Interface.h73 void GetMaxTimestamp(Timestamp& stamp) const override;
H A Dvirtual_single_ver_sync_db_Interface.cpp180 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 Drd_single_ver_natural_store.h73 void GetMaxTimestamp(Timestamp &stamp) const override;
H A Drd_single_ver_natural_store.cpp223 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 Dtime_helper.cpp128 storage_->GetMaxTimestamp(timestamp); in GetMaxDataItemTime()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h54 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 Ddistributeddb_cloud_meta_data_test.cpp329 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 Dmulti_ver_natural_store.h69 void GetMaxTimestamp(Timestamp &stamp) const override;
H A Dmulti_ver_natural_store.cpp509 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 Dsqlite_single_ver_natural_store.h97 void GetMaxTimestamp(Timestamp &stamp) const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp94 void RelationalSyncAbleStorage::GetMaxTimestamp(Timestamp &timestamp) 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 &timestamp) … 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 Dsingle_ver_sync_task_context.cpp574 syncInterface_->GetMaxTimestamp(maxTimestampInDb); in IsCurrentSyncTaskCanBeSkippedInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_auto_launch_test.cpp305 kvStore->GetMaxTimestamp(time); in PutSyncData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h104 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 Dgeneric_syncer.cpp999 storage->GetMaxTimestamp(maxItemTime); in RecordTimeChangeOffset()

12