Home
last modified time | relevance | path

Searched refs:maxFileSize (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/src/
H A Devent_store_config.cpp65 .maxFileSize = ParseUint32(node, KEY_MAX_FILE_SIZE), in Init()
101 return Contain(eventType) ? configMap_[eventType].maxFileSize : 0; in GetMaxFileSize()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/include/
H A Devent_store_config.h41 uint32_t maxFileSize; member
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
H A Dexport_json_file_writer.h41 int64_t maxFileSize);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libpng.cpp254 size_t maxFileSize = static_cast<size_t>(std::numeric_limits<int>::max()); in CanLoad() local
256 if (imageFileBytes.size() > maxFileSize || imageFileBytes.size() < pngHeaderSize) { in CanLoad()
H A Dimage_loader_libjpeg.cpp279 size_t maxFileSize = static_cast<size_t>(std::numeric_limits<int>::max()); in CanLoad() local
281 if (imageFileBytes.size() > maxFileSize || imageFileBytes.size() < jpegHeaderSize) { in CanLoad()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp348 const std::string& exportDir, int64_t maxFileSize) in ExportJsonFileWriter() argument
353 maxFileSize_ = maxFileSize * MB_TO_BYTE; in ExportJsonFileWriter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.cpp500 const size_t maxFileSize = 300000000; in GetDataCopy() local
501 if (fileSize > maxFileSize) { in GetDataCopy()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h165 int64_t maxFileSize = 0; member
H A Drecorder_server.cpp725 config_.maxFileSize = size; in SetMaxFileSize()
726 MaxFileSize maxFileSize(size); in SetMaxFileSize() local
728 return recorderEngine_->Configure(DUMMY_SOURCE_ID, maxFileSize); in SetMaxFileSize()
1020 dumpString += "RecorderServer maxFileSize is: " + std::to_string(config_.maxFileSize) + "\n"; in DumpInfo()
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp729 constexpr uint64_t maxFileSize = 1lu << 31; // 2GB in RemoveTempFileIfNeed() local
730 if (!isBeta_ && OHOS::GetFolderSize(logFilePath) > maxFileSize) { in RemoveTempFileIfNeed()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp521 … int32_t GetExtraDataSize(const UniqueFd &livePhotoFd, int64_t &extraDataSize, int64_t maxFileSize) in GetExtraDataSize() argument
568 if (extraDataSize >= maxFileSize) { in GetExtraDataSize()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp827 MaxFileSize maxFileSize = static_cast<const MaxFileSize&>(recParam); in ConfigureMuxer() local
828 maxSize_ = maxFileSize.size; in ConfigureMuxer()