Searched refs:GetQueryLastTimestamp (Results 1 – 4 of 4) sorted by relevance
135 uint64_t GetQueryLastTimestamp(const DeviceID &deviceId, const std::string &queryId) const;
546 uint64_t Metadata::GetQueryLastTimestamp(const DeviceID &deviceId, const std::string &queryId) const in GetQueryLastTimestamp() function in DistributedDB::Metadata
267 uint64_t lastTimestamp = metadata->GetQueryLastTimestamp(device, queryId); in TriggerSubQuerySync()
1130 EXPECT_EQ(meta.GetQueryLastTimestamp("D1", "Q1"), static_cast<uint64_t>(INT64_MAX));1136 EXPECT_EQ(meta.GetQueryLastTimestamp("D1", "Q1"), 0u);1142 EXPECT_EQ(meta.GetQueryLastTimestamp("D1", "Q2"), static_cast<uint64_t>(INT64_MAX));