Home
last modified time | relevance | path

Searched refs:pidStr (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/base/src/
Dcommon.cpp83 std::string pidStr = std::to_string(getpid()); in IsProcessRunning() local
84 auto nbytes = write(fd, pidStr.data(), pidStr.size()); in IsProcessRunning()
85 CHECK_TRUE(static_cast<size_t>(nbytes) == pidStr.size(), false, "write pid FAILED!"); in IsProcessRunning()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp297 std::string pidStr = matcheLine[++index].str(); in GetDataSegAttr() local
298 std::optional<uint32_t> optionalPid = base::StrToUInt32(pidStr); in GetDataSegAttr()
300 TS_LOGD("Illegal pid: %s", pidStr.c_str()); in GetDataSegAttr()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/
Dcommon_types.h62 std::string pidStr; // thread str member
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Devent_parser_test.cpp69 bytraceLine.pidStr = "12";
101 bytraceLine.pidStr = "12";
124 bytraceLine.pidStr = "12";
149 bytraceLine.pidStr = "12";
172 bytraceLine.pidStr = "12";