Home
last modified time | relevance | path

Searched refs:RemoveDeviceDataInCacheMode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h91 …int RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify, uint64_t recordVers…
H A Drd_single_ver_storage_executor.cpp490 int RdSingleVerStorageExecutor::RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeed… in RemoveDeviceDataInCacheMode() function in DistributedDB::RdSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h277 int RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify) const;
H A Dsqlite_single_ver_storage_executor.h73 …int RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify, uint64_t recordVers…
H A Dsqlite_single_ver_natural_store_extend.cpp499 errCode = RemoveDeviceDataInCacheMode(hashDev, isNeedNotify); in RemoveDeviceDataInner()
H A Dsqlite_single_ver_natural_store.cpp979 int SQLiteSingleVerNaturalStore::RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNee… in RemoveDeviceDataInCacheMode() function in DistributedDB::SQLiteSingleVerNaturalStore
989 errCode = handle->RemoveDeviceDataInCacheMode(hashDev, isNeedNotify, recordVersion); in RemoveDeviceDataInCacheMode()
H A Dsqlite_single_ver_storage_executor_cache.cpp80 int SQLiteSingleVerStorageExecutor::RemoveDeviceDataInCacheMode(const std::string &hashDev, in RemoveDeviceDataInCacheMode() function in DistributedDB::SQLiteSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp464 EXPECT_EQ(executor->RemoveDeviceDataInCacheMode(hashDev, true, 0u), E_OK);
891 EXPECT_EQ(g_handle->RemoveDeviceDataInCacheMode(hashDev, true, 0u), SQL_STATE_ERR);
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp478 EXPECT_EQ(g_handle->RemoveDeviceDataInCacheMode(hashDev, true, 0u), -E_NOT_SUPPORT);