Searched refs:SaveKvData (Results 1 – 4 of 4) 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 | 199 int SaveKvData(SingleVerDataType type, const Key &key, const Value &value);
|
H A D | rd_single_ver_storage_executor.cpp | 376 int RdSingleVerStorageExecutor::SaveKvData(SingleVerDataType type, const Key &key, const Value &val… in SaveKvData() function in DistributedDB::RdSingleVerStorageExecutor 782 return SaveKvData(SingleVerDataType::SYNC_TYPE, entry.key, entry.value); in SaveSyncDataToDatabase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.h | 194 …virtual int SaveKvData(SingleVerDataType type, const Key &key, const Value &value, Timestamp times…
|
H A D | sqlite_single_ver_storage_executor.cpp | 248 int SQLiteSingleVerStorageExecutor::SaveKvData(SingleVerDataType type, const Key &key, const Value … in SaveKvData() function in DistributedDB::SQLiteSingleVerStorageExecutor 299 int errCode = SaveKvData(type, key, value, timestamp); in PutKvData()
|