| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/ |
| H A D | signed_file_pos_test.cpp | 46 std::vector<int8_t> bytes = { 11, -93, 88, 107, -121, 96, 121, 23, -64, -58, -95, -71, in HWTEST_F() local
|
| H A D | code_sign_block_header_test.cpp | 51 std::vector<int8_t> bytes; in HWTEST_F() local [all...] |
| H A D | fs_verity_info_segment_test.cpp | 47 std::vector<int8_t> bytes; in HWTEST_F() local [all...] |
| H A D | sign_info_test.cpp | 47 std::vector<int8_t> bytes = { 11, -93, 88, 107, -121, 96, 121, 23, -64, -58, -95, in HWTEST_F() local 154 std::vector<int8_t> bytes = std::vector<int8_t>{ 1, 0, 0, 0, 80, 0, 0, 0, 0, 16, 0, 0, in HWTEST_F() local 179 std::vector<int8_t> bytes; in HWTEST_F() local
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| H A D | trace_file_reader_test.cpp | 74 long bytes = writer->Write(pluginData); in HWTEST_F() local 86 long bytes = reader->Read(data); in HWTEST_F() local 109 long bytes = writer->Write(pluginData); in HWTEST_F() local 119 long bytes = 0; HWTEST_F() local 147 long bytes = 0; HWTEST_F() local [all...] |
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/ |
| H A D | SignedFilePos.java | 103 public static SignedFilePos fromByteArray(byte[] bytes) { in fromByteArray() argument
|
| H A D | FsVerityInfoSegment.java | 118 public static FsVerityInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() argument
|
| H A D | HapInfoSegment.java | 111 public static HapInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() argument
|
| H A D | SegmentHeader.java | 121 public static SegmentHeader fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() argument
|
| /developtools/hapsigner/hapsigntool_cpp/zip/src/ |
| H A D | data_descriptor.cpp | 21 DataDescriptor* DataDescriptor::GetDataDescriptor(const std::string& bytes) in GetDataDescriptor() argument
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| H A D | stack_writer.cpp | 47 void StackWriter::DoStats(long bytes) in DoStats() argument
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/ |
| H A D | fs_verity_info_segment.cpp | 65 FsVerityInfoSegment FsVerityInfoSegment::FromByteArray(const std::vector<int8_t>& bytes) in FromByteArray() argument
|
| H A D | segment_header.cpp | 68 std::unique_ptr<SegmentHeader> SegmentHeader::FromByteArray(std::vector<int8_t> bytes) in FromByteArray() argument
|
| H A D | hap_info_segment.cpp | 60 HapInfoSegment HapInfoSegment::FromByteArray(std::vector<int8_t>& bytes) in FromByteArray() argument
|
| H A D | elf_sign_block.cpp | 78 bool ElfSignBlock::FromByteArray(std::vector<int8_t>& bytes, ElfSignBlock& elfSignBlock) in FromByteArray() argument
|
| H A D | merkle_tree_extension.cpp | 72 MerkleTreeExtension* MerkleTreeExtension::FromByteArray(std::vector<int8_t>& bytes) in FromByteArray() argument
|
| H A D | signed_file_pos.cpp | 61 SignedFilePos SignedFilePos::FromByteArray(std::vector<int8_t> &bytes) in FromByteArray() argument
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/ |
| H A D | fs_verity_descriptor_test.cpp | 332 std::vector<int8_t> bytes; in HWTEST_F() local 363 std::vector<int8_t> bytes; in HWTEST_F() local
|
| H A D | fs_verity_descriptor_with_sign_test.cpp | 100 std::vector<int8_t> bytes; in HWTEST_F() local
|
| /developtools/profiler/device/plugins/ffrt_profiler/client/src/ |
| H A D | ffrt_profiler_write.cpp | 56 void FfrtProfilerWriter::DoStats(long bytes) in DoStats() argument
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| H A D | file_cache.cpp | 40 long FileCache::Write(char* bytes, int32_t len) in Write() argument
|
| /developtools/profiler/device/plugins/network_profiler/client/src/ |
| H A D | network_profiler_write.cpp | 56 void NetworkProfilerWriter::DoStats(long bytes) in DoStats() argument
|
| /developtools/profiler/device/plugins/xpower_plugin/test/ |
| H A D | xpower_main.cpp | 75 long bytes = 0;
in main() local
|
| /developtools/profiler/device/plugins/api/src/ |
| H A D | buffer_writer.cpp | 65 void BufferWriter::DoStats(long bytes) in DoStats() argument
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| H A D | DataDescriptor.java | 65 getDataDescriptor(byte[] bytes) getDataDescriptor() argument [all...] |