Home
last modified time | relevance | path

Searched refs:StopFeedDogForSync (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp243 StopFeedDogForSync(SyncDirectionFlag::SEND); in Abort()
244 StopFeedDogForSync(SyncDirectionFlag::RECEIVE); in Abort()
317 void SingleVerSyncTaskContext::StopFeedDogForSync(SyncDirectionFlag flag) in StopFeedDogForSync() function in DistributedDB::SingleVerSyncTaskContext
319 stateMachine_->StopFeedDogForSync(flag); in StopFeedDogForSync()
H A Dsingle_ver_sync_task_context.h89 void StopFeedDogForSync(SyncDirectionFlag flag);
H A Dsingle_ver_sync_state_machine.cpp749 StopFeedDogForSync(SyncDirectionFlag::SEND); in HandleDataAckRecv()
H A Dsingle_ver_data_sync.cpp251 context->StopFeedDogForSync(SyncDirectionFlag::SEND); in Send()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_state_machine.h61 virtual void StopFeedDogForSync(SyncDirectionFlag flag) = 0;
H A Dsync_state_machine.h73 void StopFeedDogForSync(SyncDirectionFlag flag) override;
H A Dsync_state_machine.cpp345 void SyncStateMachine::StopFeedDogForSync(SyncDirectionFlag flag) in StopFeedDogForSync() function in DistributedDB::SyncStateMachine