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 D | sqlite_single_ver_natural_store_connection.h | 163 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 D | sqlite_single_ver_natural_store_connection.cpp | 1407 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 D | sqlite_single_ver_storage_executor.h | 40 int GetKvDataByHashKey(const Key &hashKey, SingleVerRecord &result) const;
|
H A D | sqlite_single_ver_storage_executor.cpp | 195 int SQLiteSingleVerStorageExecutor::GetKvDataByHashKey(const Key &hashKey, SingleVerRecord &result)… in GetKvDataByHashKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_executor.h | 59 struct SingleVerRecord { struct
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.h | 58 int GetKvDataByHashKey(const Key &hashKey, SingleVerRecord &result) const;
|
H A D | rd_single_ver_storage_executor.cpp | 436 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 D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 1157 SingleVerRecord result;
|