Home
last modified time | relevance | path

Searched defs:buffer (Results 1 - 25 of 122) sorted by relevance

12345

/developtools/hdc/hdc_rust/src/
H A Dtransfer.rs18 pub mod buffer; modules
[all...]
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Drandom_access_file_output.cpp41 bool RandomAccessFileOutput::Write(ByteBuffer& buffer) in Write() argument
H A Dzip_utils.cpp34 bool ZipUtils::SetUInt32ToBuffer(ByteBuffer& buffer, int offset, int64_t value) in SetUInt32ToBuffer() argument
/developtools/profiler/device/plugins/memory_plugin/src/
H A Dtest_main.cpp43 char buffer[bufferSize] = { 0 }; in main() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
H A DZipDataOutput.java35 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 DByteBufferZipDataInput.java27 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 DRandomAccessFileZipDataOutput.java61 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 DZipDataInput.java52 void copyTo(long offset, int size, ByteBuffer buffer) throws IOException; in copyTo() argument
H A DMessageDigestZipDataOutput.java35 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 DRandomAccessFileZipDataInput.java108 public void copyTo(long offset, int size, ByteBuffer buffer) throws IOException { in copyTo() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dfs_verity_descriptor_with_sign.cpp52 std::unique_ptr<ByteBuffer> buffer = std::make_unique<ByteBuffer>(Size()); in ToByteArray() local
H A Dfs_verity_digest.cpp32 std::unique_ptr<ByteBuffer> buffer = std::make_unique<ByteBuffer>(ByteBuffer(size)); in GetFsVerityDigest() local
/developtools/global_resource_tool/src/
H A Dheader.cpp60 stringstream buffer; in Create() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H A Dhap_utils_test.cpp93 ByteBuffer buffer; in HWTEST_F() local
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dclient_control.h33 char buffer[arraySize] = {0}; member in OHOS::SmartPerf::ClientControl
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
H A Debpf_data_parser.h38 void RecordEbpfProfilerHeader(uint8_t *buffer, uint32_t len) in RecordEbpfProfilerHeader() argument
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/hisysevent_parser/
H A Dptreader_hisysevent_parser.cpp26 void PtreaderHiSysEventParser::ParseHiSysEventDataItem(const std::string &buffer, in ParseHiSysEventDataItem() argument
/developtools/profiler/device/plugins/native_hook/test/unittest/
H A Dhook_socket_client_test.cpp81 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 Dbyte_buffer.h126 std::shared_ptr<char> buffer; member in OHOS::SignatureTools::ByteBuffer
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
H A Dfs_verity_descriptor_test.cpp395 std::unique_ptr<ByteBuffer> buffer = std::make_unique<ByteBuffer>(64); in HWTEST_F() local
/developtools/packing_tool/packing_tool/frameworks/src/
H A Dlog.cpp47 char buffer[MAX_LOG_SIZE]; in Log() local
/developtools/profiler/device/services/profiler_service/src/
H A Dtrace_file_reader.cpp104 bool TraceFileReader::ReadData(uint8_t buffer[], uint32_t bufferSize) in ReadData() argument
/developtools/profiler/hiebpf/src/
H A Dbpf_log_reader.cpp143 char buffer[bufSize]; in MoveBPFLog() local
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader/
H A Dparser_pbreader_test.cpp268 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 Dhap_utils.cpp100 bool HapUtils::ReadFileToByteBuffer(const std::string& file, ByteBuffer& buffer) in ReadFileToByteBuffer() argument

Completed in 7 milliseconds

12345