Lines Matching refs:rules
34 Adds one or more check rules. HiChecker detects unexpected operations or gives feedback based on th…
58 // Add multiple rules.
70 Removes one or more rules. The removed rules will become ineffective.
94 // Remove multiple rules.
106 Checks whether the specified rule exists in the collection of added rules. If the rule is of the th…
120 | boolean | Returns **true** if the rule exists in the collection of added rules; returns **false**…
137 // Check whether the added rule exists in the collection of added rules.
153 Adds one or more rules. HiChecker detects unexpected operations or gives feedback based on the adde…
169 // Add multiple rules.
182 Removes one or more rules. The removed rules will become ineffective.
198 // Remove multiple rules.
207 Obtains a collection of thread, process, and alarm rules that have been added.
215 | bigint | Collection of added rules.|
223 // Obtain the collection of added rules.
235 Checks whether the specified rule exists in the collection of added rules. If the rule is of the th…
249 | boolean | Returns **true** if the rule exists in the collection of added rules; returns **false**…
257 // Check whether the added rule exists in the collection of added rules.