Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.cpp142 std::lock_guard<std::mutex> lock(corruptMutex_); in CorruptNotifyAsync()
287 std::lock_guard<std::mutex> lock(corruptMutex_); in SetCorruptHandler()
H A Dgeneric_kvdb.h192 mutable std::mutex corruptMutex_; variable
H A Dkvdb_manager.cpp850 std::lock_guard<std::mutex> lock(corruptMutex_); in SetAllDatabaseCorruptionHander()
863 std::lock_guard<std::mutex> lock(corruptMutex_); in DataBaseCorruptNotify()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_manager.h144 std::mutex corruptMutex_; variable