Home
last modified time | relevance | path

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

/system/logging/logd/
DLogBufferTest.cpp68 if (expected.lid != result.lid) { in CompareLoggerEntries()
70 StringPrintf("lid: expected %" PRIu32 " vs %" PRIu32, expected.lid, result.lid)); in CompareLoggerEntries()
184 .lid = LOG_ID_MAIN, in TEST_P()
199 {{.pid = 1, .tid = 2, .sec = 10000, .nsec = 20001, .lid = LOG_ID_MAIN, .uid = 0}, in TEST_P()
201 {{.pid = 10, .tid = 2, .sec = 10000, .nsec = 20002, .lid = LOG_ID_MAIN, .uid = 0}, in TEST_P()
203 {{.pid = 100, .tid = 2, .sec = 10000, .nsec = 20003, .lid = LOG_ID_KERNEL, .uid = 0}, in TEST_P()
205 {{.pid = 10, .tid = 2, .sec = 10000, .nsec = 20004, .lid = LOG_ID_MAIN, .uid = 0}, in TEST_P()
207 {{.pid = 1, .tid = 2, .sec = 10000, .nsec = 20005, .lid = LOG_ID_RADIO, .uid = 0}, in TEST_P()
209 {{.pid = 2, .tid = 2, .sec = 10000, .nsec = 20006, .lid = LOG_ID_RADIO, .uid = 0}, in TEST_P()
211 {{.pid = 3, .tid = 2, .sec = 10000, .nsec = 20007, .lid = LOG_ID_RADIO, .uid = 0}, in TEST_P()
[all …]
DChattyLogBufferTest.cpp25 .pid = 1, .tid = 1, .sec = sec, .nsec = 1, .lid = LOG_ID_MAIN, .uid = 0}; in TEST_P()
93 .pid = 1, .tid = 1, .sec = sec, .nsec = 1, .lid = LOG_ID_MAIN, .uid = 0}; in TEST_P()
133 .pid = 1, .tid = 1, .sec = sec, .nsec = 1, .lid = LOG_ID_EVENTS, .uid = 0}; in TEST_P()
194 auto make_message = [&](uint32_t sec, int32_t pid, uint32_t uid, uint32_t lid, const char* tag, in TEST_P()
196 logger_entry entry = {.pid = pid, .tid = 1, .sec = sec, .nsec = 1, .lid = lid, .uid = uid}; in TEST_P()
253 .pid = 1, .tid = 1, .sec = sec, .nsec = 1, .lid = LOG_ID_MAIN, .uid = 0}; in TEST_P()
Dlogd_test.cpp251 static void dump_log_msg(const char* prefix, log_msg* msg, int lid) { in dump_log_msg() argument
262 lid = msg->entry.lid; in dump_log_msg()
264 switch (lid) { in dump_log_msg()
287 if (lid >= 0) { in dump_log_msg()
288 fprintf(stderr, "lid=%d ", lid); in dump_log_msg()
DSerializedLogEntry.h70 entry.lid = log_id; in Flush()
DLogBufferTest.h88 EXPECT_GT(log_buffer_->Log(static_cast<log_id_t>(entry.lid), in LogMessages()
DLogBufferElement.cpp274 entry.lid = log_id_; in FlushTo()
/system/logging/liblog/include_vndk/log/
Dlog_read.h46 uint32_t lid; /* log id of the payload, bottom 4 bits currently */ member
67 return static_cast<log_id_t>(entry.lid); in id()
/system/logging/liblog/include/log/
Dlog_read.h46 uint32_t lid; /* log id of the payload, bottom 4 bits currently */ member
67 return static_cast<log_id_t>(entry.lid); in id()
/system/logging/liblog/
Dpmsg_reader.cpp119 log_msg->entry.lid = buf.l.id; in PmsgRead()
284 if (!strcmp(names->name, msg + sizeof(prio)) && names->id == log_msg.entry.lid && in __android_log_pmsg_file_read()
302 names->id = static_cast<log_id_t>(log_msg.entry.lid); in __android_log_pmsg_file_read()
Dlogprint.cpp994 if (buf->lid == LOG_ID_SECURITY) { in android_log_processBinaryLogBuffer()
/system/logging/liblog/tests/
Dlogprint_test.cpp112 header->lid = kLid; in TEST()