Home
last modified time | relevance | path

Searched refs:GetAllMetaKeys (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.cpp72 int VirtualMultiVerSyncDBInterface::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() function in DistributedDB::VirtualMultiVerSyncDBInterface
74 return kvStore_->GetAllMetaKeys(keys); in GetAllMetaKeys()
H A Dvirtual_multi_ver_sync_db_interface.h49 int GetAllMetaKeys(std::vector<Key> &keys) const override;
H A Dvirtual_relational_ver_sync_db_interface.h82 int GetAllMetaKeys(std::vector<Key> &keys) const override;
H A Dvirtual_single_ver_sync_db_Interface.h63 int GetAllMetaKeys(std::vector<Key>& keys) const override;
H A Dvirtual_relational_ver_sync_db_interface.cpp254 int VirtualRelationalVerSyncDBInterface::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() function in DistributedDB::VirtualRelationalVerSyncDBInterface
H A Dvirtual_single_ver_sync_db_Interface.cpp123 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 Disync_interface.h67 virtual int GetAllMetaKeys(std::vector<Key> &keys) const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h71 int GetAllMetaKeys(std::vector<Key> &keys) const override;
H A Drd_single_ver_storage_executor.h72 int GetAllMetaKeys(std::vector<Key> &keys) const;
H A Drd_single_ver_natural_store.cpp218 int RdSingleVerNaturalStore::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() function in DistributedDB::RdSingleVerNaturalStore
H A Drd_single_ver_storage_executor.cpp449 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 Dmulti_ver_natural_store.h83 int GetAllMetaKeys(std::vector<Key> &keys) const override;
H A Dmulti_ver_natural_store.cpp556 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 Dsqlite_single_ver_natural_store.h75 int GetAllMetaKeys(std::vector<Key> &keys) const override;
H A Dsqlite_single_ver_storage_executor.h54 int GetAllMetaKeys(std::vector<Key> &keys) const;
H A Dsqlite_single_ver_natural_store.cpp603 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 Drelational_sync_able_storage.h74 int GetAllMetaKeys(std::vector<Key> &keys) const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp321 EXPECT_EQ(obj.GetAllMetaKeys(keys), -E_INVALID_DB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp451 EXPECT_EQ(errStore->GetAllMetaKeys(keys), -E_INVALID_DB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp254 EXPECT_EQ(g_nullHandle->GetAllMetaKeys(keys), -E_NOT_SUPPORT);
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp405 EXPECT_EQ(g_nullHandle->GetAllMetaKeys(keys), -E_INVALID_DB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h80 int GetAllMetaKeys(std::vector<Key> &keys) const;
H A Dsqlite_single_ver_relational_storage_executor.cpp773 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 Drelational_sync_able_storage.cpp316 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 Dmeta_data.cpp295 return naturalStoragePtr_->GetAllMetaKeys(keys); in GetAllMetadataKey()

12