Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h33 struct AttributionNodeInternal { struct
34 void set_uid(int32_t id) { in set_uid()
38 void set_tag(const std::string& value) { in set_tag()
42 int32_t uid() const { in uid()
46 const std::string& tag() const { in tag()
50 int32_t mUid;
51 std::string mTag;