Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts86 static ROW_TYPE_FUNC = 'func'; property in TraceRow
889 if (this.rowType === TraceRow.ROW_TYPE_FUNC) {
919 if (this.rowType === TraceRow.ROW_TYPE_FUNC) {
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerFunc.ts129 if (clickRowType === TraceRow.ROW_TYPE_FUNC && FuncStruct.hoverFuncStruct) {
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts117 funcRow.rowType = TraceRow.ROW_TYPE_FUNC;
636 funcRow.rowType = TraceRow.ROW_TYPE_FUNC;
805 funcRow.rowType = TraceRow.ROW_TYPE_FUNC;
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts191 } else if (th.rowType == TraceRow.ROW_TYPE_FUNC) {
241 if (it.rowType == TraceRow.ROW_TYPE_FUNC) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts326 result[0].type = TraceRow.ROW_TYPE_FUNC;
344 asyncBinderRes[0].type = TraceRow.ROW_TYPE_FUNC;
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1079 TraceRow.ROW_TYPE_FUNC,
1710 this.onClickHandler(TraceRow.ROW_TYPE_FUNC);