Lines Matching refs:rule

18 Provides the constants of all rule types.
24 | RULE_CAUTION_PRINT_LOG | bigint | 1ULL << 63 | Alarm rule, which is p…
25 | RULE_CAUTION_TRIGGER_CRASH | bigint | 1ULL << 62 | Alarm rule, which is p…
26 | RULE_THREAD_CHECK_SLOW_PROCESS | bigint | 1ULL | Caution rule, which is…
27 | RULE_CHECK_ABILITY_CONNECTION_LEAK | bigint | 1ULL << 33 | Caution rule, which is…
28 | RULE_CHECK_ARKUI_PERFORMANCE<sup>11+</sup> | bigint | 1ULL << 34 | Caution rule, which is…
32 addCheckRule(rule: bigint): void
42 | rule | bigint | Yes | Rule to be added.|
56 // Add a rule.
68 removeCheckRule(rule: bigint): void
78 | rule | bigint | Yes | Rule to be removed.|
92 // Remove a rule.
104 containsCheckRule(rule: bigint): boolean
106 Checks whether the specified rule exists in the collection of added rules. If the rule is of the th…
114 | rule | bigint | Yes | Rule to be checked.|
120 | boolean | Returns **true** if the rule exists in the collection of added rules; returns **false**…
134 // Add a rule.
137 // Check whether the added rule exists in the collection of added rules.
147 addRule(rule: bigint): void
161 | rule | bigint | Yes | Rule to be added.|
166 // Add a rule.
176 removeRule(rule: bigint): void
190 | rule | bigint | Yes | Rule to be removed.|
195 // Remove a rule.
220 // Add a rule.
229 contains(rule: bigint): boolean
235 Checks whether the specified rule exists in the collection of added rules. If the rule is of the th…
243 | rule | bigint | Yes | Rule to be checked.|
249 | boolean | Returns **true** if the rule exists in the collection of added rules; returns **false**…
254 // Add a rule.
257 // Check whether the added rule exists in the collection of added rules.