Searched refs:hoveredPid (Results 1 – 3 of 3) sorted by relevance
104 const isProcessHovered = globals.frontendLocalState.hoveredPid === pid;250 const hoveredPid = threadInfo ? (threadInfo.pid ? threadInfo.pid : -1) : -1; constant251 globals.frontendLocalState.setHoveredUtidAndPid(hoveredUtid, hoveredPid);
70 hoveredPid = -1; property in FrontendLocalState127 this.hoveredPid = pid;
96 const isProcessHovered = globals.frontendLocalState.hoveredPid === pid;