Searched refs:oldPid (Results 1 – 2 of 2) sorted by relevance
| /developtools/hiperf/include/ |
| D | utilities.h | 330 pid_t GetAppPackagePid(const std::string &appPackage, const pid_t oldPid, const int checkAppMs, 333 pid_t &res, const pid_t oldPid);
|
| /developtools/hiperf/src/ |
| D | utilities.cpp | 594 pid_t GetAppPackagePid(const std::string &appPackage, const pid_t oldPid, const int checkAppMs, in GetAppPackagePid() argument 609 if (!IsNeedCheckSamePid(fileName, appPackage, subDir, res, oldPid)) { in GetAppPackagePid() 620 pid_t &res, const pid_t oldPid) in IsNeedCheckSamePid() argument 624 if (res == oldPid) { in IsNeedCheckSamePid()
|