Home
last modified time | relevance | path

Searched refs:allowPrivacy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H A Darea_policy.cpp72 allowedInfo_.allowPrivacy, allowedInfo_.allowSysUe, allowedInfo_.allowUe); in ParseAllowedInfos()
119 allowedInfo_.allowPrivacy = static_cast<uint8_t>(allowPrivacyValue); in ParseAllowedInfo()
143 return event->GetPrivacy() >= allowedInfo_.allowPrivacy; in IsAllowedPrivacy()
/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/config/include/
H A Darea_policy.h25 uint8_t allowPrivacy = 0; member