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:extraLen
(Results
1 - 7
of
7
) 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()
52
data.WriteUint32(response.
extraLen
);
in ResponseDeviceSecurityLevel()
53
data.WriteBuffer(response.extraBuff, response.
extraLen
);
in ResponseDeviceSecurityLevel()
H
A
D
dslm_callback_proxy.h
43
uint32_t
extraLen
{0};
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
28
uint32_t
extraLen
;
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()
150
WriteUint32(reply, info->
extraLen
);
in ProcessCallback()
151
WriteBuffer(reply, info->extraBuff, info->
extraLen
);
in ProcessCallback()
/base/request/request/frameworks/native/src/
H
A
D
parcel_helper.cpp
217
uint32_t
extraLen
= data.ReadUint32();
in UnMarshalConfigExtras()
local
218
if (
extraLen
> data.GetReadableBytes()) {
in UnMarshalConfigExtras()
219
REQUEST_HILOGE("Size exceeds the upper limit, size = %{public}u",
extraLen
);
in UnMarshalConfigExtras()
222
for (uint32_t i = 0; i <
extraLen
; i++) {
in UnMarshalConfigExtras()
/base/security/device_security_level/services/dslm/
H
A
D
dslm_fsm_process.c
343
cbInfo->
extraLen
= 0;
in SdkTimeoutChecker()
353
cbInfo->
extraLen
= 0;
in RequestDoneChecker()
Completed in 3 milliseconds