Home
last modified time | relevance | path

Searched refs:RemoveSyncOperation (Results 1 - 15 of 15) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp83 int SyncerProxy::RemoveSyncOperation(int syncId) in RemoveSyncOperation() function in DistributedDB::SyncerProxy
88 return syncer_->RemoveSyncOperation(syncId); in RemoveSyncOperation()
H A Disync_engine.h47 virtual void RemoveSyncOperation(int syncId) = 0;
H A Disync_task_context.h54 virtual int RemoveSyncOperation(int syncId) = 0;
H A Dsync_task_context.h56 int RemoveSyncOperation(int syncId) override;
H A Dgeneric_syncer.h62 int RemoveSyncOperation(int syncId) override;
H A Dgeneric_syncer.cpp271 int GenericSyncer::RemoveSyncOperation(int syncId) in RemoveSyncOperation() function in DistributedDB::GenericSyncer
277 LOGD("[Syncer] RemoveSyncOperation id:%d.", syncId); in RemoveSyncOperation()
313 RemoveSyncOperation(syncId); in StopSync()
406 syncEngine_->RemoveSyncOperation(syncId); in SyncOperationKillCallbackInner()
599 (void)(RemoveSyncOperation(syncId)); in OnSyncFinished()
H A Dsync_engine.h50 void RemoveSyncOperation(int syncId) override;
H A Dsync_engine.cpp186 void SyncEngine::RemoveSyncOperation(int syncId) in RemoveSyncOperation() function in DistributedDB::SyncEngine
192 context->RemoveSyncOperation(syncId); in RemoveSyncOperation()
H A Dsync_task_context.cpp167 int SyncTaskContext::RemoveSyncOperation(int syncId) in RemoveSyncOperation() function in DistributedDB::SyncTaskContext
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
H A Dsyncer_proxy.h55 int RemoveSyncOperation(int syncId) override;
H A Disyncer.h75 virtual int RemoveSyncOperation(int syncId) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvstore_sync_manager.h55 Status RemoveSyncOperation(uintptr_t syncId);
H A Dkvstore_sync_manager.cpp69 Status KvStoreSyncManager::RemoveSyncOperation(uintptr_t syncId) in RemoveSyncOperation() function in OHOS::DistributedKv::KvStoreSyncManager
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_relational_syncer.cpp121 int retCode = RemoveSyncOperation(static_cast<int>(removeId)); in DoRollBack()
123 LOGW("[SingleVerRelationalSyncer] RemoveSyncOperation failed errCode:%d, syncId:%d", retCode, removeId); in DoRollBack()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp255 * @tc.name: RemoveSyncOperation
256 * @tc.desc: RemoveSyncOperation test the return result of input with different values.
260 HWTEST_F(KvStoreSyncManagerTest, RemoveSyncOperation, TestSize.Level0) in HWTEST_F()
264 auto kvStatus = syncManager.RemoveSyncOperation(syncId); in HWTEST_F()

Completed in 11 milliseconds