Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsync_generic_interface.h97 virtual int GetDatabaseCreateTimestamp(Timestamp &outTime) const in GetDatabaseCreateTimestamp() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.h51 int GetDatabaseCreateTimestamp(Timestamp &outTime) const override;
H A Dvirtual_single_ver_sync_db_Interface.h113 int GetDatabaseCreateTimestamp(Timestamp &outTime) const override;
H A Dvirtual_relational_ver_sync_db_interface.cpp169 int VirtualRelationalVerSyncDBInterface::GetDatabaseCreateTimestamp(Timestamp &outTime) const in GetDatabaseCreateTimestamp() function in DistributedDB::VirtualRelationalVerSyncDBInterface
H A Dvirtual_single_ver_sync_db_Interface.cpp396 int VirtualSingleVerSyncDBInterface::GetDatabaseCreateTimestamp(Timestamp &outTime) const in GetDatabaseCreateTimestamp() function in DistributedDB::VirtualSingleVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h169 int GetDatabaseCreateTimestamp(Timestamp &outTime) const override;
H A Dsqlite_single_ver_natural_store_extend.cpp283 int errCode = GetDatabaseCreateTimestamp(createDBTime); in SaveCreateDBTimeIfNotExisted()
H A Dsqlite_single_ver_natural_store.cpp1822 int SQLiteSingleVerNaturalStore::GetDatabaseCreateTimestamp(Timestamp &outTime) const in GetDatabaseCreateTimestamp() function in DistributedDB::SQLiteSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h98 int GetDatabaseCreateTimestamp(Timestamp &outTime) const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp965 …(static_cast<SyncGenericInterface *>(storageInterface_))->GetDatabaseCreateTimestamp(dbCreateTime); in SetAbilityRequestBodyInfo()
1027 …(static_cast<SyncGenericInterface *>(storageInterface_))->GetDatabaseCreateTimestamp(dbCreateTime); in SetAbilityAckBodyInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp626 int RelationalSyncAbleStorage::GetDatabaseCreateTimestamp(Timestamp &outTime) const in GetDatabaseCreateTimestamp() function in DistributedDB::RelationalSyncAbleStorage