Searched defs:LogData (Results 1 – 5 of 5) sorted by relevance
67 struct IPC_EXPORT LogData { struct71 std::string channel;72 int32 routing_id;73 uint32 type; // "User-defined" message type, from ipc_message.h.74 std::string flags;75 int64 sent; // Time that the message was sent (i.e. at Send()).76 int64 receive; // Time before it was dispatched (i.e. before calling78 int64 dispatch; // Time after it was dispatched (i.e. after calling80 std::string message_name;81 std::string params;
241 LogData::LogData() in LogData() function in IPC::LogData
297 struct LogData { struct298 LogData(ThreadLog* thread_log) : thread_log(thread_log) {} in LogData() function300 ThreadLog* const thread_log;301 std::vector<LogEntry> entries;
20 void LogData(const T& data, in LogData() function
18 - (id)initWithLogData:(const IPC::LogData&)data {