Home
last modified time | relevance | path

Searched refs:SingleVerRecord (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.h163 int PublishLocalCallback(bool updateTimestamp, const SingleVerRecord &localRecord,
164 const SingleVerRecord &syncRecord, const KvStoreNbPublishAction &onConflict);
167 SingleVerRecord &localRecord, SingleVerRecord &syncRecord, bool &isNeedCallback);
172 SingleVerRecord &syncRecord, bool updateTimestamp, int &innerErrCode);
174 …int UnpublishOper(SingleVerNaturalStoreCommitNotifyData *&committedData, const SingleVerRecord &sy…
H A Dsqlite_single_ver_natural_store_connection.cpp1407 SingleVerRecord localRecord; in PublishLocal()
1409 SingleVerRecord syncRecord; in PublishLocal()
1459 …const SingleVerRecord &localRecord, const SingleVerRecord &syncRecord, const KvStoreNbPublishActio… in PublishLocalCallback()
1472 …bool updateTimestamp, SingleVerRecord &localRecord, SingleVerRecord &syncRecord, bool &isNeedCallb… in PublishInner()
1549 SingleVerRecord syncRecord; in UnpublishToLocal()
1579 …SingleVerNaturalStoreCommitNotifyData *&committedData, SingleVerRecord &syncRecord, bool updateTim… in UnpublishInner()
1594 SingleVerRecord localRecord; in UnpublishInner()
1622 const SingleVerRecord &syncRecord, bool updateTimestamp, int operType) in UnpublishOper()
H A Dsqlite_single_ver_storage_executor.h40 int GetKvDataByHashKey(const Key &hashKey, SingleVerRecord &result) const;
H A Dsqlite_single_ver_storage_executor.cpp195 int SQLiteSingleVerStorageExecutor::GetKvDataByHashKey(const Key &hashKey, SingleVerRecord &result)… in GetKvDataByHashKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_executor.h59 struct SingleVerRecord { struct
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h58 int GetKvDataByHashKey(const Key &hashKey, SingleVerRecord &result) const;
H A Drd_single_ver_storage_executor.cpp436 int RdSingleVerStorageExecutor::GetKvDataByHashKey(const Key &hashKey, SingleVerRecord &result) con… in GetKvDataByHashKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp1157 SingleVerRecord result;