Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/connection/
H A Dscreen_session_ability_connection.cpp92 blockSendMessageCV_.notify_all(); in AddObjectDeathRecipient()
181 blockSendMessageCV_.wait(lockSendMessage); in SendMessageSyncBlock()
323 blockSendMessageCV_.notify_all(); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/connection/
H A Dscreen_session_ability_connection.h70 std::condition_variable blockSendMessageCV_; variable