Home
last modified time | relevance | path

Searched refs:ALL_CAUTION_RULES (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hichecker/frameworks/native/
H A Dhichecker.cpp58 threadLocalRules_ |= (Rule::ALL_THREAD_RULES | Rule::ALL_CAUTION_RULES) & rule; in AddRule()
59 processRules_ |= (Rule::ALL_PROCESS_RULES | Rule::ALL_CAUTION_RULES) & rule; in AddRule()
167 if ((cautionDetail.rules_ & Rule::ALL_CAUTION_RULES) == 0) { in OnThreadCautionFound()
208 return (rules & Rule::ALL_CAUTION_RULES); in HasCautionRule()
/base/hiviewdfx/hichecker/interfaces/native/innerkits/include/
H A Dhichecker.h38 const uint64_t ALL_CAUTION_RULES = RULE_CAUTION_PRINT_LOG | RULE_CAUTION_TRIGGER_CRASH; member

Completed in 1 milliseconds