Searched refs:listenerMapForAll (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.cpp | 923 …std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerFo… in NotifySessionCreate() local 924 for (const auto& [pid, listener] : listenerMapForAll) { in NotifySessionCreate() 945 …std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerFo… in NotifySessionRelease() local 946 for (const auto& [pid, listener] : listenerMapForAll) { in NotifySessionRelease() 967 …std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerFo… in NotifyTopSessionChanged() local 968 for (const auto& [pid, listener] : listenerMapForAll) { in NotifyTopSessionChanged() 992 …std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerFo… in NotifyAudioSessionCheck() local 993 for (const auto& [pid, listener] : listenerMapForAll) { in NotifyAudioSessionCheck() 1115 …std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerFo… in NotifyDeviceAvailable() local 1116 for (const auto& [pid, listener] : listenerMapForAll) { in NotifyDeviceAvailable() [all …]
|