Home
last modified time | relevance | path

Searched refs:LogEvent (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/util/nanotool/
Dlogevent.cpp24 std::unique_ptr<LogEvent> LogEvent::FromBytes( in FromBytes()
26 auto event = std::unique_ptr<LogEvent>(new LogEvent()); in FromBytes()
32 std::string LogEvent::GetMessage() const { in GetMessage()
Dlogevent.h24 class LogEvent : public ReadEventResponse {
32 static std::unique_ptr<LogEvent> FromBytes(
Dnanomessage.cpp124 return LogEvent::FromBytes(buffer); in FromBytes()
175 return (event_type == static_cast<uint32_t>(EventType::LogEvent)); in IsLogEvent()
Dnanomessage.h39 LogEvent = 0x474F4C41, enumerator
/device/google/cuttlefish/host/commands/metrics/proto/
Dclientanalytics.proto22 repeated LogEvent log_event = 3;
35 message LogEvent { message
/device/google/cuttlefish/host/commands/metrics/
Devents.cc147 LogEvent* logEvent = log_request->add_log_event(); in BuildLogRequest()
204 std::string ProtoToString(LogEvent* event) { in ProtoToString()
Dutils.h38 std::string ProtoToString(LogEvent* event);
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto2043 message LogEvent { message
2080 repeated LogEvent events = 1;