Searched defs:Subject (Results 1 – 3 of 3) sorted by relevance
126 struct Subject : LinkedListEntry<Subject>, Clearable<Subject> struct in ot::Utils::LinkMetricsManager128 Mac::ExtAddress mExtAddress; ///< Use the extended address to identify the neighbor.129 SubjectState mState; ///< Current State of the Subject130 uint8_t mAttempts; ///< The count of attempt that has been made to132 TimeMilli mLastUpdateTime; ///< The time `mData` was updated last time133 LinkMetricsData mData;135 Subject *mNext;137 … bool Matches(const Mac::ExtAddress &aExtAddress) const { return mExtAddress == aExtAddress; } in Matches()
276 class Subject : public InstanceLocator, private NonCopyable class
413 Subject::Subject(Instance &aInstance) in Subject() function in ot::LinkMetrics::Subject