Searched refs:StartFeedDogForGetData (Results 1 – 6 of 6) sorted by relevance
70 virtual void StartFeedDogForGetData(uint32_t sessionId) = 0;
76 void StartFeedDogForGetData(uint32_t sessionId) override;
437 void SyncStateMachine::StartFeedDogForGetData(uint32_t sessionId) in StartFeedDogForGetData() function in DistributedDB::SyncStateMachine
137 void StartFeedDogForGetData(uint32_t sessionId);
589 void SingleVerSyncTaskContext::StartFeedDogForGetData(uint32_t sessionId) in StartFeedDogForGetData() function in DistributedDB::SingleVerSyncTaskContext591 stateMachine_->StartFeedDogForGetData(sessionId); in StartFeedDogForGetData()
266 context->StartFeedDogForGetData(context->GetResponseSessionId()); in GetDataWithPerformanceRecord()