Home
last modified time | relevance | path

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

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