Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dlink_metrics_manager.hpp125 struct Subject : LinkedListEntry<Subject>, Clearable<Subject> struct in ot::Utils::LinkMetricsManager
127 Mac::ExtAddress mExtAddress; ///< Use the extended address to identify the neighbor.
128 SubjectState mState; ///< Current State of the Subject
129 uint8_t mAttempts; ///< The count of attempt that has been made to
131 TimeMilli mLastUpdateTime; ///< The time `mData` was updated last time
132 LinkMetricsData mData;
134 Subject *mNext;
136 … bool Matches(const Mac::ExtAddress &aExtAddress) const { return mExtAddress == aExtAddress; } in Matches()
/openthread-latest/src/core/thread/
Dlink_metrics.hpp262 class Subject : public InstanceLocator, private NonCopyable class
Dlink_metrics.cpp404 Subject::Subject(Instance &aInstance) in Subject() function in ot::LinkMetrics::Subject