Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp122 std::lock_guard<std::mutex> lock(localTouchScreenInfoMutex_); in SetLocalTouchScreenInfo()
128 std::lock_guard<std::mutex> lock(localTouchScreenInfoMutex_); in GetLocalTouchScreenInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h88 std::mutex localTouchScreenInfoMutex_; variable