Searched refs:GetDeletedSyncDataByTimestamp (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.h | 100 …int GetDeletedSyncDataByTimestamp(std::vector<DataItem> &dataItems, size_t appendLength, Timestamp…
|
H A D | rd_single_ver_storage_executor.cpp | 512 int RdSingleVerStorageExecutor::GetDeletedSyncDataByTimestamp(std::vector<DataItem> &dataItems, siz… in GetDeletedSyncDataByTimestamp() function in DistributedDB::RdSingleVerStorageExecutor
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.h | 81 …int GetDeletedSyncDataByTimestamp(std::vector<DataItem> &dataItems, size_t appendLength, Timestamp…
|
H A D | sqlite_single_ver_natural_store.cpp | 765 errCode = handle->GetDeletedSyncDataByTimestamp(dataItems, GetAppendedLen(), in GetSyncDataForQuerySync()
|
H A D | sqlite_single_ver_storage_executor.cpp | 551 int SQLiteSingleVerStorageExecutor::GetDeletedSyncDataByTimestamp(std::vector<DataItem> &dataItems,… in GetDeletedSyncDataByTimestamp() function in DistributedDB::SQLiteSingleVerStorageExecutor
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_rd_single_ver_natural_executor_test.cpp | 194 …EXPECT_EQ(g_nullHandle->GetDeletedSyncDataByTimestamp(dataItems, sizeof("time"), begin, end, info),
|
H A D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 262 …EXPECT_EQ(g_nullHandle->GetDeletedSyncDataByTimestamp(dataItems, sizeof("time"), begin, end, info)…
|