| /developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/ptreader_parser/ |
| D | ptreader_parser_test.cpp | 73 constexpr uint32_t bufSize = 1024; variable 98 constexpr uint32_t bufSize = 1024; variable 123 constexpr uint32_t bufSize = 1024; variable 148 constexpr uint32_t bufSize = 1024; variable 253 constexpr uint32_t bufSize = 1024; variable 284 constexpr uint32_t bufSize = 1024; variable
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | buffer_write_test.cpp | 44 const int bufSize = 256; in InitShareMemory1() local 54 const int bufSize = 256; in InitShareMemory1() local 81 const int bufSize = 256; in InitShareMemory2() local 91 const int bufSize = 256; in InitShareMemory2() local
|
| /developtools/hdc/src/daemon/ |
| D | shell.cpp | 201 constexpr int bufSize = 1024; in ThreadFork() local 228 constexpr int bufSize = 1024; in ShellFork() local 257 constexpr int bufSize = 1024; in CreateSubProcessPTY() local 264 constexpr int bufSize = 1024; in CreateSubProcessPTY() local 272 constexpr int bufSize = 1024; in CreateSubProcessPTY() local
|
| D | daemon_usb.h | 36 int bufSize; member
|
| /developtools/profiler/hiebpf/src/ |
| D | elf_file.cpp | 249 const std::size_t bufSize) in MakeUnique() 257 bool ElfHeader::Init(unsigned char * const ehdrBuf, const std::size_t bufSize) in Init() 274 bool ElfHeader::ParseElf32Header(unsigned char * const ehdrBuf, const std::size_t bufSize) in ParseElf32Header() 335 bool ElfHeader::ParseElf64Header(unsigned char * const ehdrBuf, const std::size_t bufSize) in ParseElf64Header() 410 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique() 474 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique()
|
| D | ringbuffer.cpp | 23 RingBuffer::RingBuffer(const std::size_t bufSize, const enum MemAlignShift shift) in RingBuffer() 277 char* RingBuffer::Allocate(std::size_t bufSize) in Allocate()
|
| D | bpf_log_reader.cpp | 143 constexpr size_t bufSize {1024}; in MoveBPFLog() local
|
| D | hiebpf_data_file.cpp | 72 uint32_t bufSize = OHOS::Developtools::Hiebpf::KernelSymbolInfo::GetSymbolData(buf); in WriteKernelSymbol() local
|
| /developtools/hdc/src/test/jdwp/ |
| D | HdcJdwpSimulator.cpp | 31 constexpr int bufSize = 1024; in FinishWriteCallback() local 129 constexpr int bufSize = 1024; in ProcessIncoming() local 150 constexpr int bufSize = 1024; in ReceiveNewFd() local 185 constexpr int bufSize = 1024; in ConnectJdwp() local
|
| /developtools/profiler/hiebpf/test/unittest/ |
| D | ipc_unix_socket_test.cpp | 65 const int bufSize = 1024; variable 98 const int bufSize = 1024; variable
|
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | memory_data_plugin.cpp | 121 const int bufSize = 256; in InitMemVmemFd() local 129 const int bufSize = 256; in InitMemVmemFd() local 143 const int bufSize = 256; in InitMemVmemFd() local 151 const int bufSize = 256; in InitMemVmemFd() local 474 const int bufSize = 256; in ReadFile() local 528 const int bufSize = 256; in OpenProcPidFiles() local 535 const int bufSize = 256; in OpenProcPidFiles() local 551 const int bufSize = 256; in OpenDestDir() local 589 const int bufSize = 256; in ReadProcPidFile() local 597 const int bufSize = 256; in ReadProcPidFile() local [all …]
|
| /developtools/hiperf/demo/cpp/ |
| D | hiperf_malloc_demo.cpp | 28 const int bufSize = 1048576; in main() local
|
| /developtools/profiler/device/cmds/test/unittest/ |
| D | hiprofiler_cmd_test.cpp | 167 const int bufSize = 256; in CreateConfigFile() local 176 const int bufSize = 256; in CreateConfigFile() local 188 const int bufSize = 256; in CreateConfigFile() local 201 const int bufSize = 256; in CreateConfigFile() local
|
| /developtools/profiler/hiebpf/include/ |
| D | elf_file.h | 85 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init() 117 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init()
|
| /developtools/profiler/device/plugins/native_hook/test/unittest/ |
| D | check_hook_data_test.cpp | 207 const int bufSize = 256; in ReadFile() local 216 const int bufSize = 256; in ReadFile() local 225 const int bufSize = 256; in ReadFile() local 273 const int bufSize = 256; in ApplyForMalloc() local 365 const int bufSize = 256; in ApplyForCalloc() local 411 const int bufSize = 256; in ApplyForRealloc() local 420 const int bufSize = 256; in ApplyForRealloc() local
|
| D | stack_writer_test.cpp | 44 const int bufSize = 256; in InitShareMemory() local 54 const int bufSize = 256; in InitShareMemory() local
|
| /developtools/hdc/src/common/ |
| D | uart.cpp | 142 constexpr int bufSize = 1024; in SetSerial() local 180 constexpr int bufSize = 1024; in SetSerial() local 409 constexpr int bufSize = 1024; in UartToHdcProtocol() local 422 constexpr int bufSize = 1024; in UartToHdcProtocol() local 952 constexpr int bufSize = 1024; in ReadDataFromUARTStream() local
|
| D | circle_buffer.cpp | 46 const size_t bufSize = static_cast<size_t>(Base::GetUsbffsBulkSize()); in Malloc() local
|
| /developtools/profiler/device/services/ipc/src/ |
| D | socket_context.cpp | 48 const int bufSize = 256; in ~SocketContext() local 64 const int bufSize = 256; in ~SocketContext() local
|
| D | unix_socket_server.cpp | 162 const int bufSize = 256; in StartServer() local
|
| /developtools/profiler/device/services/shared_memory/src/ |
| D | share_memory_block.cpp | 69 const int bufSize = 256; in CreateBlockWithFd() local 110 const int bufSize = 256; in CreateBlock() local 120 const int bufSize = 256; in CreateBlock() local
|
| /developtools/profiler/device/plugins/cpu_plugin/src/ |
| D | test_main.cpp | 85 const int bufSize = 256; in main() local
|
| D | cpu_data_plugin.cpp | 195 const int bufSize = 256; in ReadFile() local 202 const int bufSize = 256; in ReadFile() local 211 const int bufSize = 256; in ReadFile() local
|
| /developtools/hdc/src/host/ |
| D | host_unity.cpp | 93 constexpr int bufSize = 1024; in OnFileIO() local
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | hilog_plugin.cpp | 433 const int bufSize = 128; in TimeStringToNS() local 479 const int bufSize = 128; in GetDateTime() local
|