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:verifyRes
(Results
1 - 2
of
2
) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H
A
D
hiappevent_verify.cpp
193
bool VerifyAppEventParam(AppEventParam& param, std::unordered_set<std::string>& paramNames, int&
verifyRes
)
in VerifyAppEventParam()
argument
198
verifyRes
= ERROR_DUPLICATE_PARAM;
in VerifyAppEventParam()
204
verifyRes
= ERROR_INVALID_PARAM_NAME;
in VerifyAppEventParam()
214
verifyRes
= ERROR_INVALID_PARAM_VALUE_LENGTH;
in VerifyAppEventParam()
221
verifyRes
= ERROR_INVALID_PARAM_VALUE_LENGTH;
in VerifyAppEventParam()
227
verifyRes
= ERROR_INVALID_LIST_PARAM_SIZE;
in VerifyAppEventParam()
408
int
verifyRes
= HIAPPEVENT_VERIFY_SUCCESSFUL;
in VerifyAppEvent()
local
412
if (!VerifyAppEventParam(*it, paramNames,
verifyRes
)) {
in VerifyAppEvent()
422
verifyRes
= ERROR_INVALID_PARAM_NUM;
in VerifyAppEvent()
425
return
verifyRes
;
in VerifyAppEvent()
[all...]
/base/update/updater/services/applypatch/
H
A
D
block_set.cpp
315
int32_t
verifyRes
= VerifySha256(buffer, blockSize, srcHash);
in LoadTargetBuffer()
local
316
if (
verifyRes
!= 0 && !cmd.GetTransferParams()->canWrite) {
in LoadTargetBuffer()
319
if (
verifyRes
== 0) {
in LoadTargetBuffer()
Completed in 3 milliseconds