Searched refs:StartFeedDogForSync (Results 1 – 6 of 6) sorted by relevance
58 virtual bool StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag) = 0;
68 bool StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag) override;
286 bool SyncStateMachine::StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag) in StartFeedDogForSync() function in DistributedDB::SyncStateMachine
86 bool StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag);
312 bool SingleVerSyncTaskContext::StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag) in StartFeedDogForSync() function in DistributedDB::SingleVerSyncTaskContext314 return stateMachine_->StartFeedDogForSync(time, flag); in StartFeedDogForSync()
243 startFeedDogRet = context->StartFeedDogForSync(time, SyncDirectionFlag::SEND); in Send()1212 context->StartFeedDogForSync(static_cast<uint32_t>(data), SyncDirectionFlag::RECEIVE); in AckRecv()