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
defs:options
(Results
1 - 25
of
68
) sorted by relevance
1
2
3
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/process_cmd/processcmd001_fuzzer/
H
A
D
processcmd001_fuzzer.cpp
30
Options
options
;
in DoSomethingInterestingWithMyAPI()
local
/developtools/hapsigner/hapsigntool_cpp/cmd/include/
H
A
D
params.h
43
Options*
options
;
member in OHOS::SignatureTools::Params
/developtools/hapsigner/hapsigntool_cpp/common/include/
H
A
D
localization_adapter.h
69
Options*
options
;
member in OHOS::SignatureTools::LocalizationAdapter
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H
A
D
local_sign_provider.cpp
25
bool LocalSignProvider::CheckParams(Options*
options
)
in CheckParams()
argument
H
A
D
remote_sign_provider.cpp
29
bool RemoteSignProvider::CheckParams(Options*
options
)
in CheckParams()
argument
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntoolcmd/
H
A
D
Params.java
36
private final Options
options
= new Options();
field in Params
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H
A
D
LocalJKSSignProvider.java
88
public void checkParams(Options
options
) throws InvalidParamsException, MissingParamsException {
in checkParams()
argument
H
A
D
RemoteSignProvider.java
31
public void checkParams(Options
options
) throws MissingParamsException, InvalidParamsException {
in checkParams()
argument
/developtools/hdc/hdc_rust/src/host/
H
A
D
host_app.rs
263
let mut
options
= String::from("");
variables
/developtools/ace_ets2bundle/
H
A
D
generateSysResource.py
75
options
= parser.parse_args()
variable in SysResource
/developtools/integration_verification/tools/startup_guard/config_parser_mgr/user_group/
H
A
D
user_group_parser.py
134
options
= args_parser.parse_args()
variable
/developtools/integration_verification/tools/startup_guard/config_parser_mgr/
H
A
D
config_parser_mgr.py
54
options
= args_parser.parse_args()
variable
/developtools/hapsigner/hapsigntool_cpp/hap/config/include/
H
A
D
signer_config.h
50
Options*
options
;
member in OHOS::SignatureTools::SignerConfig
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
H
A
D
ServiceApi.java
32
boolean generateKeyStore(Options
options
);
in generateKeyStore()
argument
40
boolean generateCsr(Options
options
);
in generateCsr()
argument
48
boolean generateCert(Options
options
);
in generateCert()
argument
56
generateCA(Options
options
)
generateCA()
argument
64
generateAppCert(Options
options
)
generateAppCert()
argument
72
generateProfileCert(Options
options
)
generateProfileCert()
argument
80
signProfile(Options
options
)
signProfile()
argument
88
verifyProfile(Options
options
)
verifyProfile()
argument
96
signHap(Options
options
)
signHap()
argument
104
verifyHap(Options
options
)
verifyHap()
argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H
A
D
bc_pkcs7_generator.cpp
46
Options*
options
= signerConfig->GetOptions();
in GenerateSignedData()
local
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/process_cmd/processcmd023_fuzzer/
H
A
D
processcmd023_fuzzer.cpp
36
Options
options
;
in DoSomethingInterestingWithMyAPI()
local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
H
A
D
bc_signeddata_generator_test.cpp
95
Options
options
;
in HWTEST_F()
local
195
Options
options
;
HWTEST_F()
local
252
Options
options
;
HWTEST_F()
local
310
Options
options
;
HWTEST_F()
local
[all...]
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H
A
D
native_memory_profiler_sa_stub.cpp
24
OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption&
options
)
OnRemoteRequest()
argument
/developtools/integration_verification/tools/startup_guard/config_parser_mgr/param/
H
A
D
system_parameter_parser.py
170
options
= args_parser.parse_args()
variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
H
A
D
ProfileTest.java
183
private void putParams(Options
options
) {
in putParams()
argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H
A
D
verify_bin.cpp
23
bool VerifyBin::Verify(Options*
options
)
in Verify()
argument
58
VerifyBinFile(const std::string& binFile, std::vector<int8_t>& profileVec, Options*
options
, Pkcs7Context& pkcs7Context)
VerifyBinFile()
argument
/developtools/hapsigner/hapsigntool_cpp/hap/provider/include/
H
A
D
sign_provider.h
113
Options*
options
, SignerConfig&);
member in OHOS::SignatureTools::SignProvider
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H
A
D
verify_bin_test.cpp
80
Options
options
;
in HWTEST_F()
local
117
Options
options
;
in HWTEST_F()
local
137
Options
options
;
in HWTEST_F()
local
157
Options
options
;
HWTEST_F()
local
177
Options
options
;
HWTEST_F()
local
198
Options
options
;
HWTEST_F()
local
219
Options
options
;
HWTEST_F()
local
240
Options
options
;
HWTEST_F()
local
261
Options
options
;
HWTEST_F()
local
282
Options
options
;
HWTEST_F()
local
332
Options
options
;
HWTEST_F()
local
[all...]
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H
A
D
params_trust_list.cpp
24
const std::string
options
= "[
options
]:";
member
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H
A
D
bc_signeddata_generator.cpp
46
Options*
options
= signerConfig->GetOptions();
in GenerateSignedData()
local
Completed in 7 milliseconds
1
2
3