Home
last modified time | relevance | path

Searched refs:mSupportedProps (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/ncp/
Dchanged_props_set.hpp122 return &mSupportedProps[0]; in GetSupportedEntries()
135 return (aIndex < GetNumEntries()) ? &mSupportedProps[aIndex] : nullptr; in GetEntry()
206 static const Entry mSupportedProps[]; member in ot::Ncp::ChangedPropsSet
Dchanged_props_set.cpp49 const ChangedPropsSet::Entry ChangedPropsSet::mSupportedProps[] = { member in ot::Ncp::ChangedPropsSet
100 static_assert(OT_ARRAY_LENGTH(mSupportedProps) <= sizeof(mChangedSet) * kBitsPerByte, in GetNumEntries()
103 return OT_ARRAY_LENGTH(mSupportedProps); in GetNumEntries()