Home
last modified time | relevance | path

Searched refs:rpcWaitCond_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/
H A Ddaudio_sink_dev.h89 std::condition_variable rpcWaitCond_; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h146 std::condition_variable rpcWaitCond_; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp482 rpcWaitCond_.notify_all(); in HandleNotifyRPC()
617 … auto status = rpcWaitCond_.wait_for(lck, std::chrono::seconds(RPC_WAIT_SECONDS), [this, type]() { in WaitForRPC()