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:extraBuff
(Results
1 - 6
of
6
) sorted by relevance
/base/security/device_security_level/services/sa/standard/
H
A
D
dslm_callback_proxy.cpp
51
if (response.
extraBuff
!= nullptr && response.extraLen != 0) {
in ResponseDeviceSecurityLevel()
53
data.WriteBuffer(response.
extraBuff
, response.extraLen);
in ResponseDeviceSecurityLevel()
H
A
D
dslm_callback_proxy.h
42
const uint8_t *
extraBuff
{nullptr};
H
A
D
dslm_ipc_process.cpp
59
DslmCallbackProxy::ResponseInfo resInfo = {result, info->level, info->
extraBuff
, info->extraLen};
in ProcessCallback()
/base/security/device_security_level/services/include/
H
A
D
dslm_callback_info.h
27
const uint8_t *
extraBuff
;
member
/base/security/device_security_level/services/sa/lite/small/
H
A
D
dslm_ipc_process.c
149
if (info->
extraBuff
!= NULL && info->extraLen != 0) {
in ProcessCallback()
151
WriteBuffer(reply, info->
extraBuff
, info->extraLen);
in ProcessCallback()
/base/security/device_security_level/services/dslm/
H
A
D
dslm_fsm_process.c
344
cbInfo->
extraBuff
= NULL;
in SdkTimeoutChecker()
354
cbInfo->
extraBuff
= NULL;
in RequestDoneChecker()
Completed in 3 milliseconds