/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 | 165 …EXPECT_EQ(g_nullHandle->PutKvData(SingleVerDataType::SYNC_TYPE, KEY_1, value, 0, nullptr), -E_INVA… 171 …EXPECT_EQ(g_nullHandle->PutKvData(SingleVerDataType::META_TYPE, KEY_1, value, 0, nullptr), -E_INVA… 178 …EXPECT_EQ(g_handle->PutKvData(SingleVerDataType::META_TYPE, key, value, 0, nullptr), -E_INVALID_AR… 429 …EXPECT_EQ(g_handle->PutKvData(SingleVerDataType::LOCAL_TYPE_SQLITE, key, value, timestamp, nullptr…
|
H A D | distributeddb_storage_rd_single_ver_natural_executor_test.cpp | 159 …EXPECT_EQ(g_nullHandle->PutKvData(SingleVerDataType::SYNC_TYPE, KEY_1, value, 0, nullptr), -E_NOT_… 165 …EXPECT_EQ(g_nullHandle->PutKvData(SingleVerDataType::META_TYPE, KEY_1, value, 0, nullptr), -E_NOT_…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_relational_storage_engine.cpp | 158 int errCode = handle->PutKvData(schemaKey, schemaVal); // save schema to meta_data in SaveSchemaToMetaTable() 172 int errCode = handle->PutKvData(schemaKey, schemaVal); // save schema to meta_data in SaveTrackerSchemaToMetaTable() 186 int errCode = handle->PutKvData(key, value); in SaveSyncTableTypeAndDropFlagToMeta() 925 ret = handle->PutKvData(newKey, value); in UpdateKvData()
|
H A D | sqlite_single_ver_relational_storage_executor.h | 77 int PutKvData(const Key &key, const Value &value) const;
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 1208 errCode = PutKvData(key, cursor); in InitCursorToMeta()
|
H A D | sqlite_single_ver_relational_storage_executor.cpp | 695 int SQLiteSingleVerRelationalStorageExecutor::PutKvData(const Key &key, const Value &value) const in PutKvData() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.h | 61 virtual int PutKvData(SingleVerDataType type, const Key &key, const Value &value,
|
H A D | rd_single_ver_storage_executor.cpp | 442 int RdSingleVerStorageExecutor::PutKvData(SingleVerDataType type, const Key &key, const Value &valu… in PutKvData() function in DistributedDB::RdSingleVerStorageExecutor
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.h | 43 virtual int PutKvData(SingleVerDataType type, const Key &key, const Value &value,
|
H A D | sqlite_single_ver_natural_store_connection.cpp | 1011 …errCode = writeHandle_->PutKvData(SingleVerDataType::LOCAL_TYPE_SQLITE, dataItem.key, dataItem.val… in SaveLocalItem() 1642 …errCode = writeHandle_->PutKvData(SingleVerDataType::LOCAL_TYPE_SQLITE, syncRecord.key, syncRecord… in UnpublishOper()
|
H A D | sqlite_single_ver_natural_store.cpp | 565 …errCode = handle->PutKvData(SingleVerDataType::META_TYPE, key, value, 0, nullptr); // meta doesn't… in PutMetaData()
|
H A D | sqlite_single_ver_storage_executor.cpp | 279 int SQLiteSingleVerStorageExecutor::PutKvData(SingleVerDataType type, const Key &key, const Value &… in PutKvData() function in DistributedDB::SQLiteSingleVerStorageExecutor
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 213 errCode = handle->PutKvData(key, value); // meta doesn't need time. in PutMetaData() 249 errCode = handle->PutKvData(key, value); in PutMetaData()
|