Home
last modified time | relevance | path

Searched refs:DEFAULT_BUFFER_SIZE (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlog_util.cpp31 constexpr int DEFAULT_BUFFER_SIZE = 64; member
49 char buf[DEFAULT_BUFFER_SIZE] = {0}; in GetFormatedTime()
50 strftime(buf, DEFAULT_BUFFER_SIZE - 1, "%Y%m%d%H%M%S", timeInfo); in GetFormatedTime()
/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/
H A Dbundle_manager_proxy.cpp37 const int32_t DEFAULT_BUFFER_SIZE = 65536; member
226 char buffer[DEFAULT_BUFFER_SIZE] = {0}; in WriteFileToInner()
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp139 const int DEFAULT_BUFFER_SIZE = 18432; // 18 MB member
629 args += (" bufferSize:" + std::to_string(DEFAULT_BUFFER_SIZE)); in ReloadTraceArgs()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp71 const int DEFAULT_BUFFER_SIZE = 12 * 1024; member
1242 serviceTraceParams.bufferSize = std::to_string(DEFAULT_BUFFER_SIZE); in HandleServiceTraceOpen()

Completed in 5 milliseconds