Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h177 std::mutex checkMutex_; variable
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp1504 std::lock_guard<std::mutex> autoLock(checkMutex_); in DatashareCallback()