/aosp_15_r20/system/logging/logd/ |
H A D | SerializedLogBuffer.cpp | 52 log_id_t log_id, LogStatistics* stats) REQUIRES(logd_lock) { in ClearLogsByUid() 114 bool SerializedLogBuffer::ShouldLog(log_id_t log_id, const char* msg, uint16_t len) { in ShouldLog() 136 int SerializedLogBuffer::Log(log_id_t log_id, log_time realtime, uid_t uid, pid_t pid, pid_t tid, in Log() 164 void SerializedLogBuffer::MaybePrune(log_id_t log_id) { in MaybePrune() 177 void SerializedLogBuffer::RemoveChunkFromStats(log_id_t log_id, SerializedLogChunk& chunk) { in RemoveChunkFromStats() 185 void SerializedLogBuffer::Prune(log_id_t log_id, size_t bytes_to_free) { in Prune() 232 void SerializedLogBuffer::UidClear(log_id_t log_id, uid_t uid) { in UidClear() 253 const std::function<FilterResult(log_id_t log_id, pid_t pid, uint64_t sequence, in FlushTo() 260 auto log_id = top.log_id; in FlushTo() local
|
H A D | SerializedFlushToState.cpp | 42 void SerializedFlushToState::CreateLogPosition(log_id_t log_id) { in CreateLogPosition() 69 void SerializedFlushToState::UpdateLogsNeeded(log_id_t log_id) { in UpdateLogsNeeded() 127 log_id_t log_id; in PopNextUnreadLog() local 148 void SerializedFlushToState::Prune(log_id_t log_id) { in Prune()
|
H A D | SimpleLogBuffer.cpp | 45 std::list<LogBufferElement>::iterator SimpleLogBuffer::GetOldest(log_id_t log_id) { in GetOldest() 59 bool SimpleLogBuffer::ShouldLog(log_id_t log_id, const char* msg, uint16_t len) { in ShouldLog() 81 int SimpleLogBuffer::Log(log_id_t log_id, log_time realtime, uid_t uid, pid_t pid, pid_t tid, in Log() 105 log_id_t log_id = elem.log_id(); in LogInternal() local 120 const std::function<FilterResult(log_id_t log_id, pid_t pid, uint64_t sequence, in FlushTo()
|
H A D | CommandListener.cpp | 76 int log_id; in LogIdCommand() local 100 return LogIdCommand(cli, argc, argv, [&](log_id_t log_id) { in LogSizeCommand() 131 return LogIdCommand(cli, argc, argv, [&](log_id_t log_id) { in runCommand()
|
H A D | LogSize.cpp | 48 static std::optional<size_t> GetBufferSizePropertyOverride(log_id_t log_id) { in GetBufferSizePropertyOverride() 72 size_t GetBufferSizeFromProperties(log_id_t log_id) { in GetBufferSizeFromProperties()
|
H A D | RecordingLogBuffer.cpp | 26 void RecordingLogBuffer::RecordLogMessage(log_id_t log_id, log_time realtime, uid_t uid, pid_t pid, in RecordLogMessage() 58 int RecordingLogBuffer::Log(log_id_t log_id, log_time realtime, uid_t uid, pid_t pid, pid_t tid, in Log()
|
H A D | SerializedLogEntry.h | 51 LogStatisticsElement ToLogStatisticsElement(log_id_t log_id) const { in ToLogStatisticsElement() 65 bool Flush(LogWriter* writer, log_id_t log_id) const { in Flush()
|
H A D | SerializedFlushToStateTest.cpp | 55 int log_id = sequence_to_log_id(sequence); in TestReport() local 64 int log_id = sequence_to_log_id(sequence); in TestReport() local
|
H A D | LogStatistics.cpp | 113 void LogStatistics::AddTotal(log_id_t log_id, uint16_t size) { in AddTotal() 128 log_id_t log_id = element.log_id; in Add() local 190 log_id_t log_id = element.log_id; in Subtract() local
|
H A D | SerializedFlushToState.h | 36 log_id_t log_id; member
|
H A D | RecordedLogMessage.h | 29 uint8_t log_id; member
|
H A D | LogUtils.h | 64 static inline bool IsBinary(log_id_t log_id) { in IsBinary()
|
H A D | LogBufferElement.h | 43 log_id_t log_id() const { return static_cast<log_id_t>(log_id_); } in log_id() function
|
/aosp_15_r20/system/logging/liblog/ |
H A D | logd_reader.cpp | 155 uint32_t log_id = android_logger_get_id(logger); in android_logger_clear() local 173 uint32_t log_id = android_logger_get_id(logger); in GetLogSize() local 219 uint32_t log_id = android_logger_get_id(logger); in android_logger_set_log_size() local 244 for (size_t log_id = 0; log_id < LOG_ID_MAX; ++log_id) { in android_logger_get_statistics() local 312 for (size_t log_id = 0; log_id < LOG_ID_MAX; ++log_id) { in logdOpen() local
|
H A D | logger_name.cpp | 36 const char* android_log_id_to_name(log_id_t log_id) { in android_log_id_to_name()
|
/aosp_15_r20/system/logging/logd/fuzz/ |
H A D | serialized_log_buffer_fuzzer.cpp | 40 log_id_t log_id; member 81 log_id_t log_id = static_cast<log_id_t>(unsigned(logInput->log_id) % (LOG_ID_MAX + 1)); in write_log_messages() local
|
/aosp_15_r20/system/logging/liblog/tests/ |
H A D | liblog_global_state.cpp | 35 unsigned int line, const char* message) { in TEST() 86 unsigned int line, const char* message) { in TEST()
|
/aosp_15_r20/system/logging/logcat/ |
H A D | logcat.cpp | 322 void Logcat::PrintDividers(log_id_t log_id, bool print_dividers) { in PrintDividers() 833 log_id_t log_id = android_name_to_log_id(buffer.c_str()); in Run() local
|
/aosp_15_r20/system/libbase/ |
H A D | logging.cpp | 139 static int32_t LogIdTolog_id_t(LogId log_id) { in LogIdTolog_id_t() 410 auto log_id = log_id_tToLogId(log_message->buffer_id); in SetLogger() local
|
/aosp_15_r20/external/cronet/net/cert/ |
H A D | merkle_consistency_proof.cc | 12 const std::string& log_id, in MerkleConsistencyProof()
|
H A D | merkle_consistency_proof.h | 27 std::string log_id; member
|
H A D | signed_tree_head.h | 48 std::string log_id; member
|
H A D | signed_tree_head.cc | 22 const std::string& log_id) in SignedTreeHead()
|
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v1/ |
H A D | log_entry.proto | 47 string log_id = 2; field
|
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v2/ |
H A D | log_entry.proto | 47 string log_id = 2; field
|