Home
last modified time | relevance | path

Searched refs:StartFeedDogForGetData (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_state_machine.h70 virtual void StartFeedDogForGetData(uint32_t sessionId) = 0;
H A Dsync_state_machine.h76 void StartFeedDogForGetData(uint32_t sessionId) override;
H A Dsync_state_machine.cpp437 void SyncStateMachine::StartFeedDogForGetData(uint32_t sessionId) in StartFeedDogForGetData() function in DistributedDB::SyncStateMachine
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.h137 void StartFeedDogForGetData(uint32_t sessionId);
H A Dsingle_ver_sync_task_context.cpp589 void SingleVerSyncTaskContext::StartFeedDogForGetData(uint32_t sessionId) in StartFeedDogForGetData() function in DistributedDB::SingleVerSyncTaskContext
591 stateMachine_->StartFeedDogForGetData(sessionId); in StartFeedDogForGetData()
H A Dsingle_ver_data_sync.cpp266 context->StartFeedDogForGetData(context->GetResponseSessionId()); in GetDataWithPerformanceRecord()