Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H A Darea_policy.cpp71 "allowSysUe=%{public}d, allowUe=%{public}d", regionCode, allowedInfo_.allowLevel, in ParseAllowedInfos()
118 allowedInfo_.allowLevel = static_cast<uint8_t>(allowLevelValue); in ParseAllowedInfo()
138 return level >= allowedInfo_.allowLevel; in IsAllowedLevel()
/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/config/include/
H A Darea_policy.h24 uint8_t allowLevel = 0; member