Home
last modified time | relevance | path

Searched refs:DUMP_FLAG_PRIORITY_CRITICAL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddump_flag.rs22 const DUMP_FLAG_PRIORITY_CRITICAL: u32 = 1 << Shift::Critical as usize; const
27 const DUMP_FLAG_PRIORITY_ALL: u32 = DUMP_FLAG_PRIORITY_CRITICAL
35 Critical = DUMP_FLAG_PRIORITY_CRITICAL,
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h50 static const unsigned int DUMP_FLAG_PRIORITY_CRITICAL = 1 << SHEEFT_CRITICAL; variable
55 static const unsigned int DUMP_FLAG_PRIORITY_ALL = DUMP_FLAG_PRIORITY_CRITICAL |