Home
last modified time | relevance | path

Searched refs:SetLastQueryTime (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_meta_data.h24 … MOCK_METHOD3(SetLastQueryTime, int(const std::string &, const std::string &, const Timestamp &));
H A Ddistributeddb_mock_sync_module_test.cpp787 EXPECT_CALL(*mockMetadata, SetLastQueryTime(_, _, _))
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dquery_sync_water_mark_helper.h62 int SetLastQueryTime(const std::string &queryIdentify,
H A Dmeta_data.h109 virtual int SetLastQueryTime(const std::string &queryIdentify, const std::string &deviceId,
H A Dmeta_data.cpp431 int Metadata::SetLastQueryTime(const std::string &queryIdentify, const std::string &deviceId, in SetLastQueryTime() function in DistributedDB::Metadata
434 return querySyncWaterMarkHelper_.SetLastQueryTime(queryIdentify, deviceId, timestamp); in SetLastQueryTime()
H A Dquery_sync_water_mark_helper.cpp137 int QuerySyncWaterMarkHelper::SetLastQueryTime(const std::string &queryIdentify, in SetLastQueryTime() function in DistributedDB::QuerySyncWaterMarkHelper
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp188 …errCode = metadata_->SetLastQueryTime(context->GetQuerySyncId(), context->GetDeviceId(), lastQuery… in TryContinueSync()