Home
last modified time | relevance | path

Searched defs:log_id (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/system/logging/logd/
H A DSerializedLogBuffer.cpp52 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 DSerializedFlushToState.cpp42 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 DSimpleLogBuffer.cpp45 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 DCommandListener.cpp76 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 DLogSize.cpp48 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 DRecordingLogBuffer.cpp26 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 DSerializedLogEntry.h51 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 DSerializedFlushToStateTest.cpp55 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 DLogStatistics.cpp113 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 DSerializedFlushToState.h36 log_id_t log_id; member
H A DRecordedLogMessage.h29 uint8_t log_id; member
H A DLogUtils.h64 static inline bool IsBinary(log_id_t log_id) { in IsBinary()
H A DLogBufferElement.h43 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 Dlogd_reader.cpp155 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 Dlogger_name.cpp36 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 Dserialized_log_buffer_fuzzer.cpp40 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 Dliblog_global_state.cpp35 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 Dlogcat.cpp322 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 Dlogging.cpp139 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 Dmerkle_consistency_proof.cc12 const std::string& log_id, in MerkleConsistencyProof()
H A Dmerkle_consistency_proof.h27 std::string log_id; member
H A Dsigned_tree_head.h48 std::string log_id; member
H A Dsigned_tree_head.cc22 const std::string& log_id) in SignedTreeHead()
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v1/
H A Dlog_entry.proto47 string log_id = 2; field
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v2/
H A Dlog_entry.proto47 string log_id = 2; field

1234