Searched refs:GetLastQueryTime (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | mock_meta_data.h | 26 MOCK_METHOD3(GetLastQueryTime, int(const std::string &, const std::string &, Timestamp &));
|
H A D | distributeddb_mock_sync_module_test.cpp | 786 EXPECT_CALL(*mockMetadata, GetLastQueryTime(_, _, _)).WillOnce(Return(E_OK));
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | meta_data.h | 112 …virtual int GetLastQueryTime(const std::string &queryIdentify, const std::string &deviceId, Timest…
|
H A D | meta_data.cpp | 420 int Metadata::GetLastQueryTime(const std::string &queryIdentify, const std::string &deviceId, Times… in GetLastQueryTime() function in DistributedDB::Metadata
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_sync.cpp | 186 …int errCode = metadata_->GetLastQueryTime(context->GetQuerySyncId(), context->GetDeviceId(), dbLas… in TryContinueSync() 354 int errCode = metadata_->GetLastQueryTime(context->GetQuerySyncId(), context->GetDeviceId(), in GetUnsyncData()
|