Searched refs:procName (Results 1 – 2 of 2) sorted by relevance
73 const std::string procName = "hiprofiler_base_ut"; variable75 EXPECT_TRUE(COMMON::IsProcessExist(procName, pid));
30 pid_t GetPidByProcessName(std::string procName);53 pid_t CpuUsageTest::GetPidByProcessName(std::string procName) in GetPidByProcessName() argument58 std::string cmd = "pidof " + procName; in GetPidByProcessName()