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:maxNumber
(Results
1 - 13
of
13
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H
A
D
cloud_info.cpp
29
SetValue(node[GET_NAME(
maxNumber
)],
maxNumber
);
in Marshal()
42
if (!GetValue(node, GET_NAME(
maxNumber
),
maxNumber
) ||
maxNumber
== 0) {
in Unmarshal()
43
maxNumber
= DEFAULT_BATCH_NUMBER;
in Unmarshal()
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/
H
A
D
mock_form_provider_data.cpp
62
int32_t
maxNumber
= 130;
in GetImageDataMap()
local
65
for (int32_t i = 0; i <
maxNumber
; i++) {
in GetImageDataMap()
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/
H
A
D
fms_form_js_info_base_test.cpp
312
int32_t
maxNumber
= 130;
in HWTEST_F()
local
315
for (int32_t i = 0; i <
maxNumber
; i++) {
in HWTEST_F()
334
int32_t
maxNumber
= 130;
in HWTEST_F()
local
337
for (int32_t i = 0; i <
maxNumber
; i++) {
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
cloud_test.cpp
188
EXPECT_NE(oldInfo.
maxNumber
, CloudInfo::DEFAULT_BATCH_NUMBER);
in HWTEST_F()
193
EXPECT_EQ(newInfo.
maxNumber
, CloudInfo::DEFAULT_BATCH_NUMBER);
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H
A
D
cloud_info.h
39
int32_t
maxNumber
= 0;
member in OHOS::DistributedData::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H
A
D
general_store.h
106
int32_t
maxNumber
= 30;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
cloud_test.cpp
242
cloudInfo1.
maxNumber
= CloudInfo::DEFAULT_BATCH_NUMBER;
in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_node_container.h
131
static void SetMaxMainFloatingWindowNumber(uint32_t
maxNumber
);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
sync_manager.cpp
596
config.
maxNumber
= info.
maxNumber
;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
module_profile.cpp
1973
int32_t
maxNumber
= applicationInfo.multiAppMode.maxCount;
in ToApplicationInfo()
local
1974
if (
maxNumber
<= Constants::INITIAL_APP_INDEX ||
maxNumber
> ServiceConstants::CLONE_APP_INDEX_MAX) {
in ToApplicationInfo()
/foundation/window/window_manager/wmserver/src/
H
A
D
window_node_container.cpp
543
void WindowNodeContainer::SetMaxMainFloatingWindowNumber(uint32_t
maxNumber
)
in SetMaxMainFloatingWindowNumber()
argument
545
maxMainFloatingWindowNumber_ =
maxNumber
;
in SetMaxMainFloatingWindowNumber()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_general_store.cpp
251
dbConfig.maxUploadCount = config.
maxNumber
;
in Bind()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_general_store.cpp
197
dbConfig.maxUploadCount = config.
maxNumber
;
in Bind()
Completed in 16 milliseconds