Home
last modified time | relevance | path

Searched refs:buildTag (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DLog.java50 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()
99 public static String buildTag(LogType logType) { in buildTag() method in LogType
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hisysevent/
DTabPaneHisysEvents.ts290 let tagElement = this.buildTag(domainValue);
306 private buildTag(domainValue: string): HTMLDivElement { method in TabPaneHisysEvents
325 let tagElement = this.buildTag(eventNameValue);
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hi-sysevent/
DTabPaneHisysEvents.test.ts86 const tagElement = tabPaneHisysEvents.buildTag(domainValue);