Home
last modified time | relevance | path

Searched refs:GetKvData (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp130 …EXPECT_EQ(g_nullHandle->GetKvData(SingleVerDataType(type + 1), key, value, timestamp), -E_INVALID_…
136 EXPECT_EQ(g_handle->GetKvData(SingleVerDataType(type), key, value, timestamp), -E_INVALID_ARGS);
142 …EXPECT_EQ(g_nullHandle->GetKvData(SingleVerDataType(type), KEY_1, value, timestamp), -E_INVALID_DB…
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp136 …EXPECT_EQ(g_nullHandle->GetKvData(SingleVerDataType(type + 1), key, value, timestamp), -E_INVALID_…
142 … EXPECT_EQ(g_nullHandle->GetKvData(SingleVerDataType(type), key, value, timestamp), -E_INVALID_DB);
148 EXPECT_EQ(g_handle->GetKvData(SingleVerDataType(type), key, value, timestamp), -E_INVALID_ARGS);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h53 int GetKvData(SingleVerDataType type, const Key &key, Value &value, Timestamp &timestamp) const;
H A Drd_single_ver_natural_store_connection.cpp288 errCode = writeHandle_->GetKvData(dataType, key, value, recordTimestamp); in Get()
303 errCode = handle->GetKvData(dataType, key, value, timestamp); in Get()
H A Drd_single_ver_storage_executor.cpp270 int RdSingleVerStorageExecutor::GetKvData(SingleVerDataType type, const Key &key, Value &value, in GetKvData() function in DistributedDB::RdSingleVerStorageExecutor
742 int errCode = GetKvData(SingleVerDataType::SYNC_TYPE, key, value, recordTimestamp); in GetSyncDataPreByKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h37 …virtual int GetKvData(SingleVerDataType type, const Key &key, Value &value, Timestamp &timestamp) …
H A Dsqlite_single_ver_storage_executor.cpp107 int SQLiteSingleVerStorageExecutor::GetKvData(SingleVerDataType type, const Key &key, Value &value, in GetKvData() function in DistributedDB::SQLiteSingleVerStorageExecutor
1071 int errCode = GetKvData(SingleVerDataType::LOCAL_TYPE_SQLITE, key, value, timestamp); in CheckIfKeyExisted()
1668 int errCode = GetKvData(SingleVerDataType::LOCAL_TYPE_SQLITE, key, value, timestamp); in DeleteLocalKvData()
H A Dsqlite_single_ver_natural_store_connection.cpp108 errCode = writeHandle_->GetKvData(dataType, key, value, recordTimestamp); in Get()
121 errCode = handle->GetKvData(dataType, key, value, timestamp); in Get()
H A Dsqlite_single_ver_natural_store.cpp546 errCode = handle->GetKvData(SingleVerDataType::META_TYPE, key, value, timestamp); in GetMetaData()
1681 errCode = handle->GetKvData(SingleVerDataType::META_TYPE, key, value, timestamp); in GetSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h76 int GetKvData(const Key &key, Value &value) const;
H A Dsqlite_single_ver_relational_storage_executor.cpp666 int SQLiteSingleVerRelationalStorageExecutor::GetKvData(const Key &key, Value &value) const in GetKvData() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1314 int errCode = GetKvData(key, value); in IsTableOnceDropped()
H A Dsqlite_single_relational_storage_engine.cpp915 int ret = handle->GetKvData(oldKey, value); in UpdateKvData()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1205 int errCode = GetKvData(key, cursor); in InitCursorToMeta()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp389 int errCode = GetKvData(schemaKey, schemaVal); // save schema to meta_data in GetOrInitTrackerSchemaFromMeta()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp193 errCode = handle->GetKvData(key, value); in GetMetaData()