Home
last modified time | relevance | path

Searched refs:DataInfoWithLog (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_test.cpp191 DataInfoWithLog GetLogInfo(uint64_t timestamp, bool isDeleted) in GetLogInfo()
199 DataInfoWithLog dataInfoWithLog; in GetLogInfo()
207 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
211 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
215 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
219 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
223 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
627 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in __anonb65cf8ae1702()
631 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in __anonb65cf8ae1802()
635 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in __anonb65cf8ae1902()
[all …]
H A Dvirtual_cloud_syncer.h47 …int CallTagStatusByStrategy(bool isExist, const DataInfoWithLog &localInfo, const LogInfo &cloudIn…
H A Dmock_icloud_sync_storage_interface.h42 …(GetInfoByPrimaryKeyOrGid, int(const std::string &, const VBucket &, DataInfoWithLog &, VBucket &)…
H A Dvirtual_cloud_syncer.cpp110 int VirtualCloudSyncer::CallTagStatusByStrategy(bool isExist, const DataInfoWithLog &localInfo, in CallTagStatusByStrategy()
H A Ddistributeddb_cloud_strategy_test.cpp326 DataInfoWithLog localInfo;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.h36 …static std::pair<int, DataInfoWithLog> GetLogInfo(sqlite3 *db, bool isMemory, const VBucket &cloud…
81 …static std::pair<int, DataInfoWithLog> GetLogInfoInner(sqlite3_stmt *stmt, bool isMemory, const st…
84 static DataInfoWithLog FillLogInfoWithStmt(sqlite3_stmt *stmt);
H A Dsqlite_cloud_kv_store.h62 …rimaryKeyOrGid(const std::string &tableName, const VBucket &vBucket, DataInfoWithLog &dataInfoWith…
H A Dsqlite_cloud_kv_executor_utils.cpp230 std::pair<int, DataInfoWithLog> SqliteCloudKvExecutorUtils::GetLogInfo(sqlite3 *db, bool isMemory, in GetLogInfo()
233 std::pair<int, DataInfoWithLog> res; in GetLogInfo()
283 std::pair<int, DataInfoWithLog> SqliteCloudKvExecutorUtils::GetLogInfoInner(sqlite3_stmt *stmt, boo… in GetLogInfoInner()
294 std::pair<int, DataInfoWithLog> res; in GetLogInfoInner()
337 DataInfoWithLog SqliteCloudKvExecutorUtils::FillLogInfoWithStmt(sqlite3_stmt *stmt) in FillLogInfoWithStmt()
339 DataInfoWithLog dataInfoWithLog; in FillLogInfoWithStmt()
H A Dsqlite_cloud_kv_store.cpp240 DataInfoWithLog &dataInfoWithLog, [[gnu::unused]] VBucket &assetInfo)
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dicloud_syncer.h80 DataInfoWithLog localInfo;
H A Dcloud_sync_utils.h62 …ChangedDataByType(const VBucket &datum, ChangedData &changedData, const DataInfoWithLog &localInfo,
H A Dcloud_syncer.h298 int GetLocalInfo(size_t index, SyncParam &param, DataInfoWithLog &logInfo,
H A Dcloud_sync_utils.cpp198 const DataInfoWithLog &localInfo, ChangeType type) in SaveChangedDataByType()
H A Dcloud_syncer.cpp1767 int CloudSyncer::GetLocalInfo(size_t index, SyncParam &param, DataInfoWithLog &logInfo, in GetLocalInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.h83 struct DataInfoWithLog { struct
H A Dstorage_proxy.cpp278 DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo) in GetInfoByPrimaryKeyOrGid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h170 DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo) override;
234 const VBucket &vBucket, DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp241 DataInfoWithLog log;
346 DataInfoWithLog log;
H A Ddistributeddb_cloud_save_cloud_data_test.cpp284 DataInfoWithLog dataInfoWithLog; in GetInfoByPrimaryKeyOrGidTest()
466 DataInfoWithLog dataInfoWithLog; in VbucketWithoutPrimaryDataTest()
547 DataInfoWithLog dataInfoWithLog; in PrimaryKeyCollateTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h81 DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo);
H A Dicloud_sync_storage_interface.h129 DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h132 DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo);
316 … const std::map<std::string, Field> &pkMap, DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo);
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp35 const VBucket &vBucket, DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo) in GetInfoByPrimaryKeyOrGid()
111 …ctor<Field> &assetFields, const std::map<std::string, Field> &pkMap, DataInfoWithLog &dataInfoWith… in GetInfoByStatement()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1243 DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo) in GetInfoByPrimaryKeyOrGid()
1254 …const std::string &tableName, const VBucket &vBucket, DataInfoWithLog &dataInfoWithLog, VBucket &a… in GetInfoByPrimaryKeyOrGidInner()
1816 DataInfoWithLog dataInfoWithLog; in UpsertDataInTransaction()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp993 DataInfoWithLog dataInfo;
1031 DataInfoWithLog dataInfo;