Searched refs:FAULTLOGGER_CONFIG_TAG (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_config.cpp | 24 static const std::string FAULTLOGGER_CONFIG_TAG = "FaultLoggerConfig"; variable 32 FAULTLOGGER_CONFIG_TAG.c_str(), number, size, path.c_str(), debugPath.c_str()); in FaultLoggerConfig() 42 FAULTLOGGER_CONFIG_TAG.c_str(), logFileNumber_); in GetLogFileMaxNumber() 50 FAULTLOGGER_CONFIG_TAG.c_str(), logFileNumber_); in SetLogFileMaxNumber() 57 FAULTLOGGER_CONFIG_TAG.c_str(), logFileSize_); in GetLogFileMaxSize() 65 FAULTLOGGER_CONFIG_TAG.c_str(), logFileSize_); in SetLogFileMaxSize() 72 FAULTLOGGER_CONFIG_TAG.c_str(), logFilePath_.c_str()); in GetLogFilePath() 80 FAULTLOGGER_CONFIG_TAG.c_str(), logFilePath_.c_str()); in SetLogFilePath() 87 FAULTLOGGER_CONFIG_TAG.c_str(), debugLogFilePath_.c_str()); in GetDebugLogFilePath() 95 FAULTLOGGER_CONFIG_TAG.c_str(), debugLogFilePath_.c_str()); in SetDebugLogFilePath()
|