Searched defs:pName (Results 1 – 9 of 9) sorted by relevance
422 let pName = this.processName; variable477 let pName = this.processName; variable644 const pName = `${arr[0].processName}(${pid})`; constant
50 void RAM::SetPackageName(std::string pName) in SetPackageName()
81 void CPU::SetPackageName(std::string pName) in SetPackageName()
68 void FPS::SetPackageName(std::string pName) in SetPackageName()
901 pName: string = ''; property in ThreadCpuUsage918 pName: string = ''; property in FreqThread
779 let pName = ''; variable
712 let pName = ''; variable
717 let pName = ''; variable
203 auto pName = std::make_unique<std::string>("Hello"); in UniqueString() local