Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.cpp285 recvCond_.notify_one(); in OnMessageRecv()
347 if (recvCond_.wait_for(lock, std::chrono::seconds(timeout), [&] { in WaitResponse()
H A Dtmessenger.h125 std::condition_variable recvCond_; variable