/system/core/liblog/include/log/ |
log_id.h | 35 LOG_ID_SECURITY = 6,
|
/system/core/liblog/ |
logger_name.c | 32 [LOG_ID_SECURITY] = "security",
|
pmsg_writer.c | 76 if (logId > LOG_ID_SECURITY) { 79 if ((logId != LOG_ID_SECURITY) && (logId != LOG_ID_EVENTS) && 221 (logId == LOG_ID_SECURITY) || /* Bad idea to allow */
|
logd_writer.c | 189 header.id = LOG_ID_SECURITY; 284 if (logId == LOG_ID_SECURITY) {
|
logger_write.c | 106 ((i != LOG_ID_SECURITY) || (check_log_uid_permissions() == 0)) && 261 if (log_id == LOG_ID_SECURITY) { 583 return write_to_log(LOG_ID_SECURITY, vec, 2); 645 return write_to_log(LOG_ID_SECURITY, vec, 4);
|
local_logger.c | 109 * LOG_ID_SECURITY = 5, // security logs go to the system logs only 117 ((LOG_ID_SECURITY == (LOG_ID_MAX - 2)) ? LOG_ID_SECURITY : LOG_ID_KERNEL) 119 (((id) == LOG_ID_SECURITY) || ((id) == LOG_ID_KERNEL))
|
pmsg_reader.c | 60 if (logId > LOG_ID_SECURITY) { 190 ((buf.l.id != LOG_ID_EVENTS) && (buf.l.id != LOG_ID_SECURITY) && 314 ~((1 << LOG_ID_KERNEL) | (1 << LOG_ID_EVENTS) | (1 << LOG_ID_SECURITY));
|
stderr_write.c | 185 if ((logId == LOG_ID_EVENTS) || (logId == LOG_ID_SECURITY)) {
|
logger_read.c | 92 if ((logId == LOG_ID_SECURITY) && (__android_log_uid() != AID_SYSTEM)) {
|
log_event_list.c | 304 if ((id != LOG_ID_EVENTS) && (id != LOG_ID_SECURITY) && (id != LOG_ID_STATS)) {
|
logd_reader.c | 96 if (logId == LOG_ID_SECURITY) {
|
logprint.c | 1048 (((struct logger_entry_v3*)buf)->lid == LOG_ID_SECURITY)) { [all...] |
/frameworks/base/core/jni/ |
android_app_admin_SecurityLog.cpp | 29 template class EventLogHelper<log_id_t::LOG_ID_SECURITY, kSecurityLogEventClass>; 30 using SLog = EventLogHelper<log_id_t::LOG_ID_SECURITY, kSecurityLogEventClass>;
|
/system/core/liblog/include/android/ |
log.h | 185 LOG_ID_SECURITY = 6,
|
/system/core/logd/ |
LogBufferElement.h | 64 return (mLogId == LOG_ID_EVENTS) || (mLogId == LOG_ID_SECURITY);
|
LogBuffer.cpp | 214 if (log_id != LOG_ID_SECURITY) { 481 int key = ((id == LOG_ID_EVENTS) || (id == LOG_ID_SECURITY)) 492 // will not assume id != LOG_ID_EVENTS or LOG_ID_SECURITY for KISS and 509 int key = ((id == LOG_ID_EVENTS) || (id == LOG_ID_SECURITY)) 761 bool hasBlacklist = (id != LOG_ID_SECURITY) && mPrune.naughty(); 773 if ((id == LOG_ID_EVENTS) || (id == LOG_ID_SECURITY)) { 815 // !LOG_ID_SECURITY, not going to make that assumption ... [all...] |
LogListener.cpp | 103 if ((logId == LOG_ID_SECURITY) &&
|
LogStatistics.cpp | 150 if (log_id == LOG_ID_SECURITY) { 193 if (log_id == LOG_ID_SECURITY) { 231 if (log_id == LOG_ID_SECURITY) { 802 if (enable && (logMask & (1 << LOG_ID_SECURITY))) { 807 securityTagTable.format(*this, uid, pid, name, LOG_ID_SECURITY);
|
LogTags.cpp | 295 struct logger* s = android_logger_open(logger_list, LOG_ID_SECURITY);
|
/system/security/keystore/ |
keystore_utils.cpp | 104 << name << int32_t(uid) << LOG_ID_SECURITY;
|
KeyStore.cpp | 400 << int32_t(success) << alias << int32_t(uid) << LOG_ID_SECURITY;
|
key_store_service.cpp | 755 << String8(name) << int32_t(uid) << LOG_ID_SECURITY; [all...] |
/system/core/logcat/ |
logcat.cpp | 723 if (!blockSecurity || (android_name_to_log_id(name) != LOG_ID_SECURITY)) { [all...] |
/frameworks/base/cmds/incidentd/src/ |
Section.cpp | 672 case LOG_ID_SECURITY: [all...] |
/system/core/liblog/tests/ |
liblog_test.cpp | 58 // Does not support LOG_ID_SECURITY (unless we set LOGGER_LOCAL | LOGGER_LOGD) [all...] |