Searched refs:BUF_SIZE_256 (Results 1 – 4 of 4) sorted by relevance
/base/hiviewdfx/hiview/adapter/utility/platform/ohos/ |
D | common_utils.cpp | 78 char buf[BUF_SIZE_256] = {0}; in GetProcNameByPid() 79 (void)snprintf_s(buf, BUF_SIZE_256, BUF_SIZE_256 - 1, "/proc/%d/cmdline", pid); in GetProcNameByPid() 94 char buffer[BUF_SIZE_256] = {'\0'}; in GetPidByName() 124 char buffer[BUF_SIZE_256]; in WriteCommandResultToFile()
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
D | event_logger_catcher_test.cpp | 206 char readTmp[BUF_SIZE_256]; 208 while (read(fd, readTmp, BUF_SIZE_256)) { 275 char readTmp[BUF_SIZE_256]; 277 while (read(fd, readTmp, BUF_SIZE_256)) { 342 char readTmp[BUF_SIZE_256]; 344 while (read(fd, readTmp, BUF_SIZE_256)) {
|
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/ |
D | event_logger_action_test.cpp | 211 char readTmp[BUF_SIZE_256]; 213 while (read(fd, readTmp, BUF_SIZE_256)) { 277 char readTmp[BUF_SIZE_256]; 279 while (read(fd, readTmp, BUF_SIZE_256)) {
|
/base/hiviewdfx/hiview/adapter/utility/include/ |
D | common_utils.h | 34 static constexpr uint32_t BUF_SIZE_256 = 256; variable
|