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:SetVersion
(Results
1 - 14
of
14
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H
A
D
code_sign_block_header.cpp
121
CodeSignBlockHeader* codeSignBlockHeader = tempVar->SetMagic(inMagic)->
SetVersion
(inVersion)->
in FromByteArray()
139
CodeSignBlockHeader::Builder* CodeSignBlockHeader::Builder::
SetVersion
(int version)
in SetVersion()
function in OHOS::SignatureTools::CodeSignBlockHeader::Builder
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H
A
D
zip_entry_header.cpp
36
entryHeader->
SetVersion
(entryHeaderInt16Value);
in GetZipEntryHeader()
133
void ZipEntryHeader::
SetVersion
(short version)
in SetVersion()
function in OHOS::SignatureTools::ZipEntryHeader
H
A
D
central_directory.cpp
59
cd->
SetVersion
(centralDirectoryInt16Value);
in SetCentralDirectoryValues()
159
void CentralDirectory::
SetVersion
(short version)
in SetVersion()
function in OHOS::SignatureTools::CentralDirectory
/developtools/hapsigner/hapsigntool_cpp/zip/include/
H
A
D
zip_entry_header.h
71
void
SetVersion
(short version);
H
A
D
central_directory.h
67
void
SetVersion
(short version);
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H
A
D
code_sign_block_header.h
35
virtual Builder*
SetVersion
(int version);
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H
A
D
fs_verity_descriptor.h
82
Builder&
SetVersion
(uint8_t version)
in SetVersion()
function in OHOS::SignatureTools::FsVerityDescriptor::Builder
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H
A
D
fs_verity_descriptor.cpp
41
builder->
SetVersion
(inFsVersion).SetHashAlgorithm(inFsHashAlgorithm).SetLog2BlockSize(inLog2BlockSize);
in FromByteArray()
/developtools/packing_tool/packing_tool/frameworks/include/json/
H
A
D
hap_verify_info.h
42
void
SetVersion
(const Version& version);
/developtools/packing_tool/packing_tool/frameworks/src/json/
H
A
D
hap_verify_info.cpp
47
void HapVerifyInfo::
SetVersion
(const Version& version)
in SetVersion()
function in OHOS::AppPackingTool::HapVerifyInfo
H
A
D
module_json_stage.cpp
681
hapVerifyInfo.
SetVersion
(version);
in SetStageHapVerifyInfoByAppObj()
H
A
D
module_json_fa.cpp
760
hapVerifyInfo.
SetVersion
(version);
in SetFaHapVerifyInfoByAppObj()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H
A
D
code_sign_block_test.cpp
216
build->
SetVersion
(9);
in HWTEST_F()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/
H
A
D
hap_verify_utils_test.cpp
70
hapVerifyInfo1.
SetVersion
(version1);
in InitHapVerifyInfo1()
128
hapVerifyInfo2.
SetVersion
(version2);
in InitHapVerifyInfo2()
332
hapVerifyInfo3.
SetVersion
(version);
in HWTEST_F()
344
hapVerifyInfo3.
SetVersion
(version);
in HWTEST_F()
365
hapVerifyInfo3.
SetVersion
(version);
in HWTEST_F()
412
hapVerifyInfo3.
SetVersion
(version);
in HWTEST_F()
441
hapVerifyInfo3.
SetVersion
(version);
in HWTEST_F()
471
hapVerifyInfo3.
SetVersion
(version);
in HWTEST_F()
502
hapVerifyInfo3.
SetVersion
(version);
in HWTEST_F()
Completed in 15 milliseconds