Home
last modified time | relevance | path

Searched refs:StopSyncerWithNoLock (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsync_able_engine.cpp141 StopSyncerWithNoLock(true); in StopSyncer()
151 void SyncAbleEngine::StopSyncerWithNoLock(bool isClosedOperation) in StopSyncerWithNoLock() function in DistributedDB::SyncAbleEngine
185 StopSyncerWithNoLock(); // will drop userChangeListener in UserChangeHandle()
H A Dsync_able_engine.h62 void StopSyncerWithNoLock(bool isClosedOperation = false);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.cpp220 StopSyncerWithNoLock(isClosedOperation); in StopSyncer()
230 void SyncAbleKvDB::StopSyncerWithNoLock(bool isClosedOperation) in StopSyncerWithNoLock() function in DistributedDB::SyncAbleKvDB
274 StopSyncerWithNoLock(); // will drop userChangeListener in UserChangeHandle()
H A Dsync_able_kvdb.h130 void StopSyncerWithNoLock(bool isClosedOperation = false);