Home
last modified time | relevance | path

Searched refs:SetPrivacy (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/test/unittest/common/
H A Dprivacy_controller_test.cpp58 event->SetPrivacy(SECRET_PRIVACY); in CreateEvent()
154 event->SetPrivacy(SECRET_PRIVACY);
157 event->SetPrivacy(SENSITIVE_PRIVACY);
160 event->SetPrivacy(PROTECTED_PRIVACY);
163 event->SetPrivacy(PUBLIC_PRIVACY);
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h88 void SetPrivacy(uint8_t privacy);
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp326 event->SetPrivacy(baseInfo.privacy); in DecorateSysEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp845 userPanicEvent->SetPrivacy(USER_PANIC_WARNING_PRIVACY); in ReportUserPanicWarning()
987 event->SetPrivacy(LONGPRESS_PRIVACY); in ProcessRebootEvent()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp281 void SysEvent::SetPrivacy(uint8_t privacy) in SetPrivacy() function in OHOS::HiviewDFX::SysEvent
H A Dlibhiviewbase.map389 "OHOS::HiviewDFX::SysEvent::SetPrivacy(unsigned char)";