Home
last modified time | relevance | path

Searched refs:AbortMachineIfNeed (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_engine.h97 virtual void AbortMachineIfNeed(uint32_t syncId) = 0;
H A Disync_task_context.h182 virtual void AbortMachineIfNeed(uint32_t syncId) = 0;
H A Dsync_task_context.h210 void AbortMachineIfNeed(uint32_t syncId) override;
H A Dsync_engine.h121 void AbortMachineIfNeed(uint32_t syncId) override;
H A Dsync_engine.cpp1164 void SyncEngine::AbortMachineIfNeed(uint32_t syncId) in AbortMachineIfNeed() function in DistributedDB::SyncEngine
1183 abortContext->AbortMachineIfNeed(static_cast<uint32_t>(syncId)); in AbortMachineIfNeed()
H A Dsync_task_context.cpp795 void SyncTaskContext::AbortMachineIfNeed(uint32_t syncId) in AbortMachineIfNeed() function in DistributedDB::SyncTaskContext
H A Dgeneric_syncer.cpp278 syncEngine_->AbortMachineIfNeed(syncId); in StopSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp1286 enginePtr->AbortMachineIfNeed(syncId);