Home
last modified time | relevance | path

Searched defs:buf (Results 1 - 25 of 164) sorted by relevance

1234567

/developtools/hiperf/test/fuzztest/libreport_fuzzer/
H A DLibReport_fuzzer.cpp21 char buf[DATA_MAX_SIZE] = { 0 }; in FuzzLibReport() local
/developtools/profiler/device/plugins/memory_plugin/src/
H A Dbuffer_splitter.cpp18 BufferSplitter::BufferSplitter(const char* buf, int size) in BufferSplitter() argument
H A Dtest_main.cpp32 char *buf = nullptr; in main() local
/developtools/hiperf/test/fuzztest/perffileformat_fuzzer/
H A DPerfFileFormat_fuzzer.cpp24 char buf[DATA_MAX_SIZE] = { 0 }; in FuzzPerfFileFormat() local
/developtools/hiperf/test/unittest/common/native/
H A Dtest_utilities.cpp25 char buf[128] = {0}; // 128: buf size in CheckTestApp() local
/developtools/profiler/device/services/ipc/src/
H A Dclient_connection.cpp37 int ClientConnection::RawProtocolProc(uint32_t pnum, const int8_t* buf, const uint32_t size) in RawProtocolProc() argument
/developtools/profiler/device/services/ipc/include/
H A Dservice_base.h26 virtual bool ProtocolProc(SocketContext& poc, uint32_t pnum, const int8_t* buf, const uint32_t size) in ProtocolProc() argument
/developtools/smartperf_host/trace_streamer/test/test_fuzzer/bytrace_fuzzer/
H A Dbytrace_fuzzer.cpp34 std::unique_ptr<uint8_t[]> buf = std::make_unique<uint8_t[]>(size); in BytraceParserFuzzTest() local
/developtools/smartperf_host/trace_streamer/test/test_fuzzer/htrace_fuzzer/
H A Dhtrace_fuzzer.cpp30 std::unique_ptr<uint8_t[]> buf = std::make_unique<uint8_t[]>(size); in HtraceParserFuzzTest() local
/developtools/smartperf_host/trace_streamer/test/test_fuzzer/selector_fuzzer/
H A Dselector_fuzzer.cpp29 std::unique_ptr<uint8_t[]> buf = std::make_unique<uint8_t[]>(size); in TraceStreamerSelectorFuzzTest() local
/developtools/hdc/hdc_rust/src/host/
H A Dclient.rs282 let mut buf = [0_u8; 1]; variables
[all...]
H A Dauth.rs138 let mut buf = get_hostname()?; variables
[all...]
/developtools/hdc/src/common/
H A Dcircle_buffer.h32 uint8_t *buf; member
H A Ddebug.cpp20 int WriteHexToDebugFile(const char *fileName, const uint8_t *buf, const int bufLen) in WriteHexToDebugFile() argument
48 int ReadHexFromDebugFile(const char *fileName, uint8_t *buf, const int bufLen) in ReadHexFromDebugFile() argument
92 int PrintfHexBuf(const uint8_t *buf, int bufLen) in PrintfHexBuf() argument
/developtools/hiperf/test/fuzztest/commandline_fuzzer/
H A DCommandLine_fuzzer.cpp24 char buf[DATA_MAX_SIZE] = { 0 }; in FuzzCommandLine() local
/developtools/hdc/hdc_rust/src/cffi/
H A Dlog.cpp23 char buf[BUF_SIZE_DEFAULT4] = { 0 }; // only 4k to avoid stack overflow in 32bit or L0 in PrintLogEx() local
H A Dmount.cpp33 char buf[BUF_SIZE_DEFAULT2]; in FindMountDeviceByPath() local
/developtools/hdc/hdc_rust/src/common/
H A Dfilemanager.rs82 let mut buf = [0u8; KERNEL_FILE_NODE_SIZE as usize]; in buffer_read() variables
/developtools/profiler/hiebpf/src/
H A Delf_symbol_info.cpp88 uint32_t ElfSymbolInfo::GetBinary(const ElfSymbolTable &symbolTable, std::vector<uint8_t> &buf) in GetBinary() argument
/developtools/smartperf_host/trace_streamer/test/unittest/ptreader_parser/
H A Dptreader_parser_test.cpp55 auto buf = std::make_unique<uint8_t[]>(1); in HWTEST_F() local
73 auto buf = std::make_unique<uint8_t[]>(bufSize); in HWTEST_F() local
98 auto buf = std::make_unique<uint8_t[]>(bufSize); in HWTEST_F() local
123 auto buf = std::make_unique<uint8_t[]>(bufSize); in HWTEST_F() local
148 auto buf = std::make_unique<uint8_t[]>(bufSize); HWTEST_F() local
253 auto buf = std::make_unique<uint8_t[]>(bufSize); HWTEST_F() local
284 auto buf = std::make_unique<uint8_t[]>(bufSize); HWTEST_F() local
[all...]
/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_service.cpp56 bool HookService::ProtocolProc(SocketContext &context, uint32_t pnum, const int8_t *buf, const uint32_t size) in ProtocolProc() argument
/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb_wrapper.cpp76 extern "C" int WriteUsb(void* ptr, char* connectKey, int len, SerializedBuffer buf) in WriteUsb() argument
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_socket_service.cpp54 bool FfrtProfilerSocketService::ProtocolProc(SocketContext &context, uint32_t pnum, const int8_t *buf, in ProtocolProc() argument
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_socket_service.cpp54 bool NetworkProfilerSocketService::ProtocolProc(SocketContext &context, uint32_t pnum, const int8_t *buf, in ProtocolProc() argument
/developtools/profiler/hiebpf/test/unittest/
H A Delf_symbol_info_test.cpp86 std::vector<uint8_t> buf; in HWTEST_F() local

Completed in 8 milliseconds

1234567