Home
last modified time | relevance | path

Searched refs:GetAllUploadCount (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_upload_test.cpp350 EXPECT_CALL(*iCloud, GetAllUploadCount(_, _, _, _, _))
394 EXPECT_CALL(*iCloud, GetAllUploadCount(_, _, _, _, _))
443 EXPECT_CALL(*iCloud, GetAllUploadCount(_, _, _, _, _))
515 EXPECT_CALL(*iCloud, GetAllUploadCount(_, _, _, _, _))
571 EXPECT_CALL(*iCloud, GetAllUploadCount(_, _, _, _, _))
633 EXPECT_CALL(*iCloud, GetAllUploadCount(_, _, _, _, _))
689 EXPECT_CALL(*iCloud, GetAllUploadCount(_, _, _, _, _))
738 EXPECT_CALL(*iCloud, GetAllUploadCount(_, _, _, _, _))
795 EXPECT_CALL(*iCloud, GetAllUploadCount(_, _, _, _, _))
868 EXPECT_CALL(*iCloud, GetAllUploadCount(_, _, _, _, _))
[all …]
H A Dmock_icloud_sync_storage_interface.h34 … MOCK_METHOD5(GetAllUploadCount, int(const QuerySyncObject &, const std::vector<Timestamp> &, bool,
/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.cpp163 int SqliteCloudKvStore::GetAllUploadCount(const QuerySyncObject &query,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h115 …virtual int GetAllUploadCount(const QuerySyncObject &query, const std::vector<Timestamp> &timestam…
/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/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp339 EXPECT_EQ(obj.GetAllUploadCount(querySync, timestampVec, true, true, count), -E_INVALID_DB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp189 … return store_->GetAllUploadCount(query, timeStampVec, isCloudForcePush, isCompensatedTask, count); in GetUploadCount()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h118 …int GetAllUploadCount(const std::vector<Timestamp> &timestampVec, bool isCloudForcePush, bool isCo…
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1445 int SQLiteSingleVerRelationalStorageExecutor::GetAllUploadCount(const std::vector<Timestamp> &times… in GetAllUploadCount() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1068 int RelationalSyncAbleStorage::GetAllUploadCount(const QuerySyncObject &query, in GetAllUploadCount() function in DistributedDB::RelationalSyncAbleStorage
1078 …errCode = handle->GetAllUploadCount(timestampVec, isCloudForcePush, isCompensatedTask, queryObj, c… in GetAllUploadCount()