Home
last modified time | relevance | path

Searched defs:LogData (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/ipc/
Dipc_message_utils.h56 struct IPC_EXPORT LogData { struct
61 std::string channel;
62 int32_t routing_id;
63 uint32_t type; // "User-defined" message type, from ipc_message.h.
64 std::string flags;
65 int64_t sent; // Time that the message was sent (i.e. at Send()).
66 int64_t receive; // Time before it was dispatched (i.e. before calling
68 int64_t dispatch; // Time after it was dispatched (i.e. after calling
70 std::string message_name;
71 std::string params;
Dipc_message_utils.cc332 LogData::LogData() in LogData() function in IPC::LogData