Home
last modified time | relevance | path

Searched refs:sessionCond_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/include/
H A Dscreen_source_trans.h71 std::condition_variable sessionCond_; member in OHOS::DistributedHardware::ScreenSourceTrans
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp131 sessionCond_.wait_for(lck, std::chrono::seconds(SESSION_WAIT_SECONDS), [this]() { return isChannelReady_; }); in Start()
348 sessionCond_.notify_all(); in OnSessionOpened()

Completed in 2 milliseconds