Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h164 std::mutex windowListenerLock_; variable
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp847 std::lock_guard<std::mutex> lock(windowListenerLock_); in SetPanelStatusListener()