/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_rd_single_ver_natural_executor_test.cpp | 130 …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 D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 136 …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 D | rd_single_ver_storage_executor.h | 53 int GetKvData(SingleVerDataType type, const Key &key, Value &value, Timestamp ×tamp) const;
|
H A D | rd_single_ver_natural_store_connection.cpp | 288 errCode = writeHandle_->GetKvData(dataType, key, value, recordTimestamp); in Get() 303 errCode = handle->GetKvData(dataType, key, value, timestamp); in Get()
|
H A D | rd_single_ver_storage_executor.cpp | 270 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 D | sqlite_single_ver_storage_executor.h | 37 …virtual int GetKvData(SingleVerDataType type, const Key &key, Value &value, Timestamp ×tamp) …
|
H A D | sqlite_single_ver_storage_executor.cpp | 107 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 D | sqlite_single_ver_natural_store_connection.cpp | 108 errCode = writeHandle_->GetKvData(dataType, key, value, recordTimestamp); in Get() 121 errCode = handle->GetKvData(dataType, key, value, timestamp); in Get()
|
H A D | sqlite_single_ver_natural_store.cpp | 546 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 D | sqlite_single_ver_relational_storage_executor.h | 76 int GetKvData(const Key &key, Value &value) const;
|
H A D | sqlite_single_ver_relational_storage_executor.cpp | 666 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 D | sqlite_single_relational_storage_engine.cpp | 915 int ret = handle->GetKvData(oldKey, value); in UpdateKvData()
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 1205 int errCode = GetKvData(key, cursor); in InitCursorToMeta()
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 389 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 D | relational_sync_able_storage.cpp | 193 errCode = handle->GetKvData(key, value); in GetMetaData()
|