Searched refs:MoveToNextTarget (Results 1 – 6 of 6) sorted by relevance
52 MOCK_METHOD0(MoveToNextTarget, void(void));
204 context_->MoveToNextTarget(); in StartResponseTask()
476 EXPECT_CALL(syncTaskContext, MoveToNextTarget()).WillRepeatedly(Return());561 EXPECT_CALL(syncTaskContext, MoveToNextTarget()).WillOnce(Return());1783 (void) context->MoveToNextTarget(); in __anon34a84a722002()1828 context->MoveToNextTarget();
69 virtual void MoveToNextTarget() = 0;
71 void MoveToNextTarget() override;
234 void SyncTaskContext::MoveToNextTarget() in MoveToNextTarget() function in DistributedDB::SyncTaskContext271 MoveToNextTarget(); in GetNextTarget()