Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h291 static std::mutex historyMutex_; member in OHOS::MiscServices::final
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp88 std::mutex PasteboardService::historyMutex_;
1797 std::lock_guard<decltype(historyMutex_)> lg(historyMutex_); in SetPasteboardHistory()
1847 std::lock_guard<decltype(historyMutex_)> lg(historyMutex_); in DumpHistory()

Completed in 6 milliseconds