Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h863 std::mutex cursorInfoMutex_; variable
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp655 std::lock_guard<std::mutex> lk(cursorInfoMutex_); in OnCursorUpdate()
1046 std::lock_guard<std::mutex> lock(cursorInfoMutex_); in ClearEditorCache()