Searched defs:pName (Results 1 – 14 of 14) sorted by relevance
478 let pName = this.processName; variable538 let pName = this.processName; variable754 const pName = `${arr[0].processName}(${pid})`; constant
70 void Threads::SetPackageName(const std::string &pName) in SetPackageName()
43 void FileDescriptor::SetPackageName(const std::string &pName) in SetPackageName()
89 void CPU::SetPackageName(const std::string &pName) in SetPackageName()
91 void FPS::SetPackageName(std::string pName) in SetPackageName()
189 void RAM::SetPackageName(const std::string &pName) in SetPackageName()
78 void ProfilerFPS::SetPackageName(std::string pName) in SetPackageName()
487 pName?: string, property
497 pName?: string, property
1112 pName: string = ''; property in ThreadCpuUsage1129 pName: string = ''; property in FreqThread
815 let pName = ''; variable
728 let pName = ''; variable
772 let pName = ''; variable
203 auto pName = std::make_unique<std::string>("Hello"); in UniqueString() local