Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp89 std::lock_guard<std::mutex> lock(srcMapMutex_); in RemoveSrcScreenInfo()
96 std::lock_guard<std::mutex> lock(srcMapMutex_); in UpdateSrcScreenInfo()
110 std::lock_guard<std::mutex> lock(srcMapMutex_); in GetSrcScreenInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h86 std::mutex srcMapMutex_; variable