Searched refs:MAX_FILE_NUM (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/image/ |
H A D | image_load_unit_test.cpp | 28 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 D | js_leak_watcher.js | 48 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 D | process_collector_impl.cpp | 36 constexpr int32_t MAX_FILE_NUM = 10; variable 115 … filePath = CommonUtil::CreateExportFile(PROCESS_COLLECTOT_DIR, MAX_FILE_NUM, PREFIX, SUFFIX); in ExportMemCgProcesses()
|
H A D | wm_collector_impl.cpp | 36 constexpr int32_t MAX_FILE_NUM = 10; variable 44 return CommonUtil::CreateExportFile(COLLECTION_WM_PATH, MAX_FILE_NUM, filePrefix, ext); in CreateExportFileName()
|
H A D | io_collector_impl.cpp | 47 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 D | thermal_dfx.cpp | 44 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 D | vendor.h | 54 static const int MAX_FILE_NUM = 5; variable
|
H A D | vendor.cpp | 331 logStore_->SetMinKeepingFileNumber(MAX_FILE_NUM); in Init()
|
/ohos5.0/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; variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | key_backup.h | 96 constexpr static uint32_t MAX_FILE_NUM = 5; variable
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/ |
H A D | event_logger.h | 90 static constexpr int MAX_FILE_NUM = 500; variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_backup.cpp | 412 if (diffNum > MAX_FILE_NUM) { in GetLoopMaxNum()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 885 logStore_->SetMinKeepingFileNumber(MAX_FILE_NUM); in OnLoad()
|