Home
last modified time | relevance | path

Searched refs:PrivacyCommonEventSubscriber (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/access_token/services/privacymanager/src/common/
H A Dprivacy_common_event_subscriber.cpp36 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()
/ohos5.0/base/security/access_token/services/privacymanager/include/common/
H A Dprivacy_common_event_subscriber.h27 class PrivacyCommonEventSubscriber : public OHOS::EventFwk::CommonEventSubscriber {
29PrivacyCommonEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo& info) : CommonEventSu… in PrivacyCommonEventSubscriber() function
32 ~PrivacyCommonEventSubscriber() override = default;
/ohos5.0/base/security/access_token/services/privacymanager/src/service/
H A Dprivacy_manager_service.cpp61 PrivacyCommonEventSubscriber::UnRegisterEvent(); in ~PrivacyManagerService()
324 PrivacyCommonEventSubscriber::RegisterEvent(); in OnAddSystemAbility()