Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVSessionCallbackImpl.cpp82 for (auto it = setLoopModeCallbacks_.begin(); it != setLoopModeCallbacks_.end(); ++it) { in OnSetLoopMode()
308 auto it = std::find_if (setLoopModeCallbacks_.begin(), setLoopModeCallbacks_.end(), in RegisterSetLoopModeCallback()
312 if (it == setLoopModeCallbacks_.end()) { in RegisterSetLoopModeCallback()
313 setLoopModeCallbacks_.emplace_back(std::make_pair(callback, userData)); in RegisterSetLoopModeCallback()
321 std::remove_if (setLoopModeCallbacks_.begin(), setLoopModeCallbacks_.end(), in UnregisterSetLoopModeCallback()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/ohavsession/include/
H A DOHAVSessionCallbackImpl.h102 std::vector<std::pair<OH_AVSessionCallback_OnSetLoopMode, void*>> setLoopModeCallbacks_; variable