Searched refs:SingleVerKvSyncTaskContext (Results 1 – 11 of 11) sorted by relevance
19 SingleVerKvSyncTaskContext::SingleVerKvSyncTaskContext() in SingleVerKvSyncTaskContext() function in DistributedDB::SingleVerKvSyncTaskContext23 SingleVerKvSyncTaskContext::~SingleVerKvSyncTaskContext() in ~SingleVerKvSyncTaskContext()27 std::string SingleVerKvSyncTaskContext::GetQuerySyncId() const in GetQuerySyncId()33 std::string SingleVerKvSyncTaskContext::GetDeleteSyncId() const in GetDeleteSyncId()38 void SingleVerKvSyncTaskContext::SetSyncStrategy(const SyncStrategy &strategy, bool isSchemaSync) in SetSyncStrategy()48 std::pair<bool, bool> SingleVerKvSyncTaskContext::GetSchemaSyncStatus(QuerySyncObject &querySyncObj… in GetSchemaSyncStatus()
22 class SingleVerKvSyncTaskContext : public SingleVerSyncTaskContext {25 explicit SingleVerKvSyncTaskContext();27 DISABLE_COPY_ASSIGN_MOVE(SingleVerKvSyncTaskContext);35 ~SingleVerKvSyncTaskContext() override;
29 context = new (std::nothrow) SingleVerKvSyncTaskContext(); in CreateSyncTaskContext()
23 class MockSyncTaskContext : public SingleVerKvSyncTaskContext {27 return SingleVerKvSyncTaskContext::IsCurrentSyncTaskCanBeSkipped(); in CallIsCurrentSyncTaskCanBeSkipped()32 SingleVerKvSyncTaskContext::SetMode(mode); in CallSetSyncMode()93 return SingleVerKvSyncTaskContext::GetDeviceId(); in GetDeviceId()103 return SingleVerKvSyncTaskContext::TimeOut(id); in CallTimeout()
69 auto *context = new SingleVerKvSyncTaskContext();119 auto *context = new SingleVerKvSyncTaskContext();162 auto *context = new SingleVerKvSyncTaskContext();229 auto *context = new SingleVerKvSyncTaskContext();288 auto *context = new SingleVerKvSyncTaskContext();345 auto *context = new SingleVerKvSyncTaskContext();411 auto *context = new SingleVerKvSyncTaskContext();
439 SingleVerSyncTaskContext *context = new (std::nothrow) SingleVerKvSyncTaskContext();508 SingleVerSyncTaskContext *context = new (std::nothrow) SingleVerKvSyncTaskContext();
96 context_ = new (std::nothrow) SingleVerKvSyncTaskContext; in Initialize()
93 g_syncTaskContext = new (std::nothrow) SingleVerKvSyncTaskContext(); in SetUp()
239 auto *context = new (std::nothrow) SingleVerKvSyncTaskContext(); in AbilitySync004()812 auto *context = new (std::nothrow) SingleVerKvSyncTaskContext();1193 .WillRepeatedly(Return(new (std::nothrow) SingleVerKvSyncTaskContext()));1253 return new (std::nothrow) SingleVerKvSyncTaskContext(); in __anon34a84a721502()
37 class TestSingleVerKvSyncTaskContext : public SingleVerKvSyncTaskContext {
1223 (static_cast<SingleVerKvSyncTaskContext *>(context))->SetSyncStrategy(localStrategy, true); in MakeKvSyncOpinion()1249 (static_cast<SingleVerKvSyncTaskContext *>(context))->SetSyncStrategy(localStrategy, true); in HandleKvAckSchemaParam()