Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h234 static std::mutex controllerMutex_; variable
H A Djs_get_input_method_controller.cpp53 std::mutex JsGetInputMethodController::controllerMutex_; member in OHOS::MiscServices::JsGetInputMethodController
286 std::lock_guard<std::mutex> lock(controllerMutex_); in GetInstance()