Home
last modified time | relevance | path

Searched refs:RemoveSyncingOp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvstore_sync_manager.cpp34 RemoveSyncingOp(opSeq, (delayMs == 0) ? realtimeSyncingOps_ : delaySyncingOps_); in AddSyncOperation()
48 RemoveSyncingOp(opSeq, realtimeSyncingOps_); in AddSyncOperation()
103 Status KvStoreSyncManager::RemoveSyncingOp(uint32_t opSeq, std::list<KvSyncOperation> &syncingOps) in RemoveSyncingOp() function in OHOS::DistributedKv::KvStoreSyncManager
H A Dkvstore_sync_manager.h63 Status RemoveSyncingOp(uint32_t opSeq, std::list<KvSyncOperation> &syncingOps);