Home
last modified time | relevance | path

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 Dmock_meta_data.h26 MOCK_METHOD3(GetLastQueryTime, int(const std::string &, const std::string &, Timestamp &));
H A Ddistributeddb_mock_sync_module_test.cpp786 EXPECT_CALL(*mockMetadata, GetLastQueryTime(_, _, _)).WillOnce(Return(E_OK));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dmeta_data.h112 …virtual int GetLastQueryTime(const std::string &queryIdentify, const std::string &deviceId, Timest…
H A Dmeta_data.cpp420 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 Dsingle_ver_data_sync.cpp186 …int errCode = metadata_->GetLastQueryTime(context->GetQuerySyncId(), context->GetDeviceId(), dbLas… in TryContinueSync()
354 int errCode = metadata_->GetLastQueryTime(context->GetQuerySyncId(), context->GetDeviceId(), in GetUnsyncData()