| /developtools/hdc/hdc_rust/src/ |
| H A D | transfer.rs | 18 pub mod buffer; modules [all...] |
| /developtools/hapsigner/hapsigntool_cpp/zip/src/ |
| H A D | random_access_file_output.cpp | 41 bool RandomAccessFileOutput::Write(ByteBuffer& buffer) in Write() argument
|
| H A D | zip_utils.cpp | 34 bool ZipUtils::SetUInt32ToBuffer(ByteBuffer& buffer, int offset, int64_t value) in SetUInt32ToBuffer() argument
|
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| H A D | test_main.cpp | 43 char buffer[bufferSize] = { 0 }; in main() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| H A D | ZipDataOutput.java | 35 void write(byte[] buffer, int offset, int length) throws IOException; in write() argument 43 void write(ByteBuffer buffer) throws IOException; in write() argument
|
| H A D | ByteBufferZipDataInput.java | 27 private final ByteBuffer buffer; field in ByteBufferZipDataInput 30 public ByteBufferZipDataInput(ByteBuffer buffer) { in ByteBufferZipDataInput() argument 34 private ByteBufferZipDataInput(ByteBuffer buffer, boolean needSlice) { in ByteBufferZipDataInput() argument 53 public void copyTo(long offset, int size, ByteBuffer buffer) throws IOException { in copyTo() argument [all...] |
| H A D | RandomAccessFileZipDataOutput.java | 61 public void write(byte[] buffer, int offset, int length) throws IOException { in write() argument 79 public void write(ByteBuffer buffer) throws IOException { in write() argument
|
| H A D | ZipDataInput.java | 52 void copyTo(long offset, int size, ByteBuffer buffer) throws IOException; in copyTo() argument
|
| H A D | MessageDigestZipDataOutput.java | 35 public void write(byte[] buffer, int offset, int length) throws IOException { in write() argument 42 public void write(ByteBuffer buffer) throws IOException { in write() argument
|
| H A D | RandomAccessFileZipDataInput.java | 108 public void copyTo(long offset, int size, ByteBuffer buffer) throws IOException { in copyTo() argument [all...] |
| /developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/ |
| H A D | fs_verity_descriptor_with_sign.cpp | 52 std::unique_ptr<ByteBuffer> buffer = std::make_unique<ByteBuffer>(Size()); in ToByteArray() local
|
| H A D | fs_verity_digest.cpp | 32 std::unique_ptr<ByteBuffer> buffer = std::make_unique<ByteBuffer>(ByteBuffer(size)); in GetFsVerityDigest() local
|
| /developtools/global_resource_tool/src/ |
| H A D | header.cpp | 60 stringstream buffer; in Create() local
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/ |
| H A D | hap_utils_test.cpp | 93 ByteBuffer buffer; in HWTEST_F() local
|
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| H A D | client_control.h | 33 char buffer[arraySize] = {0}; member in OHOS::SmartPerf::ClientControl
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| H A D | ebpf_data_parser.h | 38 void RecordEbpfProfilerHeader(uint8_t *buffer, uint32_t len) in RecordEbpfProfilerHeader() argument
|
| /developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/hisysevent_parser/ |
| H A D | ptreader_hisysevent_parser.cpp | 26 void PtreaderHiSysEventParser::ParseHiSysEventDataItem(const std::string &buffer, in ParseHiSysEventDataItem() argument
|
| /developtools/profiler/device/plugins/native_hook/test/unittest/ |
| H A D | hook_socket_client_test.cpp | 81 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(metaSize); in HWTEST_F() local 148 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(metaSize); in HWTEST_F() local [all...] |
| /developtools/hapsigner/hapsigntool_cpp/common/include/ |
| H A D | byte_buffer.h | 126 std::shared_ptr<char> buffer; member in OHOS::SignatureTools::ByteBuffer
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/ |
| H A D | fs_verity_descriptor_test.cpp | 395 std::unique_ptr<ByteBuffer> buffer = std::make_unique<ByteBuffer>(64); in HWTEST_F() local
|
| /developtools/packing_tool/packing_tool/frameworks/src/ |
| H A D | log.cpp | 47 char buffer[MAX_LOG_SIZE]; in Log() local
|
| /developtools/profiler/device/services/profiler_service/src/ |
| H A D | trace_file_reader.cpp | 104 bool TraceFileReader::ReadData(uint8_t buffer[], uint32_t bufferSize) in ReadData() argument
|
| /developtools/profiler/hiebpf/src/ |
| H A D | bpf_log_reader.cpp | 143 char buffer[bufSize]; in MoveBPFLog() local
|
| /developtools/smartperf_host/trace_streamer/test/unittest/pbreader/ |
| H A D | parser_pbreader_test.cpp | 268 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(readSize); in HWTEST_F() local
|
| /developtools/hapsigner/hapsigntool_cpp/hap/utils/src/ |
| H A D | hap_utils.cpp | 100 bool HapUtils::ReadFileToByteBuffer(const std::string& file, ByteBuffer& buffer) in ReadFileToByteBuffer() argument
|