/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_syncer_upload_test.cpp | 350 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 D | mock_icloud_sync_storage_interface.h | 34 … 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 D | sqlite_cloud_kv_store.h | 49 int GetAllUploadCount(const QuerySyncObject &query, const std::vector<Timestamp> ×tampVec,
|
H A D | sqlite_cloud_kv_store.cpp | 163 int SqliteCloudKvStore::GetAllUploadCount(const QuerySyncObject &query,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | icloud_sync_storage_interface.h | 115 …virtual int GetAllUploadCount(const QuerySyncObject &query, const std::vector<Timestamp> ×tam…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_sync_able_storage.h | 146 int GetAllUploadCount(const QuerySyncObject &query, const std::vector<Timestamp> ×tampVec,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_meta_data_test.cpp | 339 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 D | storage_proxy.cpp | 189 … 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 D | sqlite_single_ver_relational_storage_executor.h | 118 …int GetAllUploadCount(const std::vector<Timestamp> ×tampVec, bool isCloudForcePush, bool isCo…
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 1445 int SQLiteSingleVerRelationalStorageExecutor::GetAllUploadCount(const std::vector<Timestamp> ×… in GetAllUploadCount() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 1068 int RelationalSyncAbleStorage::GetAllUploadCount(const QuerySyncObject &query, in GetAllUploadCount() function in DistributedDB::RelationalSyncAbleStorage 1078 …errCode = handle->GetAllUploadCount(timestampVec, isCloudForcePush, isCompensatedTask, queryObj, c… in GetAllUploadCount()
|