Searched refs:rowName (Results 1 – 7 of 7) sorted by relevance
87 for (const rowName of rowNameList) { constant88 await this.initSmapsRows(rowName);262 private getSmapsKeyName(rowName: string): string {263 let columnName = rowName.toLowerCase();265 switch (rowName) {281 private initSmapsRows = async (rowName: string): Promise<void> => {282 let sMapsTraceRow = this.initTraceRow(rowName, TraceRow.ROW_TYPE_VM_TRACKER_SMAPS, 'smapsRow');286 return sMapsDataSender(this.getSmapsKeyName(rowName), sMapsTraceRow).then((sMaps: any[]) => {527 …private initTraceRow(rowName: string, type: string, rowParentId: string): TraceRow<SnapshotStruct>…530 vmTrackerTraceRow.rowId = rowName;[all …]
1005 rowName: string,1019 abilityMonitor.name = rowName;
316 let rowName = document320 if (rowName && rowName!.indexOf('deliverInputEvent') > -1) {
88 rowName = ROW_TYPE; property in JsCpuProfilerTabStruct
33 rowName = ROW_TYPE; property in ConstructorItem
628 if (tableRowObject.data.rowName === 'cpu-profiler') {689 if (visibleObjects[index + skip].data.rowName === 'cpu-profiler') {928 if (row.data.rowName === 'js-memory' || row.data.rowName === 'cpu-profiler') {952 if (row.data.rowName === 'cpu-profiler') {1459 if (rowObject.data.rowName === 'js-memory' || rowObject.data.rowName === 'cpu-profiler') {1481 if (rowObject.data.rowName === 'cpu-profiler') {1747 if (rowData.data.rowName === 'js-memory') {
21 export function sMapsDataSender(rowName: string, row: TraceRow<SnapshotStruct>): Promise<SnapshotSt…41 name: rowName,