Home
last modified time | relevance | path

Searched refs:eventHandlerMutex_ (Results 1 - 14 of 14) sorted by relevance

/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dscreenlock_system_ability_callback.cpp29 std::mutex ScreenlockSystemAbilityCallback::eventHandlerMutex_; member in OHOS::ScreenLock::ScreenlockSystemAbilityCallback
73 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in GetEventHandler()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Dpanel_listener_impl.cpp116 std::unique_lock<decltype(eventHandlerMutex_)> lock(eventHandlerMutex_); in SetEventHandler()
122 std::shared_lock<decltype(eventHandlerMutex_)> lock(eventHandlerMutex_); in GetEventHandler()
H A Dpanel_listener_impl.h61 mutable std::shared_mutex eventHandlerMutex_; member in OHOS::MiscServices::PanelListenerImpl
H A Djs_keyboard_delegate_setting.h105 static std::mutex eventHandlerMutex_; member in OHOS::MiscServices::JsKeyboardDelegateSetting
H A Djs_input_method_engine_setting.h122 static std::mutex eventHandlerMutex_; member in OHOS::MiscServices::JsInputMethodEngineSetting
H A Djs_keyboard_delegate_setting.cpp39 std::mutex JsKeyboardDelegateSetting::eventHandlerMutex_; member in OHOS::MiscServices::JsKeyboardDelegateSetting
116 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in InitKeyboardDelegate()
643 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in GetEventHandler()
H A Djs_input_method_engine_setting.cpp44 std::mutex JsInputMethodEngineSetting::eventHandlerMutex_; member in OHOS::MiscServices::JsInputMethodEngineSetting
228 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in InitInputMethodSetting()
804 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in GetEventHandler()
/base/theme/screenlock_mgr/frameworks/js/napi/include/
H A Dscreenlock_system_ability_callback.h36 static std::mutex eventHandlerMutex_; member in OHOS::ScreenLock::ScreenlockSystemAbilityCallback
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.h112 std::mutex eventHandlerMutex_; member in OHOS::MiscServices::JsKeyboardPanelManager
H A Djs_keyboard_panel_manager.cpp33 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in JsKeyboardPanelManager()
339 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in GetEventHandler()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.h145 static std::mutex eventHandlerMutex_; member in OHOS::MiscServices::JsGetInputMethodSetting
H A Djs_get_input_method_setting.cpp43 std::mutex JsGetInputMethodSetting::eventHandlerMutex_; member in OHOS::MiscServices::JsGetInputMethodSetting
83 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in JsConstructor()
710 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in GetEventHandler()
H A Djs_get_input_method_controller.h238 static std::mutex eventHandlerMutex_; member in OHOS::MiscServices::JsGetInputMethodController
H A Djs_get_input_method_controller.cpp55 std::mutex JsGetInputMethodController::eventHandlerMutex_; member in OHOS::MiscServices::JsGetInputMethodController
224 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in JsConstructor()
1079 std::lock_guard<std::mutex> lock(eventHandlerMutex_);

Completed in 10 milliseconds