Home
last modified time | relevance | path

Searched refs:timestampVec (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.h49 int GetAllUploadCount(const QuerySyncObject &query, const std::vector<Timestamp> &timestampVec,
H A Dsqlite_cloud_kv_store.cpp164 …const std::vector<Timestamp> &timestampVec, bool isCloudForcePush, [[gnu::unused]] bool isCompensa…
174 …Code, count) = SqliteCloudKvExecutorUtils::CountAllCloudData({ db, isMemory }, timestampVec, user_,
H A Dsqlite_cloud_kv_executor_utils.h47 …r<int, int64_t> CountAllCloudData(const DBParam &param, const std::vector<Timestamp> &timestampVec,
H A Dsqlite_cloud_kv_executor_utils.cpp1048 const std::vector<Timestamp> &timestampVec, const std::string &user, bool forcePush, in CountAllCloudData() argument
1053 if (timestampVec.size() != 3) { // 3 is the number of three mode. in CountAllCloudData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp338 std::vector<Timestamp> timestampVec; variable
339 EXPECT_EQ(obj.GetAllUploadCount(querySync, timestampVec, true, true, count), -E_INVALID_DB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h115 …ual int GetAllUploadCount(const QuerySyncObject &query, const std::vector<Timestamp> &timestampVec,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h146 int GetAllUploadCount(const QuerySyncObject &query, const std::vector<Timestamp> &timestampVec,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1445 …teSingleVerRelationalStorageExecutor::GetAllUploadCount(const std::vector<Timestamp> &timestampVec, in GetAllUploadCount() argument
1449 if (timestampVec.size() != typeVec.size()) { in GetAllUploadCount()
1462 errCode = GetUploadCountInner(timestampVec[i], helper, sql, tempCount); in GetAllUploadCount()
H A Dsqlite_single_ver_relational_storage_executor.h118 …int GetAllUploadCount(const std::vector<Timestamp> &timestampVec, bool isCloudForcePush, bool isCo…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1069 …const std::vector<Timestamp> &timestampVec, bool isCloudForcePush, bool isCompensatedTask, int64_t… in GetAllUploadCount() argument
1078 …errCode = handle->GetAllUploadCount(timestampVec, isCloudForcePush, isCompensatedTask, queryObj, c… in GetAllUploadCount()