Lines Matching refs:EventFwk

33     handleEventFunc_[EventFwk::CommonEventSupport::COMMON_EVENT_USER_ADDED] =
35 handleEventFunc_[EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED] =
37 handleEventFunc_[EventFwk::CommonEventSupport::COMMON_EVENT_USER_SWITCHED] =
39 handleEventFunc_[EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED] =
41 handleEventFunc_[EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED] =
43 handleEventFunc_[EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED] =
48 eventHandles_.emplace(it->first, [this, it](const OHOS::EventFwk::CommonEventData &eventId) {
71 EventFwk::MatchingSkills matchingSkills;
77 EventFwk::CommonEventSubscribeInfo subscribeInfo(matchingSkills);
83 bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(subscriber_);
102 bool unSubscribeResult = EventFwk::CommonEventManager::UnSubscribeCommonEvent(subscriber_);
109 void AccessibilityCommonEvent::OnReceiveEvent(const EventFwk::CommonEventData &data)
129 void AccessibilityCommonEvent::HandleUserAdded(const EventFwk::CommonEventData &data) const
140 void AccessibilityCommonEvent::HandleUserRemoved(const EventFwk::CommonEventData &data) const
151 void AccessibilityCommonEvent::HandleUserSwitched(const EventFwk::CommonEventData &data) const
162 void AccessibilityCommonEvent::HandlePackageRemoved(const EventFwk::CommonEventData &data) const
175 void AccessibilityCommonEvent::HandlePackageAdd(const EventFwk::CommonEventData &data) const
188 void AccessibilityCommonEvent::HandlePackageChanged(const EventFwk::CommonEventData &data) const