Searched refs:appProcess (Results 1 – 6 of 6) sorted by relevance
55 spRecordTrace.spAllocations.appProcess = jest.fn(() => '');56 spRecordTrace.spAllocations.appProcess.indexOf = jest.fn(() => '');57 spRecordTrace.spAllocations.appProcess.lastIndexOf = jest.fn(() => 1);58 spRecordTrace.spAllocations.appProcess.slice = jest.fn(() => 1);
1231 if (this.spAllocations!.appProcess != '') {1683 let appProcess = this.spAllocations!.appProcess; variable1689 processName = appProcess;1691 if (appProcess.indexOf('(') != -1) {1692 processId = appProcess.slice(appProcess.lastIndexOf('(') + 1, appProcess.lastIndexOf(')'));1694 processId = appProcess;1699 processName = appProcess;
1230 if (this.spAllocations!.appProcess != '') {1682 let appProcess = this.spAllocations!.appProcess; variable1687 if (appProcess.indexOf('(') != -1) {1688 processId = appProcess.slice(appProcess.lastIndexOf('(') + 1, appProcess.lastIndexOf(')'));1690 processId = appProcess;1695 processName = appProcess;
86 expect(spAllocations.appProcess).toBe('3');
44 get appProcess(): string { method in SpAllocations
43 get appProcess(): string { method in SpAllocations