Searched refs:GetLocalWater (Results 1 – 2 of 2) sorted by relevance
409 std::pair<int, Timestamp> GetLocalWater(const std::string &tableName, UploadParam &uploadParam);
908 std::pair<int, Timestamp> CloudSyncer::GetLocalWater(const std::string &tableName, UploadParam &upl… in GetLocalWater() function in DistributedDB::CloudSyncer1114 auto [err, localWater] = GetLocalWater(tableName, uploadParam); in DoUploadByMode()