Searched refs:historyMutex_ (Results 1 – 4 of 4) sorted by relevance
211 std::mutex historyMutex_; variable
96 std::mutex PasteboardService::historyMutex_; member in OHOS::MiscServices::PasteboardService1869 std::lock_guard<decltype(historyMutex_)> lg(historyMutex_); in SetPasteboardHistory()1919 std::lock_guard<decltype(historyMutex_)> lg(historyMutex_); in DumpHistory()
291 static std::mutex historyMutex_; variable
475 std::lock_guard<std::mutex> lock(historyMutex_); in EnqueueHistoryEventRecord()1388 std::lock_guard<std::mutex> lock(historyMutex_); in DumpHistoryState()