| /developtools/hapsigner/hapsigntool_cpp/hap/entity/src/ |
| H A D | signing_block.cpp | 28 SigningBlock::SigningBlock(const int32_t type, const std::vector<int8_t> &value, const int64_t offset) in SigningBlock() argument
|
| H A D | block_head.cpp | 33 std::string BlockHead::GetBlockHead(const char type, const char tag, const short length, const int offset) in GetBlockHead() argument 48 GetBlockHeadLittleEndian(const char type, const char tag, const int length, const int offset) GetBlockHeadLittleEndian() argument
|
| /developtools/hapsigner/hapsigntool_cpp/zip/src/ |
| H A D | zip_utils.cpp | 25 bool ZipUtils::SetCentralDirectoryOffset(ByteBuffer& eocd, int64_t offset) in SetCentralDirectoryOffset() argument 34 bool ZipUtils::SetUInt32ToBuffer(ByteBuffer& buffer, int offset, int64_t value) in SetUInt32ToBuffer() argument
|
| H A D | random_access_file_input.cpp | 31 RandomAccessFileInput::RandomAccessFileInput(RandomAccessFile& file, int64_t offset, int64_t size) in RandomAccessFileInput() argument 52 bool RandomAccessFileInput::CopyTo(int64_t offset, int size, ByteBuffer& buffer) in CopyTo() argument 87 ByteBuffer RandomAccessFileInput::CreateByteBuffer(int64_t offset, int size) in CreateByteBuffer() argument 104 Slice(int64_t offset, int64_t size) Slice() argument 117 CheckBoundValid(int64_t offset, int64_t size, int64_t sourceSize) CheckBoundValid() argument [all...] |
| /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
|
| H A D | ByteBufferZipDataInput.java | 45 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo() argument 53 public void copyTo(long offset, int size, ByteBuffer buffer) throws IOException { in copyTo() argument 58 public ByteBuffer createByteBuffer(long offset, int size) { in createByteBuffer() argument 71 public ZipDataInput slice(long offset, long size) { in slice() argument 82 checkChunkValid(long offset, long size) checkChunkValid() argument [all...] |
| H A D | RandomAccessFileZipDataOutput.java | 61 public void write(byte[] buffer, int offset, int length) throws IOException { in write() argument
|
| H A D | ZipDataInput.java | 42 void copyTo(long offset, long size, ZipDataOutput output) throws IOException; in copyTo() argument 52 void copyTo(long offset, int size, ByteBuffer buffer) throws IOException; in copyTo() argument 62 ByteBuffer createByteBuffer(long offset, int size) throws IOException; in createByteBuffer() argument 71 slice(long offset, long size) slice() argument [all...] |
| H A D | MessageDigestZipDataOutput.java | 35 public void write(byte[] buffer, int offset, int length) throws IOException { in write() argument
|
| H A D | RandomAccessFileZipDataInput.java | 59 public RandomAccessFileZipDataInput(RandomAccessFile file, long offset, long size) { in RandomAccessFileZipDataInput() argument 85 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo() argument 108 copyTo(long offset, int size, ByteBuffer buffer) copyTo() argument 137 createByteBuffer(long offset, int size) createByteBuffer() argument 148 slice(long offset, long size) slice() argument 157 checkBoundValid(long offset, long size, long sourceSize) checkBoundValid() argument [all...] |
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
| H A D | SigningBlock.java | 28 private int offset; field in SigningBlock 50 public SigningBlock(int type, byte[] value, int offset) { in SigningBlock() argument
|
| H A D | HwBlockHead.java | 70 public static byte[] getBlockHead(char type, char tag, short length, int offset) { in getBlockHead() argument 92 public static byte[] getBlockHeadLittleEndian(char type, char tag, int length, int offset) { in getBlockHeadLittleEndian() argument [all...] |
| /developtools/hapsigner/hapsigntool_cpp_test/fuzztest/common/bytebuffer/bytebufferinit_fuzzer/ |
| H A D | bytebufferinit_fuzzer.cpp | 26 int32_t offset = 32; in ByteBufferTest001() local
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/ |
| H A D | signed_file_pos_test.cpp | 67 int32_t offset = api->GetFileNameOffset(); in HWTEST_F() local 136 int32_t offset = api->GetFileNameOffset(); in HWTEST_F() local 154 int32_t offset = api->GetSignInfoOffset(); in HWTEST_F() local
|
| H A D | merkle_tree_extension_test.cpp | 195 int64_t offset = 927046; in HWTEST_F() local
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/ |
| H A D | signing_block_test.cpp | 80 int32_t offset = signingBlock.GetOffset(); in HWTEST_F() local
|
| /developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
| H A D | ftrace_field_parser_test.cpp | 36 size_t offset = buffer_.size(); in AppendInt() local 52 size_t offset = buffer_.size(); in AppendString() local [all...] |
| /developtools/hapsigner/hapsigntool_cpp/common/src/ |
| H A D | file_data_source.cpp | 20 FileDataSource(RandomAccessFile& hapFile, int64_t offset, int64_t size, int64_t position) FileDataSource() argument
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/ |
| H A D | segment_header.cpp | 42 void SegmentHeader::SetSegmentOffset(int32_t offset) in SetSegmentOffset() argument
|
| /developtools/profiler/device/services/profiler_service/src/ |
| H A D | trace_file_reader.cpp | 69 size_t offset = GetReadPos(stream_); in Read() local
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| H A D | ebpf_data_parser.cpp | 81 void EbpfDataParser::SetEbpfDataOffset(uint64_t offset) in SetEbpfDataOffset() argument
|
| /developtools/smartperf_host/trace_streamer/test/unittest/rawtrace/ |
| H A D | ftrace_field_processor_test.cpp | 36 size_t offset = fieldBuffer_.size(); in AppendIntFiled() local 52 size_t offset = fieldBuffer_.size(); in AppendString() local [all...] |
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/ |
| H A D | SegmentHeader.java | 89 public void setSegmentOffset(int offset) { in setSegmentOffset() argument
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/ |
| H A D | verify_code_signature_test.cpp | 110 int64_t offset = 1397151; in HWTEST_F() local 132 int64_t offset = 1397151; in HWTEST_F() local 152 int64_t offset = 1397151; in HWTEST_F() local 172 int64_t offset = 1397151; in HWTEST_F() local 192 int64_t offset in HWTEST_F() local 212 int64_t offset = 1397151; HWTEST_F() local 232 int64_t offset = 1397151; HWTEST_F() local 252 int64_t offset = 1397151; HWTEST_F() local 272 int64_t offset = 1397151; HWTEST_F() local 313 int64_t offset = 8216; HWTEST_F() local 333 int64_t offset = 8216; HWTEST_F() local 353 int64_t offset = 8216; HWTEST_F() local 373 int64_t offset = 8216; HWTEST_F() local 393 int64_t offset = 8216; HWTEST_F() local 413 int64_t offset = 8216; HWTEST_F() local 433 int64_t offset = 8216; HWTEST_F() local 475 int64_t offset = 1397151; HWTEST_F() local [all...] |
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/utils/ |
| H A D | cms_utils_test.cpp | 142 int64_t offset = 1397151; in HWTEST_F() local
|