/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_syncer_download_test.cpp | 191 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 D | virtual_cloud_syncer.h | 47 …int CallTagStatusByStrategy(bool isExist, const DataInfoWithLog &localInfo, const LogInfo &cloudIn…
|
H A D | mock_icloud_sync_storage_interface.h | 42 …(GetInfoByPrimaryKeyOrGid, int(const std::string &, const VBucket &, DataInfoWithLog &, VBucket &)…
|
H A D | virtual_cloud_syncer.cpp | 110 int VirtualCloudSyncer::CallTagStatusByStrategy(bool isExist, const DataInfoWithLog &localInfo, in CallTagStatusByStrategy()
|
H A D | distributeddb_cloud_strategy_test.cpp | 326 DataInfoWithLog localInfo;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_cloud_kv_executor_utils.h | 36 …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 D | sqlite_cloud_kv_store.h | 62 …rimaryKeyOrGid(const std::string &tableName, const VBucket &vBucket, DataInfoWithLog &dataInfoWith…
|
H A D | sqlite_cloud_kv_executor_utils.cpp | 230 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 D | sqlite_cloud_kv_store.cpp | 240 DataInfoWithLog &dataInfoWithLog, [[gnu::unused]] VBucket &assetInfo)
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | icloud_syncer.h | 80 DataInfoWithLog localInfo;
|
H A D | cloud_sync_utils.h | 62 …ChangedDataByType(const VBucket &datum, ChangedData &changedData, const DataInfoWithLog &localInfo,
|
H A D | cloud_syncer.h | 298 int GetLocalInfo(size_t index, SyncParam ¶m, DataInfoWithLog &logInfo,
|
H A D | cloud_sync_utils.cpp | 198 const DataInfoWithLog &localInfo, ChangeType type) in SaveChangedDataByType()
|
H A D | cloud_syncer.cpp | 1767 int CloudSyncer::GetLocalInfo(size_t index, SyncParam ¶m, DataInfoWithLog &logInfo, in GetLocalInfo()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | data_transformer.h | 83 struct DataInfoWithLog { struct
|
H A D | storage_proxy.cpp | 278 DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo) in GetInfoByPrimaryKeyOrGid()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_sync_able_storage.h | 170 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 D | distributeddb_cloud_meta_data_test.cpp | 241 DataInfoWithLog log; 346 DataInfoWithLog log;
|
H A D | distributeddb_cloud_save_cloud_data_test.cpp | 284 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 D | storage_proxy.h | 81 DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo);
|
H A D | icloud_sync_storage_interface.h | 129 DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 132 DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo); 316 … const std::map<std::string, Field> &pkMap, DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo);
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 35 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 D | relational_sync_able_storage.cpp | 1243 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 D | distributeddb_relational_cloud_syncable_storage_test.cpp | 993 DataInfoWithLog dataInfo; 1031 DataInfoWithLog dataInfo;
|