Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h878 static std::mutex logLock_; variable
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp46 std::mutex InputMethodController::logLock_; member in OHOS::MiscServices::InputMethodController
779 std::lock_guard<std::mutex> lock(logLock_); in PrintKeyEventLog()