/aosp12/system/netd/libnetdutils/ |
H A D | LogTest.cpp | 34 LogEntry functionName() { in functionName() 38 LogEntry prettyFunctionName() { in prettyFunctionName() 48 LogEntry functionName() { in functionName() 52 LogEntry prettyFunctionName() { in prettyFunctionName() 60 LogEntry functionName() { in functionName() 64 LogEntry prettyFunctionName() { in prettyFunctionName() 71 LogEntry empty; in TEST() 114 const LogEntry entry = LogEntry() in TEST() 123 const LogEntry entry = LogEntry() in TEST() 133 const LogEntry entry = LogEntry().function("testFunc").arg(buf); in TEST() [all …]
|
H A D | Log.cpp | 72 LogEntry& LogEntry::message(const std::string& message) { in message() 77 LogEntry& LogEntry::function(const std::string& function_name) { in function() 116 LogEntry& LogEntry::arg(const std::string& val) { in arg() 122 LogEntry& LogEntry::arg<>(bool val) { 127 LogEntry& LogEntry::arg(const std::vector<int32_t>& val) { in arg() 132 LogEntry& LogEntry::arg(const std::vector<uint8_t>& val) { in arg() 142 LogEntry& LogEntry::returns(const std::string& rval) { in returns() 147 LogEntry& LogEntry::returns(bool rval) { in returns() 152 LogEntry& LogEntry::returns(const Status& status) { in returns() 157 LogEntry& LogEntry::withUid(uid_t uid) { in withUid() [all …]
|
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A D | Log.h | 35 class LogEntry { 37 LogEntry() = default; 38 LogEntry(const LogEntry&) = default; 39 LogEntry(LogEntry&&) = default; 40 ~LogEntry() = default; 41 LogEntry& operator=(const LogEntry&) = default; 42 LogEntry& operator=(LogEntry&&) = default; 64 LogEntry& arg(IntT val) { in arg() 71 LogEntry& arg<>(bool val); 87 LogEntry& returns(T val) { in returns() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | WakeLockLog.java | 178 LogEntry tempEntry = new LogEntry(); // Temporary entry for the iterator to reuse. in dump() 359 static class LogEntry { class in WakeLockLog 380 LogEntry() {} in LogEntry() method in WakeLockLog.LogEntry 497 LogEntry fromBytes(byte[] bytes, long timeReference, LogEntry entryToReuse) { in fromBytes() 503 LogEntry entry = entryToReuse != null ? entryToReuse : new LogEntry(); in fromBytes() 772 void addEntry(LogEntry entry) { in addEntry() 826 Iterator<LogEntry> getAllItems(final LogEntry tempEntry) { in getAllItems() 827 return new Iterator<LogEntry>() { in getAllItems() 850 public LogEntry next() { in getAllItems() 906 final LogEntry reusableEntryInstance = new LogEntry(); in removeTagIndex() [all …]
|
/aosp12/build/soong/ui/build/paths/ |
H A D | logs.go | 36 type LogEntry struct { struct 135 func SendLog(logSocket string, entry *LogEntry, done chan interface{}) { argument 139 func sendLog(logSocket string, lookup socketAddrFunc, timeout time.Duration, entry *LogEntry, done … argument 156 func LogListener(ctx context.Context, logSocket string) (chan *LogEntry, error) { 160 func logListener(ctx context.Context, logSocket string, lookup socketAddrFunc) (chan *LogEntry, err… 161 ret := make(chan *LogEntry, 5) 202 entry := &LogEntry{}
|
H A D | logs_test.go | 78 sendLog(socket, lookup, 0, &LogEntry{ 95 ref := LogEntry{ 119 sendLog(filepath.Join(d, "missing"), getSocketAddr, 0, &LogEntry{}, make(chan interface{})) 131 sendLog(f, getSocketAddr, 0, &LogEntry{}, make(chan interface{})) 147 sendLog(f, getSocketAddr, timeoutDuration, &LogEntry{
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | LoaderMemoryLogger.java | 32 private final ArrayList<LogEntry> mLogEntries = new ArrayList<>(); 49 mLogEntries.add(new LogEntry(logLevel, tag, log, stackTrace)); in addLog() 62 for (LogEntry logEntry : mLogEntries) { in printLogs() 76 private static class LogEntry { class in LoaderMemoryLogger 83 protected LogEntry( in LogEntry() method in LoaderMemoryLogger.LogEntry
|
/aosp12/build/soong/cmd/path_interposer/ |
H A D | main.go | 75 sendLog func(logSocket string, entry *paths.LogEntry, done chan interface{}) 118 opts.sendLog(interposer+"_log", &paths.LogEntry{
|
H A D | main_test.go | 149 logFunc := func(logSocket string, entry *paths.LogEntry, done chan interface{}) {
|
/aosp12/system/netd/server/ |
H A D | NetdNativeService.cpp | 137 void logErrorStatus(netdutils::LogEntry& logEntry, const netdutils::Status& status) { in logErrorStatus()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 36332 …LogEntry;)Lcom/android/server/power/WakeLockLog$LogEntry;+]Lcom/android/server/power/WakeLockLog$L… 36340 HPLcom/android/server/power/WakeLockLog$LogEntry;-><init>()V 36341 …LogEntry;-><init>(JILcom/android/server/power/WakeLockLog$TagData;I)V+]Lcom/android/server/power/W… 36343 HPLcom/android/server/power/WakeLockLog$LogEntry;->flagsToString(Ljava/lang/StringBuilder;)V+]Ljava… 36344 HSPLcom/android/server/power/WakeLockLog$LogEntry;->set(JILcom/android/server/power/WakeLockLog$Tag… 36357 …nit>(Lcom/android/server/power/WakeLockLog$TheLog;Lcom/android/server/power/WakeLockLog$LogEntry;)V 36368 …$TheLog;IJLcom/android/server/power/WakeLockLog$LogEntry;)Lcom/android/server/power/WakeLockLog$Lo… 36372 …/WakeLockLog$TheLog;->getAllItems(Lcom/android/server/power/WakeLockLog$LogEntry;)Ljava/util/Itera… 36377 …EntryAt(IJLcom/android/server/power/WakeLockLog$LogEntry;)Lcom/android/server/power/WakeLockLog$Lo… 36388 …ngBuilder;]Lcom/android/server/power/WakeLockLog$LogEntry;Lcom/android/server/power/WakeLockLog$Lo… [all …]
|