Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/console/
Dlog.h42 #define HILOG_PRINT(Level, fmt, ...) \ argument
43 (void)OHOS::HiviewDFX::HiLog::Level(LOG_LABEL, fmt, ##__VA_ARGS__)
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dwheel.rs58 levels: Vec<Level>,
68 let levels = (0..LEVELS_NUM).map(Level::new).collect(); in new()
211 pub struct Level { struct
222 impl Level { argument