Home
last modified time | relevance | path

Searched refs:procName (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/base/test/unittest/
Dcommon_test.cpp73 const std::string procName = "hiprofiler_base_ut"; variable
75 EXPECT_TRUE(COMMON::IsProcessExist(procName, pid));
/developtools/hiperf/test/unittest/common/native/
Dcpu_usage_test.cpp30 pid_t GetPidByProcessName(std::string procName);
53 pid_t CpuUsageTest::GetPidByProcessName(std::string procName) in GetPidByProcessName() argument
58 std::string cmd = "pidof " + procName; in GetPidByProcessName()