Home
last modified time | relevance | path

Searched refs:remoteObjectMutex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/connection/
H A Dscreen_session_ability_connection.cpp51 std::lock_guard<std::mutex> remoteObjLock(remoteObjectMutex_); in OnAbilityConnectDone()
75 std::lock_guard<std::mutex> remoteObjLock(remoteObjectMutex_); in OnAbilityDisconnectDone()
94 std::lock_guard<std::mutex> remoteObjLock(remoteObjectMutex_); in AddObjectDeathRecipient()
104 std::lock_guard<std::mutex> remoteObjLock(remoteObjectMutex_); in AddObjectDeathRecipient()
140 std::lock_guard<std::mutex> remoteObjLock(remoteObjectMutex_); in SendMessageSync()
166 std::lock_guard<std::mutex> remoteObjLock(remoteObjectMutex_); in SendMessageSyncBlock()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/connection/
H A Dscreen_session_ability_connection.h65 std::mutex remoteObjectMutex_; variable
/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h211 std::mutex remoteObjectMutex_; variable
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp298 std::lock_guard<std::mutex> lock(remoteObjectMutex_); in AddWallpaperExtensionDeathRecipient()
316 std::lock_guard<std::mutex> lock(remoteObjectMutex_); in RemoveExtensionDeathRecipient()