/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_multi_ver_sync_db_interface.cpp | 72 int VirtualMultiVerSyncDBInterface::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() function in DistributedDB::VirtualMultiVerSyncDBInterface 74 return kvStore_->GetAllMetaKeys(keys); in GetAllMetaKeys()
|
H A D | virtual_multi_ver_sync_db_interface.h | 49 int GetAllMetaKeys(std::vector<Key> &keys) const override;
|
H A D | virtual_relational_ver_sync_db_interface.h | 82 int GetAllMetaKeys(std::vector<Key> &keys) const override;
|
H A D | virtual_single_ver_sync_db_Interface.h | 63 int GetAllMetaKeys(std::vector<Key>& keys) const override;
|
H A D | virtual_relational_ver_sync_db_interface.cpp | 254 int VirtualRelationalVerSyncDBInterface::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() function in DistributedDB::VirtualRelationalVerSyncDBInterface
|
H A D | virtual_single_ver_sync_db_Interface.cpp | 123 int VirtualSingleVerSyncDBInterface::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() function in DistributedDB::VirtualSingleVerSyncDBInterface
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | isync_interface.h | 67 virtual int GetAllMetaKeys(std::vector<Key> &keys) const = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.h | 71 int GetAllMetaKeys(std::vector<Key> &keys) const override;
|
H A D | rd_single_ver_storage_executor.h | 72 int GetAllMetaKeys(std::vector<Key> &keys) const;
|
H A D | rd_single_ver_natural_store.cpp | 218 int RdSingleVerNaturalStore::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() function in DistributedDB::RdSingleVerNaturalStore
|
H A D | rd_single_ver_storage_executor.cpp | 449 int RdSingleVerStorageExecutor::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() function in DistributedDB::RdSingleVerStorageExecutor
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.h | 83 int GetAllMetaKeys(std::vector<Key> &keys) const override;
|
H A D | multi_ver_natural_store.cpp | 556 int MultiVerNaturalStore::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() 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 | 75 int GetAllMetaKeys(std::vector<Key> &keys) const override;
|
H A D | sqlite_single_ver_storage_executor.h | 54 int GetAllMetaKeys(std::vector<Key> &keys) const;
|
H A D | sqlite_single_ver_natural_store.cpp | 603 int SQLiteSingleVerNaturalStore::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() function in DistributedDB::SQLiteSingleVerNaturalStore 614 errCode = handle->GetAllMetaKeys(keys); in GetAllMetaKeys()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_sync_able_storage.h | 74 int GetAllMetaKeys(std::vector<Key> &keys) 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 | 321 EXPECT_EQ(obj.GetAllMetaKeys(keys), -E_INVALID_DB);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_device_identifier_test.cpp | 451 EXPECT_EQ(errStore->GetAllMetaKeys(keys), -E_INVALID_DB);
|
/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 | 254 EXPECT_EQ(g_nullHandle->GetAllMetaKeys(keys), -E_NOT_SUPPORT);
|
H A D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 405 EXPECT_EQ(g_nullHandle->GetAllMetaKeys(keys), -E_INVALID_DB);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 80 int GetAllMetaKeys(std::vector<Key> &keys) const;
|
H A D | sqlite_single_ver_relational_storage_executor.cpp | 773 int SQLiteSingleVerRelationalStorageExecutor::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 316 int RelationalSyncAbleStorage::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() function in DistributedDB::RelationalSyncAbleStorage 327 errCode = handle->GetAllMetaKeys(keys); in GetAllMetaKeys()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | meta_data.cpp | 295 return naturalStoragePtr_->GetAllMetaKeys(keys); in GetAllMetadataKey()
|