Lines Matching refs:LogEvent
31 LogEvent::LogEvent(log_msg& msg) { in LogEvent() function in android::os::statsd::LogEvent
43 LogEvent::LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs) { in LogEvent() function in android::os::statsd::LogEvent
54 LogEvent::LogEvent(int32_t tagId, int64_t timestampNs) { in LogEvent() function in android::os::statsd::LogEvent
65 void LogEvent::init() { in init()
81 LogEvent::~LogEvent() { in ~LogEvent()
89 bool LogEvent::write(int32_t value) { in write()
96 bool LogEvent::write(uint32_t value) { in write()
103 bool LogEvent::write(int64_t value) { in write()
110 bool LogEvent::write(uint64_t value) { in write()
117 bool LogEvent::write(const string& value) { in write()
124 bool LogEvent::write(float value) { in write()
131 bool LogEvent::write(const std::vector<AttributionNodeInternal>& nodes) { in write()
149 bool LogEvent::write(const AttributionNodeInternal& node) { in write()
176 void LogEvent::init(android_log_context context) { in init()
275 int64_t LogEvent::GetLong(size_t key, status_t* err) const { in GetLong()
298 int LogEvent::GetInt(size_t key, status_t* err) const { in GetInt()
318 const char* LogEvent::GetString(size_t key, status_t* err) const { in GetString()
338 bool LogEvent::GetBool(size_t key, status_t* err) const { in GetBool()
360 float LogEvent::GetFloat(size_t key, status_t* err) const { in GetFloat()
380 string LogEvent::ToString() const { in ToString()
392 void LogEvent::ToProto(ProtoOutputStream& protoOutput) const { in ToProto()