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:MAX_FILE_NUM
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/image/
H
A
D
image_load_unit_test.cpp
28
constexpr uint8_t
MAX_FILE_NUM
= 2;
member
40
static int32_t imgResFds_[
MAX_FILE_NUM
];
41
static ImageInfo imgInfos_[
MAX_FILE_NUM
];
42
static uint32_t sizes_[
MAX_FILE_NUM
];
45
int32_t ImageTest::imgResFds_[
MAX_FILE_NUM
];
46
ImageInfo ImageTest::imgInfos_[
MAX_FILE_NUM
];
47
uint32_t ImageTest::sizes_[
MAX_FILE_NUM
];
55
for (int i = 0; i <
MAX_FILE_NUM
; i++) {
in SetUpTestCase()
66
for (int i = 0; i <
MAX_FILE_NUM
; i++) {
in TearDownTestCase()
73
for (int i = 0; i <
MAX_FILE_NUM
;
in ResetFds()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_backup_test/
H
A
D
key_backup_test.cpp
28
constexpr static uint32_t
MAX_FILE_NUM
= 5;
member
97
EXPECT_EQ(KeyBackup::GetInstance().GetLoopMaxNum(
MAX_FILE_NUM
+ 1), INVALID_LOOP_NUM);
in HWTEST_F()
98
EXPECT_EQ(KeyBackup::GetInstance().GetLoopMaxNum(
MAX_FILE_NUM
), 31);
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H
A
D
hievent.h
81
static const size_t
MAX_FILE_NUM
= 10;
member in HiEvent
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H
A
D
key_backup.h
96
constexpr static uint32_t
MAX_FILE_NUM
= 5;
member in OHOS::StorageDaemon::KeyBackup
/foundation/CastEngine/castengine_cast_framework/common/src/
H
A
D
cast_engine_common_helper.cpp
270
if (infoListSize >
MAX_FILE_NUM
) {
in ReadMediaInfoHolder()
697
if (fileListSize >
MAX_FILE_NUM
) {
in ReadFileList()
723
if (fileListSize >
MAX_FILE_NUM
) {
in ReadRcvFdFileMap()
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H
A
D
cast_engine_common.h
357
const int32_t EXPORT
MAX_FILE_NUM
= 16 * 1024;
member in OHOS::CastEngine::SubDeviceType::EventCode
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H
A
D
key_backup.cpp
413
if (diffNum >
MAX_FILE_NUM
) {
in GetLoopMaxNum()
Completed in 5 milliseconds