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:RESULT_NUMBER
(Results
1 - 15
of
15
) sorted by relevance
/base/security/certificate_manager/interfaces/kits/napi/include/dialog/
H
A
D
cm_napi_dialog_common.h
32
static const int32_t
RESULT_NUMBER
= 2;
member
/base/security/certificate_manager/interfaces/kits/napi/src/
H
A
D
cm_napi_get_app_cert_list_common.cpp
134
napi_value result[
RESULT_NUMBER
] = { nullptr };
in GetAppCertListAsyncWork()
186
napi_value res[
RESULT_NUMBER
] = { nullptr };
in GetCallingAppCertListAsyncWork()
H
A
D
cm_napi_uninstall_all_app_cert.cpp
109
napi_value result[
RESULT_NUMBER
] = { nullptr };
in UninstallAllAppCertAsyncWork()
H
A
D
cm_napi_uninstall_app_cert_common.cpp
112
napi_value result[
RESULT_NUMBER
] = { nullptr };
in UninstallAppCertAsyncWork()
H
A
D
cm_napi_grant.cpp
219
napi_value result[
RESULT_NUMBER
] = { nullptr };
in GrantUidComplete()
245
napi_value result[
RESULT_NUMBER
] = { nullptr };
in RemoveOrIsAuthedComplete()
323
napi_value result[
RESULT_NUMBER
] = { nullptr };
in GetUidListComplete()
H
A
D
cm_napi_common.cpp
526
if (arrLength <
RESULT_NUMBER
) {
in GeneratePromise()
540
if (arrLength <
RESULT_NUMBER
) {
in GenerateCallback()
544
napi_value params[
RESULT_NUMBER
] = { businessError, result[1] };
in GenerateCallback()
549
NAPI_CALL_RETURN_VOID(env, napi_call_function(env, recv, func,
RESULT_NUMBER
, params, &returnVal));
in GenerateCallback()
H
A
D
cm_napi_get_system_cert_info.cpp
154
napi_value result[
RESULT_NUMBER
] = { nullptr };
in GetCertInfoComplete()
H
A
D
cm_napi_get_system_cert_list.cpp
145
napi_value result[
RESULT_NUMBER
] = { nullptr };
in GetCertListComplete()
H
A
D
cm_napi_set_cert_status.cpp
136
napi_value result[
RESULT_NUMBER
] = { nullptr };
in SetCertStatusComplete()
H
A
D
cm_napi_get_app_cert_info_common.cpp
145
napi_value result[
RESULT_NUMBER
] = { nullptr };
in GetAppCertInfoAsyncWork()
H
A
D
cm_napi_user_trusted_cert.cpp
268
napi_value result[
RESULT_NUMBER
] = { nullptr };
in InstallUserCertComplete()
318
napi_value result[
RESULT_NUMBER
] = { nullptr };
in UninstallComplete()
H
A
D
cm_napi_sign_verify.cpp
611
napi_value result[
RESULT_NUMBER
] = { nullptr };
in InitComplete()
637
napi_value result[
RESULT_NUMBER
] = { nullptr };
in UpdateOrAbortComplete()
691
napi_value result[
RESULT_NUMBER
] = { nullptr };
in FinishComplete()
H
A
D
cm_napi_install_app_cert_common.cpp
198
napi_value result[
RESULT_NUMBER
] = { nullptr };
in InstallAppCertAsyncWork()
/base/security/certificate_manager/interfaces/kits/napi/include/
H
A
D
cm_napi_common.h
61
static const int32_t
RESULT_NUMBER
= 2;
member
/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H
A
D
cm_napi_dialog_common.cpp
354
if (length <
RESULT_NUMBER
) {
in GeneratePromise()
Completed in 9 milliseconds