Home
last modified time | relevance | path

Searched refs:maxNumber (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp29 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 Dmock_form_provider_data.cpp62 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 Dfms_form_js_info_base_test.cpp312 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 Dcloud_test.cpp188 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 Dcloud_info.h39 int32_t maxNumber = 0; member in OHOS::DistributedData::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h106 int32_t maxNumber = 30; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp242 cloudInfo1.maxNumber = CloudInfo::DEFAULT_BATCH_NUMBER; in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h131 static void SetMaxMainFloatingWindowNumber(uint32_t maxNumber);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp596 config.maxNumber = info.maxNumber;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1973 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 Dwindow_node_container.cpp543 void WindowNodeContainer::SetMaxMainFloatingWindowNumber(uint32_t maxNumber) in SetMaxMainFloatingWindowNumber() argument
545 maxMainFloatingWindowNumber_ = maxNumber; in SetMaxMainFloatingWindowNumber()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp251 dbConfig.maxUploadCount = config.maxNumber; in Bind()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp197 dbConfig.maxUploadCount = config.maxNumber; in Bind()

Completed in 17 milliseconds