Home
last modified time | relevance | path

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

/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddump_flag.rs14 enum Shift { enum
22 const DUMP_FLAG_PRIORITY_CRITICAL: u32 = 1 << Shift::Critical as usize;
23 const DUMP_FLAG_PRIORITY_HIGH: u32 = 1 << Shift::High as usize;
24 const DUMP_FLAG_PRIORITY_NORMAL: u32 = 1 << Shift::Normal as usize;
26 const DUMP_FLAG_PRIORITY_DEFAULT: u32 = 1 << Shift::Default as usize;
31 const DUMP_FLAG_PROTO: u32 = 1 << Shift::Proto as usize;
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography_properties.h131 void Shift(T offset) in Shift() function

Completed in 1 milliseconds