Home
last modified time | relevance | path

Searched refs:MAX_FILE_NUM (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/image/
H A Dimage_load_unit_test.cpp28 constexpr uint8_t MAX_FILE_NUM = 2; variable
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; i++) { in ResetFds()
[all …]
/ohos5.0/base/hiviewdfx/hichecker/interfaces/js/kits/napi/js_leak_watcher/
H A Djs_leak_watcher.js48 const MAX_FILE_NUM = 20; constant
102 if (files.length > MAX_FILE_NUM) {
111 for (let i = 0; i < files.length - MAX_FILE_NUM; i++) {
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dprocess_collector_impl.cpp36 constexpr int32_t MAX_FILE_NUM = 10; variable
115 … filePath = CommonUtil::CreateExportFile(PROCESS_COLLECTOT_DIR, MAX_FILE_NUM, PREFIX, SUFFIX); in ExportMemCgProcesses()
H A Dwm_collector_impl.cpp36 constexpr int32_t MAX_FILE_NUM = 10; variable
44 return CommonUtil::CreateExportFile(COLLECTION_WM_PATH, MAX_FILE_NUM, filePrefix, ext); in CreateExportFileName()
H A Dio_collector_impl.cpp47 constexpr int MAX_FILE_NUM = 10; variable
176 if (files.size() >= MAX_FILE_NUM) { in CreateExportFileName()
177 for (size_t index = 0; index <= files.size() - MAX_FILE_NUM; ++index) { in CreateExportFileName()
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp44 constexpr int32_t MAX_FILE_NUM = 10; variable
127 (void)snprintf_s(res, sizeof(res), sizeof(res) - 1, "%03d", index % MAX_FILE_NUM); in GetFileNameIndex()
241 if (g_saveLogFile.size() >= MAX_FILE_NUM) { in CompressFile()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.h54 static const int MAX_FILE_NUM = 5; variable
H A Dvendor.cpp331 logStore_->SetMinKeepingFileNumber(MAX_FILE_NUM); in Init()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhievent.h81 static const size_t MAX_FILE_NUM = 10; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h96 constexpr static uint32_t MAX_FILE_NUM = 5; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h90 static constexpr int MAX_FILE_NUM = 500; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp412 if (diffNum > MAX_FILE_NUM) { in GetLoopMaxNum()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp885 logStore_->SetMinKeepingFileNumber(MAX_FILE_NUM); in OnLoad()