Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/
DTabPaneHiLogs.ts266 this.filterData = this.systemLogSource.filter((data) => this.isFilterLog(data));
280 private isFilterLog(data: LogStruct): boolean { method in TabPaneHiLogs