Searched refs:GetAllSyncedEntries (Results 1 – 8 of 8) 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 | 74 int GetAllSyncedEntries(const std::string &hashDev, std::vector<Entry> &entries) const;
|
H A D | rd_single_ver_storage_executor.cpp | 454 int RdSingleVerStorageExecutor::GetAllSyncedEntries(const std::string &hashDev, std::vector<Entry> … in GetAllSyncedEntries() 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 | 56 int GetAllSyncedEntries(const std::string &hashDev, std::vector<Entry> &entries) const;
|
H A D | sqlite_single_ver_storage_executor_cache.cpp | 882 return GetAllSyncedEntries(dev, entries); in GetEntriesForNotifyRemoveDevData()
|
H A D | sqlite_single_ver_natural_store.cpp | 1008 handle->GetAllSyncedEntries(hashDev, entries); in RemoveDeviceDataNormally()
|
H A D | sqlite_single_ver_storage_executor.cpp | 1402 int SQLiteSingleVerStorageExecutor::GetAllSyncedEntries(const std::string &hashDev, in GetAllSyncedEntries() 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 | 257 EXPECT_EQ(g_nullHandle->GetAllSyncedEntries(devName, entries), -E_NOT_SUPPORT);
|
H A D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 408 EXPECT_EQ(g_nullHandle->GetAllSyncedEntries(devName, entries), -E_INVALID_DB);
|