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:SIGN_APP
(Results
1 - 8
of
8
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H
A
D
params_trust_list.cpp
35
SIGN_APP
+ options,
H
A
D
cmd_util.cpp
148
} else if (param->GetMethod() ==
SIGN_APP
) {
in UpdateParamForVariantBoolProfileSigned()
243
if (param->GetMethod() ==
SIGN_APP
||
in UpdateParamForInform()
H
A
D
params_run_tool.cpp
36
{
SIGN_APP
, ParamsRunTool::RunSignApp},
/developtools/hapsigner/hapsigntool_cpp/common/include/
H
A
D
constant.h
77
const std::string
SIGN_APP
= "sign-app";
member
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntoolcmd/
H
A
D
ParamsTrustlist.java
61
COMMONDS.add(CmdUtil.Method.
SIGN_APP
+ OPTIONS);
H
A
D
CmdUtil.java
257
public static final String
SIGN_APP
= "sign-app";
field in CmdUtil.Method
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
H
A
D
CmdUnitTest.java
800
boolean result = HapSignTool.processCmd(new String[]{CmdUtil.Method.
SIGN_APP
});
in testCmdSignApp()
931
CmdUtil.Method.
SIGN_APP
,
in signAndVerifyHap()
952
CmdUtil.Method.
SIGN_APP
,
in signAndVerifyHap()
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/
H
A
D
HapSignTool.java
173
case Method.
SIGN_APP
:
in dispatchParams()
Completed in 6 milliseconds