Searched defs:Subject (Results 1 – 3 of 3) sorted by relevance
125 struct Subject : LinkedListEntry<Subject>, Clearable<Subject> struct in ot::Utils::LinkMetricsManager127 Mac::ExtAddress mExtAddress; ///< Use the extended address to identify the neighbor.128 SubjectState mState; ///< Current State of the Subject129 uint8_t mAttempts; ///< The count of attempt that has been made to131 TimeMilli mLastUpdateTime; ///< The time `mData` was updated last time132 LinkMetricsData mData;134 Subject *mNext;136 … bool Matches(const Mac::ExtAddress &aExtAddress) const { return mExtAddress == aExtAddress; } in Matches()
262 class Subject : public InstanceLocator, private NonCopyable class
404 Subject::Subject(Instance &aInstance) in Subject() function in ot::LinkMetrics::Subject