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:executorMessages
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/service/
H
A
D
user_auth_interface_service.cpp
128
out->
executorMessages
.clear();
in CopyScheduleInfo()
330
info.
executorMessages
.resize(1);
in SetAttributeToExtraInfo()
331
info.
executorMessages
[0].resize(MAX_EXECUTOR_MSG_LEN);
in SetAttributeToExtraInfo()
332
Uint8Array retExtraInfo = { info.
executorMessages
[0].data(), MAX_EXECUTOR_MSG_LEN };
in SetAttributeToExtraInfo()
336
info.
executorMessages
.clear();
in SetAttributeToExtraInfo()
339
info.
executorMessages
[0].resize(retExtraInfo.len);
in SetAttributeToExtraInfo()
442
out->
executorMessages
.resize(in->executorSize);
in CopyAuthScheduleInfo()
445
out->
executorMessages
[i].resize(MAX_EXECUTOR_MSG_LEN);
in CopyAuthScheduleInfo()
446
Uint8Array retExtraInfo = { out->
executorMessages
[i].data(), MAX_EXECUTOR_MSG_LEN };
in CopyAuthScheduleInfo()
453
out->
executorMessages
in CopyAuthScheduleInfo()
[all...]
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H
A
D
coauth.h
66
Buffer *
executorMessages
;
member
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H
A
D
executor_message.c
957
scheduleInfo->
executorMessages
= CreateExecutorCollectMsg(attribute, scheduleInfo);
in GetScheduleInfoFromAttribute()
958
if (!IsBufferValid(scheduleInfo->
executorMessages
)) {
in GetScheduleInfoFromAttribute()
959
LOG_ERROR("create
executorMessages
failed");
in GetScheduleInfoFromAttribute()
Completed in 5 milliseconds