Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dio.h23 struct ProcessIo { struct
24 int32_t pid;
25 std::string name;
26 int32_t rchar;
27 int32_t wchar;
28 int32_t syscr;
29 int32_t syscw;
30 int32_t readBytes;
31 int32_t writeBytes;
32 int32_t cancelledWriteBytes;