Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp122 std::lock_guard lock(scenePersistence->savingSnapshotMutex_); in SaveSnapshot()
172 std::lock_guard lock(scenePersistence->savingSnapshotMutex_); in RenameSnapshotFromOldPersistentId()
264 std::lock_guard lock(savingSnapshotMutex_); in GetLocalSnapshotPixelMap()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistence.h71 mutable std::mutex savingSnapshotMutex_; variable