Searched refs:controllerMutex_ (Results 1 – 2 of 2) sorted by relevance
234 static std::mutex controllerMutex_; variable
53 std::mutex JsGetInputMethodController::controllerMutex_; member in OHOS::MiscServices::JsGetInputMethodController286 std::lock_guard<std::mutex> lock(controllerMutex_); in GetInstance()