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:GetChars
(Results
1 - 8
of
8
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/common/src/
H
A
D
localization_adapter.cpp
39
char* keyStorePwd = options->
GetChars
(Options::KEY_STORE_RIGHTS);
in IsAliasExist()
40
char* keyPwd = options->
GetChars
(Options::KEY_RIGHTS);
in IsAliasExist()
53
char* keyRights = options->
GetChars
(Options::KEY_RIGHTS);
in ResetPwd()
57
char* keyStoreRights = options->
GetChars
(Options::KEY_STORE_RIGHTS);
in ResetPwd()
61
char* issuerKeyRights = options->
GetChars
(Options::ISSUER_KEY_RIGHTS);
in ResetPwd()
65
char* issuerKeyStoreRights = options->
GetChars
(Options::ISSUER_KEY_STORE_RIGHTS);
in ResetPwd()
116
char* keyStorePwd = options->
GetChars
(Options::KEY_STORE_RIGHTS);
in KeyStoreFile()
117
char* keyPwd = options->
GetChars
(Options::KEY_RIGHTS);
in KeyStoreFile()
147
char* keyStorePwd = options->
GetChars
(Options::ISSUER_KEY_STORE_RIGHTS);
in IssuerKeyStoreFile()
149
char* keyPwd = options->
GetChars
(Option
in IssuerKeyStoreFile()
[all...]
H
A
D
options.cpp
60
char* Options::
GetChars
(const std::string& key)
in GetChars()
function in OHOS::SignatureTools::Options
69
SIGNATURE_TOOLS_LOGI("
GetChars
key = %s value = nullptr !", key.c_str());
in GetChars()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/
H
A
D
generate_keypair_test.cpp
195
adaptePtr->options->
GetChars
(Options::KEY_STORE_RIGHTS),
in HWTEST_F()
197
adaptePtr->options->
GetChars
(Options::KEY_RIGHTS));
in HWTEST_F()
229
adaptePtr->keyStoreHelper->ReadKeyStore(keyStorePath, adaptePtr->options->
GetChars
(Options::KEY_STORE_RIGHTS),
in HWTEST_F()
231
adaptePtr->options->
GetChars
(Options::KEY_RIGHTS), &keyPair);
in HWTEST_F()
259
EXPECT_EQ(adaptePtr->options->
GetChars
(Options::KEY_RIGHTS), str);
in HWTEST_F()
260
EXPECT_EQ(adaptePtr->options->
GetChars
(Options::KEY_STORE_RIGHTS), str);
in HWTEST_F()
261
EXPECT_EQ(adaptePtr->options->
GetChars
(Options::ISSUER_KEY_RIGHTS), str);
in HWTEST_F()
262
EXPECT_EQ(adaptePtr->options->
GetChars
(Options::ISSUER_KEY_STORE_RIGHTS), str);
in HWTEST_F()
H
A
D
options_test.cpp
65
char* strPrt = adaptePtr->options->
GetChars
(Options::KEY_RIGHTS);
in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H
A
D
options.h
32
char*
GetChars
(const std::string& key);
/developtools/hapsigner/hapsigntool_cpp/signer/src/
H
A
D
signer_factory.cpp
52
char* userPwd = adapter.GetOptions()->
GetChars
(ParamConstants::PARAM_REMOTE_USERPWD);
in LoadRemoteSigner()
/developtools/hapsigner/hapsigntool_cpp/api/src/
H
A
D
sign_tool_service_impl.cpp
147
char* keyStoreRights = options->
GetChars
(Options::KEY_STORE_RIGHTS);
in HandleIssuerKeyAliasEmpty()
148
char* issuerKeyStoreRights = options->
GetChars
(Options::ISSUER_KEY_STORE_RIGHTS);
in HandleIssuerKeyAliasEmpty()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
H
A
D
generate_ca_test.cpp
981
* @tc.desc: Test function of Options::
GetChars
() interface for SUCCESS.
991
char* tmp = option.
GetChars
(test);
in HWTEST_F()
Completed in 15 milliseconds