Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp188 std::lock_guard<std::mutex> lock(systemCmdListenerLock_); in SetSystemCmdListener()
194 std::lock_guard<std::mutex> lock(systemCmdListenerLock_); in GetSystemCmdListener()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h112 std::mutex systemCmdListenerLock_; variable