Home
last modified time | relevance | path

Searched defs:bytes (Results 1 - 25 of 63) sorted by relevance

123

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H A Dsigned_file_pos_test.cpp46 std::vector<int8_t> bytes = { 11, -93, 88, 107, -121, 96, 121, 23, -64, -58, -95, -71, in HWTEST_F() local
H A Dcode_sign_block_header_test.cpp51 std::vector<int8_t> bytes; in HWTEST_F() local
[all...]
H A Dfs_verity_info_segment_test.cpp47 std::vector<int8_t> bytes; in HWTEST_F() local
[all...]
H A Dsign_info_test.cpp47 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 Dtrace_file_reader_test.cpp74 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 DSignedFilePos.java103 public static SignedFilePos fromByteArray(byte[] bytes) { in fromByteArray() argument
H A DFsVerityInfoSegment.java118 public static FsVerityInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() argument
H A DHapInfoSegment.java111 public static HapInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() argument
H A DSegmentHeader.java121 public static SegmentHeader fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray() argument
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Ddata_descriptor.cpp21 DataDescriptor* DataDescriptor::GetDataDescriptor(const std::string& bytes) in GetDataDescriptor() argument
/developtools/profiler/device/plugins/native_hook/src/
H A Dstack_writer.cpp47 void StackWriter::DoStats(long bytes) in DoStats() argument
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dfs_verity_info_segment.cpp65 FsVerityInfoSegment FsVerityInfoSegment::FromByteArray(const std::vector<int8_t>& bytes) in FromByteArray() argument
H A Dsegment_header.cpp68 std::unique_ptr<SegmentHeader> SegmentHeader::FromByteArray(std::vector<int8_t> bytes) in FromByteArray() argument
H A Dhap_info_segment.cpp60 HapInfoSegment HapInfoSegment::FromByteArray(std::vector<int8_t>& bytes) in FromByteArray() argument
H A Delf_sign_block.cpp78 bool ElfSignBlock::FromByteArray(std::vector<int8_t>& bytes, ElfSignBlock& elfSignBlock) in FromByteArray() argument
H A Dmerkle_tree_extension.cpp72 MerkleTreeExtension* MerkleTreeExtension::FromByteArray(std::vector<int8_t>& bytes) in FromByteArray() argument
H A Dsigned_file_pos.cpp61 SignedFilePos SignedFilePos::FromByteArray(std::vector<int8_t> &bytes) in FromByteArray() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
H A Dfs_verity_descriptor_test.cpp332 std::vector<int8_t> bytes; in HWTEST_F() local
363 std::vector<int8_t> bytes; in HWTEST_F() local
H A Dfs_verity_descriptor_with_sign_test.cpp100 std::vector<int8_t> bytes; in HWTEST_F() local
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
H A Dffrt_profiler_write.cpp56 void FfrtProfilerWriter::DoStats(long bytes) in DoStats() argument
/developtools/profiler/device/plugins/hilog_plugin/src/
H A Dfile_cache.cpp40 long FileCache::Write(char* bytes, int32_t len) in Write() argument
/developtools/profiler/device/plugins/network_profiler/client/src/
H A Dnetwork_profiler_write.cpp56 void NetworkProfilerWriter::DoStats(long bytes) in DoStats() argument
/developtools/profiler/device/plugins/xpower_plugin/test/
H A Dxpower_main.cpp75 long bytes = 0; in main() local
/developtools/profiler/device/plugins/api/src/
H A Dbuffer_writer.cpp65 void BufferWriter::DoStats(long bytes) in DoStats() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
H A DDataDescriptor.java65 getDataDescriptor(byte[] bytes) getDataDescriptor() argument
[all...]

Completed in 9 milliseconds

123