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.hpp126 struct Subject : LinkedListEntry<Subject>, Clearable<Subject> struct in ot::Utils::LinkMetricsManager
128 Mac::ExtAddress mExtAddress; ///< Use the extended address to identify the neighbor.
129 SubjectState mState; ///< Current State of the Subject
130 uint8_t mAttempts; ///< The count of attempt that has been made to
132 TimeMilli mLastUpdateTime; ///< The time `mData` was updated last time
133 LinkMetricsData mData;
135 Subject *mNext;
137 … bool Matches(const Mac::ExtAddress &aExtAddress) const { return mExtAddress == aExtAddress; } in Matches()
/openthread-latest/src/core/thread/
Dlink_metrics.hpp276 class Subject : public InstanceLocator, private NonCopyable class
Dlink_metrics.cpp413 Subject::Subject(Instance &aInstance) in Subject() function in ot::LinkMetrics::Subject