Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_mock.cpp119 condVarSeek_.wait_for(lockSeek, std::chrono::seconds(waitsecond)); in SeekSync()
290 condVarSeek_.notify_all(); in SeekNotify()
294 condVarSeek_.notify_all(); in SeekNotify()
298 condVarSeek_.notify_all(); in SeekNotify()
301 condVarSeek_.notify_all(); in SeekNotify()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/include/
H A Dplayer_mock.h80 std::condition_variable condVarSeek_; variable