Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h257 std::mutex focusedClientLock_; variable
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp785 std::lock_guard<std::mutex> lock(focusedClientLock_); in ReplaceCurrentClient()
909 std::lock_guard<std::mutex> lock(focusedClientLock_); in OnFocused()