Home
last modified time | relevance | path

Searched refs:DoRemoveSyncingOp (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvstore_sync_manager.cpp73 uint32_t count = DoRemoveSyncingOp(pred, realtimeSyncingOps_); in RemoveSyncOperation()
74 count += DoRemoveSyncingOp(pred, delaySyncingOps_); in RemoveSyncOperation()
87 uint32_t KvStoreSyncManager::DoRemoveSyncingOp(OpPred pred, std::list<KvSyncOperation> &syncingOps) in DoRemoveSyncingOp() function in OHOS::DistributedKv::KvStoreSyncManager
106 uint32_t count = DoRemoveSyncingOp(pred, syncingOps); in RemoveSyncingOp()
152 uint32_t count = DoRemoveSyncingOp(syncingTimeoutPred, syncingOps); in DoCheckSyncingTimeout()
H A Dkvstore_sync_manager.h62 uint32_t DoRemoveSyncingOp(OpPred pred, std::list<KvSyncOperation> &syncingOps);

Completed in 2 milliseconds