Searched refs:PrivacyCommonEventSubscriber (Results 1 – 3 of 3) sorted by relevance
36 static std::shared_ptr<PrivacyCommonEventSubscriber> g_subscriber = nullptr;39 void PrivacyCommonEventSubscriber::RegisterEvent() in RegisterEvent()55 g_subscriber = std::make_shared<PrivacyCommonEventSubscriber>(*info); in RegisterEvent()64 void PrivacyCommonEventSubscriber::UnRegisterEvent() in UnRegisterEvent()75 void PrivacyCommonEventSubscriber::OnReceiveEvent(const EventFwk::CommonEventData& event) in OnReceiveEvent()
27 class PrivacyCommonEventSubscriber : public OHOS::EventFwk::CommonEventSubscriber {29 …PrivacyCommonEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo& info) : CommonEventSu… in PrivacyCommonEventSubscriber() function32 ~PrivacyCommonEventSubscriber() override = default;
61 PrivacyCommonEventSubscriber::UnRegisterEvent(); in ~PrivacyManagerService()324 PrivacyCommonEventSubscriber::RegisterEvent(); in OnAddSystemAbility()