Home
last modified time | relevance | path

Searched refs:listenerMapForAll (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Davsession_service_ext.cpp231 std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerForAllUsers(); in NotifyDeviceAvailable() local
232 for (const auto& [pid, listener] : listenerMapForAll) { in NotifyDeviceAvailable()
247 std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerForAllUsers(); in NotifyDeviceLogEvent() local
248 for (const auto& [pid, listener] : listenerMapForAll) { in NotifyDeviceLogEvent()
267 std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerForAllUsers(); in NotifyDeviceOffline() local
268 for (const auto& [pid, listener] : listenerMapForAll) { in NotifyDeviceOffline()
H A Davsession_service.cpp875 std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerForAllUsers(); in NotifySessionCreate() local
876 for (const auto& [pid, listener] : listenerMapForAll) { in NotifySessionCreate()
902 std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerForAllUsers(); in NotifySessionRelease() local
903 for (const auto& [pid, listener] : listenerMapForAll) { in NotifySessionRelease()
929 std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerForAllUsers(); in NotifyTopSessionChanged() local
930 for (const auto& [pid, listener] : listenerMapForAll) { in NotifyTopSessionChanged()
958 std::map<pid_t, sptr<ISessionListener>> listenerMapForAll = GetUsersManager().GetSessionListenerForAllUsers(); in NotifyAudioSessionCheck() local
959 for (const auto& [pid, listener] : listenerMapForAll) { in NotifyAudioSessionCheck()

Completed in 6 milliseconds