Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dptp_media_sync_observer.cpp405 changeInfoQueue_.push(changeInfo); in OnChange()
433 cv_.wait(lock, [this] { return !changeInfoQueue_.empty() || !isRunning_.load(); }); in ChangeNotifyThread()
438 changeInfo = changeInfoQueue_.front(); in ChangeNotifyThread()
439 changeInfoQueue_.pop(); in ChangeNotifyThread()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dptp_media_sync_observer.h68 std::queue<ChangeInfo> changeInfoQueue_; variable