Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h34 struct AttributionNodeInternal { struct
35 void set_uid(int32_t id) { in set_uid()
39 void set_tag(const std::string& value) { in set_tag()
43 int32_t uid() const { in uid()
47 const std::string& tag() const { in tag()
51 int32_t mUid;
52 std::string mTag;