Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_client_stub_impl.cpp29 volumeKeyEventCallbackList_.push_back(cb); in AddVolumeKeyEventCallback()
37 volumeKeyEventCallbackList_.clear(); in RemoveVolumeKeyEventCallback()
40 auto it = find_if(volumeKeyEventCallbackList_.begin(), volumeKeyEventCallbackList_.end(), in RemoveVolumeKeyEventCallback()
44 if (it != volumeKeyEventCallbackList_.end()) { in RemoveVolumeKeyEventCallback()
45 volumeKeyEventCallbackList_.erase(it); in RemoveVolumeKeyEventCallback()
53 return volumeKeyEventCallbackList_.size(); in GetVolumeKeyEventCallbackSize()
59 …for (auto it = volumeKeyEventCallbackList_.begin(); it != volumeKeyEventCallbackList_.end(); ++it)… in OnVolumeKeyEvent()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_client_stub_impl.h124 std::vector<std::weak_ptr<VolumeKeyEventCallback>> volumeKeyEventCallbackList_; variable