Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ToByteArray
(Results
1 - 25
of
35
) sorted by relevance
1
2
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H
A
D
code_sign_block.cpp
123
void CodeSignBlock::
ToByteArray
(std::vector<int8_t>& ret)
in ToByteArray()
function in OHOS::SignatureTools::CodeSignBlock
128
codeSignBlockHeader.
ToByteArray
(codeSignBlockHeaderVec);
in ToByteArray()
132
sh.
ToByteArray
(shVec);
in ToByteArray()
139
fsVerityInfoSegment.
ToByteArray
(fsVerityInfoSegmentVec);
in ToByteArray()
142
hapInfoSegment.
ToByteArray
(hapInfoSegmentVec);
in ToByteArray()
145
nativeLibInfoSegment.
ToByteArray
(nativeLibInfoSegmentVec);
in ToByteArray()
194
ToByteArray
(ret);
in GenerateCodeSignBlockByte()
H
A
D
merkle_tree_extension.cpp
59
void MerkleTreeExtension::
ToByteArray
(std::vector<int8_t>& ret)
in ToByteArray()
function in OHOS::SignatureTools::MerkleTreeExtension
64
Extension::
ToByteArray
(extByteArr);
in ToByteArray()
H
A
D
hap_info_segment.cpp
48
void HapInfoSegment::
ToByteArray
(std::vector<int8_t> &ret)
in ToByteArray()
function in OHOS::SignatureTools::HapInfoSegment
51
signInfo.
ToByteArray
(hapSignInfoByteArray);
in ToByteArray()
H
A
D
extension.cpp
49
void Extension::
ToByteArray
(std::vector<int8_t>& ret)
in ToByteArray()
function in OHOS::SignatureTools::Extension
H
A
D
elf_sign_block.cpp
66
void ElfSignBlock::
ToByteArray
(std::vector<int8_t>& ret)
in ToByteArray()
function in OHOS::SignatureTools::ElfSignBlock
73
descriptorWithSign.
ToByteArray
(descriptorWithSignArr);
in ToByteArray()
H
A
D
segment_header.cpp
57
void SegmentHeader::
ToByteArray
(std::vector<int8_t> &ret)
in ToByteArray()
function in OHOS::SignatureTools::SegmentHeader
H
A
D
native_lib_info_segment.cpp
81
void NativeLibInfoSegment::
ToByteArray
(std::vector<int8_t> &ret)
in ToByteArray()
function in OHOS::SignatureTools::NativeLibInfoSegment
102
signInfo.
ToByteArray
(signInfoArr);
in ToByteArray()
H
A
D
sign_info.cpp
169
void SignInfo::
ToByteArray
(std::vector<int8_t> &ret)
in ToByteArray()
function in OHOS::SignatureTools::SignInfo
187
ext->
ToByteArray
(ret);
in ToByteArray()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H
A
D
segment_header_test.cpp
80
segmentHeader.
ToByteArray
(arr);
in HWTEST_F()
98
segmentHeader.
ToByteArray
(arr);
in HWTEST_F()
H
A
D
elf_sign_block_test.cpp
49
elfSignBlock.
ToByteArray
(arr);
in HWTEST_F()
71
elfSignBlock.
ToByteArray
(arr);
in HWTEST_F()
H
A
D
extension_test.cpp
82
api->
ToByteArray
(byteArray);
in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H
A
D
fs_verity_descriptor_with_sign.cpp
50
void FsVerityDescriptorWithSign::
ToByteArray
(std::vector<int8_t>& ret)
in ToByteArray()
function in OHOS::SignatureTools::FsVerityDescriptorWithSign
56
fsVerityDescriptor.
ToByteArray
(fsArr);
in ToByteArray()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
H
A
D
fs_verity_descriptor_test.cpp
149
* @tc.desc: Test function of FsVerityDescriptor::
ToByteArray
() interface for SUCCESS.
173
fsVerityDescriptor.
ToByteArray
(arr);
in HWTEST_F()
180
* @tc.desc: Test function of FsVerityDescriptor::
ToByteArray
() interface for SUCCESS.
204
fsVerityDescriptor.
ToByteArray
(arr);
in HWTEST_F()
236
fsVerityDescriptor.
ToByteArray
(arr);
in HWTEST_F()
268
fsVerityDescriptor.
ToByteArray
(arr);
in HWTEST_F()
301
fsVerityDescriptor.
ToByteArray
(arr);
in HWTEST_F()
H
A
D
fs_verity_descriptor_with_sign_test.cpp
86
* @tc.name:
ToByteArray
87
* @tc.desc: Test function of FsVerityDescriptorWithSign::
ToByteArray
() interface for SUCCESS.
93
HWTEST_F(FsVerityDescriptorWithSignTest,
ToByteArray
, testing::ext::TestSize.Level1)
in HWTEST_F()
101
descriptor.
ToByteArray
(bytes);
in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H
A
D
extension.h
34
virtual void
ToByteArray
(std::vector<int8_t>& ret);
H
A
D
segment_header.h
42
void
ToByteArray
(std::vector<int8_t> &ret);
H
A
D
hap_info_segment.h
36
void
ToByteArray
(std::vector<int8_t>& ret);
H
A
D
merkle_tree_extension.h
36
virtual void
ToByteArray
(std::vector<int8_t>& ret);
H
A
D
fs_verity_info_segment.h
37
virtual void
ToByteArray
(std::vector<int8_t>& ret);
H
A
D
elf_sign_block.h
40
void
ToByteArray
(std::vector<int8_t>& ret);
H
A
D
code_sign_block.h
52
void
ToByteArray
(std::vector<int8_t>& ret);
H
A
D
sign_info.h
61
void
ToByteArray
(std::vector<int8_t> &ret);
H
A
D
native_lib_info_segment.h
48
void
ToByteArray
(std::vector<int8_t> &ret);
H
A
D
code_sign_block_header.h
62
virtual void
ToByteArray
(std::vector<int8_t>& ret);
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H
A
D
fs_verity_descriptor_with_sign.h
35
void
ToByteArray
(std::vector<int8_t> &ret);
Completed in 12 milliseconds
1
2