Home
last modified time | relevance | path

Searched refs:GetQueryLastTimestamp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dmeta_data.h135 uint64_t GetQueryLastTimestamp(const DeviceID &deviceId, const std::string &queryId) const;
H A Dmeta_data.cpp546 uint64_t Metadata::GetQueryLastTimestamp(const DeviceID &deviceId, const std::string &queryId) const in GetQueryLastTimestamp() function in DistributedDB::Metadata
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_kv_syncer.cpp267 uint64_t lastTimestamp = metadata->GetQueryLastTimestamp(device, queryId); in TriggerSubQuerySync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_query_sync_test.cpp1130 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));