| /developtools/packing_tool/adapter/ohos/ |
| D | Log.java | 50 log.info(LogType.buildTag(LogType.DEBUG) + msg); in debug() 59 log.info(LogType.buildTag(LogType.INFO) + msg); in info() 68 log.warning(LogType.buildTag(LogType.ERROR) + msg); in error() 77 log.warning(LogType.buildTag(LogType.WARNING) + msg); in warning() 81 enum LogType { enum 89 LogType(String value) { in LogType() method in LogType 99 public static String buildTag(LogType logType) { in buildTag()
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | validate_ui_syntax.ts | 78 LogType, 206 addLog(LogType.WARN, message, item.getStart(), log, sourceFile); 210 addLog(LogType.ERROR, message, item.getStart(), log, sourceFile); 218 addLog(LogType.ERROR, message, item.getStart(), log, sourceFile); 242 type: LogType.ERROR, 249 type: LogType.ERROR, 257 type: LogType.ERROR, 265 type: LogType.ERROR, 330 addLog(LogType.WARN, message, pos, log, sourceFile); 335 addLog(LogType.WARN, message, component.pos, log, sourceFile); [all …]
|
| D | process_kit_import.ts | 22 LogType 67 type: LogType.ERROR, 164 type: LogType.ERROR, 377 type: LogType.ERROR, 407 type: LogType.ERROR, 522 type: LogType.WARN,
|
| D | process_custom_component.ts | 82 LogType, 725 type: LogType.WARN, 733 … node, propertyName, curPropertyKind, parentPropertyName, parentPropertyKind, log, LogType.WARN); 907 type: LogType.ERROR, 923 type: LogType.ERROR, 943 type: LogType.ERROR, 953 log: LogInfo[], inputType: LogType = undefined): void { 954 let type: LogType = LogType.ERROR; 959 type = LogType.WARN; 972 type: LogType.ERROR,
|
| D | process_ui_syntax.ts | 83 LogType, 291 type: LogType.ERROR, 329 type: LogType.ERROR, 474 type: LogType.ERROR, 561 type: LogType.ERROR, 603 type: LogType.WARN, 618 type: LogType.ERROR, 635 type: LogType.ERROR, 722 type: LogType.ERROR, 732 type: LogType.ERROR, [all …]
|
| D | process_component_member.ts | 95 LogType, 391 type: LogType.ERROR, 477 type: LogType.ERROR, 487 validateWatchParam(LogType.WARN, argument.getStart(), log); 490 validateWatchParam(LogType.WARN, argument.getStart(), log); 492 validateWatchParam(LogType.ERROR, argument.getStart(), log); 556 type: LogType.WARN, 783 type: LogType.ERROR,
|
| D | process_visual.ts | 28 LogType, 139 type: LogType.ERROR, 347 type: LogType.ERROR,
|
| D | utils.ts | 43 export enum LogType { enum 60 type: LogType, 101 case LogType.ERROR: 105 case LogType.WARN: 109 case LogType.NOTE: 118 export function addLog(type: LogType, message: string, pos: number, log: LogInfo[], 212 type: LogType.ERROR,
|
| D | process_component_class.ts | 128 LogType, 377 type: LogType.ERROR, 533 type: LogType.ERROR, 573 type: LogType.ERROR, 659 type: LogType.ERROR, 899 type: LogType.ERROR, 910 type: LogType.ERROR,
|
| D | process_component_build.ts | 163 LogType, 353 type: LogType.ERROR, 517 type: LogType.ERROR, 682 type: LogType.ERROR, 1701 type: LogType.ERROR, 1722 type: LogType.ERROR, 1954 type: LogType.ERROR, 2455 type: LogType.WARN, 2500 type: LogType.ERROR, 2982 type: LogType.ERROR, [all …]
|
| D | process_import.ts | 63 LogType, 699 type: LogType.ERROR, 724 type: LogType.WARN,
|
| /developtools/hdc/hdc_rust/src/ |
| D | utils.rs | 103 pub use hilog_rust::{hilog, HiLogLabel, LogType}; 109 log_type: LogType::LogCore,
|