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:sumLen
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
flow_control.cpp
37
uint32_t
sumLen
;
60
it->second.
sumLen
= logLen;
in FlowCtrlDomain()
64
if (it->second.
sumLen
<= it->second.quota) { /* under quota */
in FlowCtrlDomain()
65
it->second.
sumLen
+= logLen;
in FlowCtrlDomain()
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H
A
D
random_access_file_test.cpp
73
int32_t
sumLen
= CreatTestZipFile(filePath, si0);
in HWTEST_F()
local
77
ASSERT_TRUE(hapTestFile1.GetLength() ==
sumLen
);
in HWTEST_F()
102
sumLen
= CreatTestZipFile(testFile, si);
in HWTEST_F()
106
ASSERT_TRUE(hapTestFile2.GetLength() ==
sumLen
);
in HWTEST_F()
H
A
D
hap_signing_block_utils_test.cpp
96
long long
sumLen
= signInfo.hapEocdOffset + sizeof(zidEocdSign) + sizeof(centralDirLen) +
in CreatTestZipFile()
local
98
return
sumLen
;
in CreatTestZipFile()
148
int32_t
sumLen
= CreatTestZipFile(pathFile, signInfo);
in HWTEST_F()
local
155
ASSERT_EQ(hapTestFile.GetLength(),
sumLen
);
in HWTEST_F()
166
hapFile.seekp(
sumLen
- TEST_FILE_CD_OFFSET_POSITION, std::ios_base::beg);
in HWTEST_F()
/base/hiviewdfx/hilog/frameworks/libhilog/
H
A
D
hilog_printf.cpp
146
uint32_t
sumLen
= (uint32_t)atomic_load(&gSumLen);
in HiLogFlowCtrlProcess()
local
147
if (
sumLen
> processQuota) { /* over quota, -1 means don't print */
in HiLogFlowCtrlProcess()
Completed in 3 milliseconds