Home
last modified time | relevance | path

Searched refs:LogEvent (Results 1 – 6 of 6) 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/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTcgService.h194 EFI_TCG_LOG_EVENT LogEvent; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
DTcgService.h135 EFI_TCG_LOG_EVENT LogEvent; member