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 D | rd_single_ver_storage_executor.h | 91 …int RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify, uint64_t recordVers…
|
H A D | rd_single_ver_storage_executor.cpp | 490 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 D | sqlite_single_ver_natural_store.h | 277 int RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify) const;
|
H A D | sqlite_single_ver_storage_executor.h | 73 …int RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify, uint64_t recordVers…
|
H A D | sqlite_single_ver_natural_store_extend.cpp | 499 errCode = RemoveDeviceDataInCacheMode(hashDev, isNeedNotify); in RemoveDeviceDataInner()
|
H A D | sqlite_single_ver_natural_store.cpp | 979 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 D | sqlite_single_ver_storage_executor_cache.cpp | 80 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 D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 464 EXPECT_EQ(executor->RemoveDeviceDataInCacheMode(hashDev, true, 0u), E_OK); 891 EXPECT_EQ(g_handle->RemoveDeviceDataInCacheMode(hashDev, true, 0u), SQL_STATE_ERR);
|
H A D | distributeddb_storage_rd_single_ver_natural_executor_test.cpp | 478 EXPECT_EQ(g_handle->RemoveDeviceDataInCacheMode(hashDev, true, 0u), -E_NOT_SUPPORT);
|