Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds