Home
last modified time | relevance | path

Searched defs:syncTimeRange (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_upload_test.cpp457 SyncTimeRange syncTimeRange = { .beginTime = 1u }; variable
1018 SyncTimeRange syncTimeRange = { .beginTime = 1u }; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1109 SyncTimeRange syncTimeRange = { .beginTime = beginTime }; in GetCloudData() local
1165 SyncTimeRange syncTimeRange = { .beginTime = beginTime }; in GetCloudGid() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp1606 const SyncTimeRange &syncTimeRange, bool isCloudForcePushStrategy, in GetSyncCloudGid()