Home
last modified time | relevance | path

Searched refs:listenerMutex_ (Results 1 – 10 of 10) sorted by relevance

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_textchange_listener.cpp20 std::mutex JsGetInputMethodTextChangedListener::listenerMutex_; member in OHOS::MiscServices::JsGetInputMethodTextChangedListener
25 std::lock_guard<std::mutex> lock(listenerMutex_); in GetInstance()
Djs_get_input_method_textchange_listener.h44 static std::mutex listenerMutex_;
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
Dhisysevent_rust_listener.h39 std::mutex listenerMutex_; variable
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Dpanel_listener_impl.cpp24 std::mutex PanelListenerImpl::listenerMutex_; member in OHOS::MiscServices::PanelListenerImpl
28 std::lock_guard<std::mutex> lock(listenerMutex_); in GetInstance()
Dpanel_listener_impl.h44 static std::mutex listenerMutex_; variable
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
Dhisysevent_rust_listener.cpp59 std::lock_guard<std::mutex> lock(listenerMutex_); in RecycleWatcher()
/base/request/request/frameworks/js/napi/src/
Djs_task.cpp588 std::lock_guard<std::mutex> autoLock(listenerMutex_); in GetListenerSize()
606 std::lock_guard<std::mutex> autoLock(listenerMutex_); in AddListener()
613 std::lock_guard<std::mutex> autoLock(listenerMutex_); in RemoveListener()
632 std::lock_guard<std::mutex> autoLock(listenerMutex_); in RemoveListener()
645 std::lock_guard<std::mutex> autoLock(listenerMutex_); in ClearListener()
/base/theme/screenlock_mgr/services/include/
Dscreenlock_system_ability.h195 std::mutex listenerMutex_; variable
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp248 std::lock_guard<std::mutex> lck(listenerMutex_); in OnSystemReady()
450 std::lock_guard<std::mutex> lck(listenerMutex_); in OnSystemEvent()
594 std::lock_guard<std::mutex> lck(listenerMutex_); in SystemEventCallBack()
/base/request/request/frameworks/js/napi/include/
Djs_task.h53 std::mutex listenerMutex_; variable