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 D | mock_meta_data.h | 24 … MOCK_METHOD3(SetLastQueryTime, int(const std::string &, const std::string &, const Timestamp &));
|
H A D | distributeddb_mock_sync_module_test.cpp | 787 EXPECT_CALL(*mockMetadata, SetLastQueryTime(_, _, _))
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | query_sync_water_mark_helper.h | 62 int SetLastQueryTime(const std::string &queryIdentify,
|
H A D | meta_data.h | 109 virtual int SetLastQueryTime(const std::string &queryIdentify, const std::string &deviceId,
|
H A D | meta_data.cpp | 431 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 D | query_sync_water_mark_helper.cpp | 137 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 D | single_ver_data_sync.cpp | 188 …errCode = metadata_->SetLastQueryTime(context->GetQuerySyncId(), context->GetDeviceId(), lastQuery… in TryContinueSync()
|