Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp113 std::lock_guard<decltype(systemChannelMutex_)> lock(systemChannelMutex_); in RunConnectSystemCmd()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h120 std::mutex systemChannelMutex_; variable