Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp53 static constexpr uint32_t DEFAULT_PERSIST_FILE_SIZE = (4 * 1024 * 1024); variable
552 msg.fileSize = rqst.fileSize == 0 ? DEFAULT_PERSIST_FILE_SIZE : rqst.fileSize; in PersistStartRqst2Msg()