Home
last modified time | relevance | path

Searched refs:DUMP_FILE_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddistributed_camera_constants.h123 const int32_t DUMP_FILE_MAX_SIZE = 295 * 1024 *1024; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_hidumper.cpp243 if ((static_cast<size_t>(fileSize) + video.size) < DUMP_FILE_MAX_SIZE) { in SaveFile()
/ohos5.0/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h144 constexpr uint32_t DUMP_FILE_MAX_SIZE = 295 * 1024 * 1024; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp243 if (static_cast<int32_t>(fileSize) <= DUMP_FILE_MAX_SIZE) { in IsUnderDumpMaxSize()