Home
last modified time | relevance | path

Searched refs:StopFeedDogForGetData (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.h73 virtual void StopFeedDogForGetData() = 0;
H A Dsync_state_machine.h79 void StopFeedDogForGetData() override;
H A Dsync_state_machine.cpp476 void SyncStateMachine::StopFeedDogForGetData() in StopFeedDogForGetData() function in DistributedDB::SyncStateMachine
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.h138 void StopFeedDogForGetData();
H A Dsingle_ver_sync_task_context.cpp594 void SingleVerSyncTaskContext::StopFeedDogForGetData() in StopFeedDogForGetData() function in DistributedDB::SingleVerSyncTaskContext
596 stateMachine_->StopFeedDogForGetData(); in StopFeedDogForGetData()
H A Dsingle_ver_data_sync.cpp268 context->StopFeedDogForGetData(); in GetDataWithPerformanceRecord()