Home
last modified time | relevance | path

Searched defs:procName (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/ffrt_profiler/service/src/
Dffrt_profiler_common.cpp62 std::string procName; in GetProcessName() local
/developtools/profiler/device/plugins/network_profiler/service/src/
Dnetwork_profiler_common.cpp62 std::string procName; in GetProcessNameByPid() local
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_service.cpp79 std::string procName; in ProtocolProc() local
/developtools/profiler/device/base/test/unittest/
Dcommon_test.cpp72 const std::string procName = "hiprofiler_base_ut"; variable
/developtools/hiperf/test/unittest/common/native/
Dcpu_usage_test.cpp56 pid_t CpuUsageTest::GetPidByProcessName(std::string procName) in GetPidByProcessName()