Lines Matching refs:AreaPolicy
25 DEFINE_LOG_TAG("AreaPolicy");
32 AreaPolicy::AreaPolicy(const std::string& configPath)
37 void AreaPolicy::Parse(const std::string& configPath)
59 bool AreaPolicy::ParseAllowedInfos(const cJSON* config)
79 bool AreaPolicy::ParseAllowedInfo(const cJSON* config, int32_t regionCode)
125 bool AreaPolicy::IsAllowed(std::shared_ptr<SysEvent> event) const
130 bool AreaPolicy::IsAllowedLevel(std::shared_ptr<SysEvent> event) const
141 bool AreaPolicy::IsAllowedPrivacy(std::shared_ptr<SysEvent> event) const
146 bool AreaPolicy::IsAllowedUe(std::shared_ptr<SysEvent> event) const