Home
last modified time | relevance | path

Searched refs:PutKvData (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp165 …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 Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp159 …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 Dsqlite_single_relational_storage_engine.cpp158 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 Dsqlite_single_ver_relational_storage_executor.h77 int PutKvData(const Key &key, const Value &value) const;
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1208 errCode = PutKvData(key, cursor); in InitCursorToMeta()
H A Dsqlite_single_ver_relational_storage_executor.cpp695 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 Drd_single_ver_storage_executor.h61 virtual int PutKvData(SingleVerDataType type, const Key &key, const Value &value,
H A Drd_single_ver_storage_executor.cpp442 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 Dsqlite_single_ver_storage_executor.h43 virtual int PutKvData(SingleVerDataType type, const Key &key, const Value &value,
H A Dsqlite_single_ver_natural_store_connection.cpp1011 …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 Dsqlite_single_ver_natural_store.cpp565 …errCode = handle->PutKvData(SingleVerDataType::META_TYPE, key, value, 0, nullptr); // meta doesn't… in PutMetaData()
H A Dsqlite_single_ver_storage_executor.cpp279 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 Drelational_sync_able_storage.cpp213 errCode = handle->PutKvData(key, value); // meta doesn't need time. in PutMetaData()
249 errCode = handle->PutKvData(key, value); in PutMetaData()