Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenclient/src/
H A Dscreen_client.cpp38 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in AddWindow()
48 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in ShowWindow()
67 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in HideWindow()
86 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in MoveWindow()
106 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in GetSurface()
121 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in RemoveWindow()
146 std::lock_guard<std::mutex> dataLock(surfaceMapMutex_); in DestroyAllWindow()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H A Dscreen_client.h50 std::mutex surfaceMapMutex_; variable