Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_manager.cpp161 auto targetSubscribers = validSubscribers_.find(data.GetWant().GetAction()); in PublishCommonEventInner() local
162 if (targetSubscribers != validSubscribers_.end()) { in PublishCommonEventInner()
163 for (auto subscriber : targetSubscribers->second) { in PublishCommonEventInner()
164 if (IsDisableEvent(subscriber.bundleName, targetSubscribers->first)) { in PublishCommonEventInner()

Completed in 2 milliseconds