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
defs:totalSize
(Results
1 - 25
of
33
) sorted by relevance
1
2
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H
A
D
thread_cpu_data.cpp
33
auto
totalSize
= sizeof(struct ucollection_thread_cpu_entry)
in Init()
local
H
A
D
process_cpu_data.cpp
30
unsigned int
totalSize
= sizeof(struct ucollection_process_cpu_entry)
in Init()
local
/base/security/huks/utils/crypto_adapter/
H
A
D
hks_client_service_adapter_common.c
59
uint32_t
totalSize
= sizeof(struct HksPubKeyInfo) + key->size;
in TranslateToInnerCurve25519Format()
local
H
A
D
hks_client_service_adapter_lite.c
311
uint32_t
totalSize
= sizeof(struct HksPubKeyInfo) + nSize + eSize;
in X509PublicKeyToRsa()
local
366
uint32_t
totalSize
= sizeof(struct HksPubKeyInfo) + xSize + ySize;
in X509PublicKeyToEcc()
local
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H
A
D
cadaemon_service.h
52
uint32_t
totalSize
;
variable
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H
A
D
appevent_packageholder_impl.cpp
90
size_t
totalSize
= 0;
in TakeNext()
local
/base/hiviewdfx/faultloggerd/test/unittest/common/
H
A
D
common_test.cpp
180
long long
totalSize
= 0;
in HWTEST_F()
local
/base/update/updater/services/applypatch/
H
A
D
transfer_manager.cpp
97
size_t
totalSize
= transferParams_->blockCount;
in CommandsParser()
local
140
void TransferManager::UpdateProgress(size_t &initBlock, size_t
totalSize
)
in UpdateProgress()
argument
/base/update/updater/utils/
H
A
D
utils_fs.cpp
80
int64_t
totalSize
= 0;
in GetFilesFromDirectory()
local
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H
A
D
napi_app_event_holder.cpp
200
size_t
totalSize
= 0;
in TakeNext()
local
/base/request/request/frameworks/js/napi/src/
H
A
D
js_notify_data_listener.cpp
132
int64_t
totalSize
=
in NotifyDataProcess()
local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H
A
D
hks_crypto_ed25519.c
57
uint32_t
totalSize
= sizeof(struct KeyMaterial25519) + pubKey->size + priKey->size;
in SaveEd25519KeyMaterial()
local
124
uint32_t
totalSize
in CheckEd25519Material()
local
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H
A
D
trace_flow_controller.cpp
131
int64_t
totalSize
= nowSize + traceSize;
in IsLowerLimit()
local
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H
A
D
platform_monitor.h
39
uint32_t
totalSize
;
member
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H
A
D
file_util.cpp
133
uint64_t
totalSize
= 0;
in GetDirSize()
local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H
A
D
cert_manager_app_cert_process.c
192
uint32_t
totalSize
= sizeof(struct HksKeyMaterial25519) + (CURVE25519_KEY_LEN_BYTES << 1);
in SaveKeyMaterialCurve25519()
local
[all...]
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
H
A
D
dcm_attest_utils.c
116
uint32_t
totalSize
= spkiHeaderLen + info->nOrXSize + info->eOrYSize;
in GetEcPublicKey()
local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H
A
D
hks_openssl_ed25519tox25519.c
382
uint32_t
totalSize
= sizeof(struct KeyMaterial25519) + CURVE25519_KEY_LEN * 2; // 2: private key and public key
in ConvertPrivX25519FromED25519()
local
H
A
D
hks_openssl_curve25519.c
33
uint32_t
totalSize
= sizeof(struct KeyMaterial25519) + (CURVE25519_KEY_LEN << 1);
in SaveCurve25519KeyMaterial()
local
/base/print/print_fwk/services/print_service/src/
H
A
D
print_http_request_process.cpp
255
size_t
totalSize
= readBufMap[requestId].size();
in ProcessHttpResponse()
local
280
size_t
totalSize
= readGetAttrBufMap[requestId].size();
in ProcessHttpResponseGetAttr()
local
305
size_t
totalSize
= readSendDocBufMap[requestId].size();
in ProcessHttpResponseSendDoc()
local
[all...]
/base/security/code_signature/test/unittest/
H
A
D
enable_verity_test.cpp
201
size_t
totalSize
= 0;
in ExpandFile()
local
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H
A
D
hks_storage_utils.c
357
uint32_t
totalSize
= keyCount * sizeof(struct HksFileEntry);
in FileNameListInit()
local
/base/startup/init/interfaces/innerkits/fs_manager/erofs_overlay/
H
A
D
erofs_mount_overlay.c
210
uint64_t
totalSize
= GetBlockSize(dev);
in GetMapperAddr()
local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H
A
D
openssl_ecc_helper.c
476
uint32_t
totalSize
= xSize + ySize + sizeof(struct HksPubKeyInfo);
in EcKeyToPublicKey()
local
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H
A
D
input_method_utils.h
230
size_t
totalSize
= 0;
in IsPrivateCommandValid()
local
Completed in 15 milliseconds
1
2