Home
last modified time | relevance | path

Searched defs:alert (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DRule.ts18 alert: ALERT_LEVEL; property in Rule
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DConfigUtils.ts99 const alert = Utils.getEnumValues(level, ALERT_LEVEL); constant