Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp44 std::lock_guard<std::mutex> lock(sinkMapMutex_); in RemoveSinkScreenInfo()
52 std::lock_guard<std::mutex> lock(sinkMapMutex_); in UpdateSinkScreenInfo()
70 std::lock_guard<std::mutex> lock(sinkMapMutex_); in GetSinkScreenInfo()
82 std::lock_guard<std::mutex> lock(sinkMapMutex_); in GetAllSinkScreenInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h87 std::mutex sinkMapMutex_; variable