Home
last modified time | relevance | path

Searched refs:GetLocalWater (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h409 std::pair<int, Timestamp> GetLocalWater(const std::string &tableName, UploadParam &uploadParam);
H A Dcloud_syncer_extend.cpp908 std::pair<int, Timestamp> CloudSyncer::GetLocalWater(const std::string &tableName, UploadParam &upl… in GetLocalWater() function in DistributedDB::CloudSyncer
1114 auto [err, localWater] = GetLocalWater(tableName, uploadParam); in DoUploadByMode()