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:GetSigner
(Results
1 - 16
of
16
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
H
A
D
sign_elf_test.cpp
140
signerConfig.
GetSigner
();
in HWTEST_F()
176
signerConfig.
GetSigner
();
in HWTEST_F()
214
signerConfig.
GetSigner
();
in HWTEST_F()
251
signerConfig.
GetSigner
();
in HWTEST_F()
288
signerConfig.
GetSigner
();
in HWTEST_F()
H
A
D
hap_sign_test.cpp
1383
signerConfig.
GetSigner
();
in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/signer/include/
H
A
D
signer_factory.h
43
std::shared_ptr<Signer>
GetSigner
(LocalizationAdapter& adapter) const;
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/profile/profile001_fuzzer/
H
A
D
profile001_fuzzer.cpp
49
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in SignProfileTest001()
81
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in SignProfileTest002()
/developtools/hapsigner/hapsigntool_cpp/hap/config/include/
H
A
D
signer_config.h
43
std::shared_ptr<Signer>
GetSigner
();
/developtools/hapsigner/hapsigntool_cpp/profile/src/
H
A
D
profile_sign_tool.cpp
36
std::shared_ptr<Signer> signer(signerFactory->
GetSigner
(adapter));
in GenerateP7b()
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H
A
D
bc_pkcs7_generator.cpp
49
std::shared_ptr<Signer> signer(factory.
GetSigner
(adapter));
in GenerateSignedData()
/developtools/hapsigner/hapsigntool_cpp/hap/config/src/
H
A
D
signer_config.cpp
101
std::shared_ptr<Signer> SignerConfig::
GetSigner
()
in GetSigner()
function in OHOS::SignatureTools::SignerConfig
106
// signer = factory.
GetSigner
(adapter);
in GetSigner()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
H
A
D
sign_profile_test.cpp
279
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
411
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
451
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
497
* @tc.desc: Test function of SignerFactory::
GetSigner
() interface for SUCCESS .
527
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
563
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
600
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
H
A
D
provision_test.cpp
144
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
526
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
625
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
776
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
H
A
D
profile_test.cpp
360
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
413
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
460
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
H
A
D
pkcs7_data_test.cpp
190
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
299
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
330
std::shared_ptr<Signer> signer = factory.
GetSigner
(adapter);
in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/signer/src/
H
A
D
signer_factory.cpp
21
std::shared_ptr<Signer> SignerFactory::
GetSigner
(LocalizationAdapter& adapter)const
in GetSigner()
function in OHOS::SignatureTools::SignerFactory
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H
A
D
bc_signeddata_generator.cpp
49
std::shared_ptr<Signer> signer(factory.
GetSigner
(adapter));
in GenerateSignedData()
50
// std::shared_ptr<Signer> signer = signerConfig->
GetSigner
();
in GenerateSignedData()
H
A
D
code_signing.cpp
515
std::shared_ptr<Signer> signer(factory.
GetSigner
(adapter));
in GenerateSignature()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
H
A
D
code_signing_test.cpp
601
signerConfig.
GetSigner
();
in HWTEST_F()
643
signerConfig.
GetSigner
();
in HWTEST_F()
685
signerConfig.
GetSigner
();
in HWTEST_F()
725
signerConfig.
GetSigner
();
in HWTEST_F()
Completed in 23 milliseconds