Home
last modified time | relevance | path

Searched refs:DeleteMetaDataByPrefixKey (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Disync_interface.h64 virtual int DeleteMetaDataByPrefixKey(const Key &keyPrefix) const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.h47 int DeleteMetaDataByPrefixKey(const Key &keyPrefix) const override;
H A Dvirtual_relational_ver_sync_db_interface.h80 int DeleteMetaDataByPrefixKey(const Key &keyPrefix) const override;
H A Dvirtual_multi_ver_sync_db_interface.cpp233 int VirtualMultiVerSyncDBInterface::DeleteMetaDataByPrefixKey(const Key &keyPrefix) const in DeleteMetaDataByPrefixKey() function in DistributedDB::VirtualMultiVerSyncDBInterface
H A Dvirtual_single_ver_sync_db_Interface.h61 int DeleteMetaDataByPrefixKey(const Key &keyPrefix) const override;
H A Dvirtual_relational_ver_sync_db_interface.cpp240 int VirtualRelationalVerSyncDBInterface::DeleteMetaDataByPrefixKey(const Key &keyPrefix) const in DeleteMetaDataByPrefixKey() function in DistributedDB::VirtualRelationalVerSyncDBInterface
H A Dvirtual_single_ver_sync_db_Interface.cpp440 int VirtualSingleVerSyncDBInterface::DeleteMetaDataByPrefixKey(const Key &keyPrefix) const in DeleteMetaDataByPrefixKey() function in DistributedDB::VirtualSingleVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h69 int DeleteMetaDataByPrefixKey(const Key &keyPrefix) const override;
H A Drd_single_ver_storage_executor.h168 int DeleteMetaDataByPrefixKey(const Key &keyPrefix);
H A Drd_single_ver_natural_store.cpp213 int RdSingleVerNaturalStore::DeleteMetaDataByPrefixKey(const Key &keyPrefix) const in DeleteMetaDataByPrefixKey() function in DistributedDB::RdSingleVerNaturalStore
H A Drd_single_ver_storage_executor.cpp637 int RdSingleVerStorageExecutor::DeleteMetaDataByPrefixKey(const Key &keyPrefix) in DeleteMetaDataByPrefixKey() function in DistributedDB::RdSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.h80 int DeleteMetaDataByPrefixKey(const Key &keyPrefix) const override;
H A Dmulti_ver_natural_store.cpp1187 int MultiVerNaturalStore::DeleteMetaDataByPrefixKey(const Key &keyPrefix) const in DeleteMetaDataByPrefixKey() function in DistributedDB::MultiVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp293 int SQLiteSingleVerNaturalStore::DeleteMetaDataByPrefixKey(const Key &keyPrefix) const in DeleteMetaDataByPrefixKey() function in DistributedDB::SQLiteSingleVerNaturalStore
305 errCode = handle->DeleteMetaDataByPrefixKey(keyPrefix); in DeleteMetaDataByPrefixKey()
H A Dsqlite_single_ver_natural_store.h73 int DeleteMetaDataByPrefixKey(const Key &keyPrefix) const override;
H A Dsqlite_single_ver_storage_executor.h159 int DeleteMetaDataByPrefixKey(const Key &keyPrefix);
H A Dsqlite_single_ver_storage_executor_cache.cpp967 int SQLiteSingleVerStorageExecutor::DeleteMetaDataByPrefixKey(const Key &keyPrefix) in DeleteMetaDataByPrefixKey() function in DistributedDB::SQLiteSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h71 int DeleteMetaDataByPrefixKey(const Key &keyPrefix) const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp327 EXPECT_EQ(obj.DeleteMetaDataByPrefixKey(key), -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.cpp473 EXPECT_EQ(g_handle->DeleteMetaDataByPrefixKey(KEY_1), -E_NOT_SUPPORT);
H A Ddistributeddb_storage_single_ver_natural_store_testcase.cpp1878 ASSERT_EQ(store->DeleteMetaDataByPrefixKey(Key {'b'}), E_OK); in TestMetaDataDeleteByPrefixKey()
1879 ASSERT_EQ(store->DeleteMetaDataByPrefixKey(Key {'c'}), E_OK); in TestMetaDataDeleteByPrefixKey()
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp886 EXPECT_EQ(g_handle->DeleteMetaDataByPrefixKey(KEY_1), SQL_STATE_ERR);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dquery_sync_water_mark_helper.cpp535 int errCode = storage_->DeleteMetaDataByPrefixKey(prefixKey); in ResetRecvQueryWaterMark()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h79 int DeleteMetaDataByPrefixKey(const Key &keyPrefix) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp291 int RelationalSyncAbleStorage::DeleteMetaDataByPrefixKey(const Key &keyPrefix) const in DeleteMetaDataByPrefixKey() function in DistributedDB::RelationalSyncAbleStorage
306 errCode = handle->DeleteMetaDataByPrefixKey(keyPrefix); in DeleteMetaDataByPrefixKey()

12