Home
last modified time | relevance | path

Searched refs:IsEntryFiltered (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/ncp/
Dchanged_props_set.cpp117 if (!IsEntryFiltered(index)) in Add()
181 isFiltered = IsEntryFiltered(index); in IsPropertyFiltered()
Dchanged_props_set.hpp166 bool IsEntryFiltered(uint8_t aIndex) const { return IsBitSet(mFilterSet, aIndex); } in IsEntryFiltered() function in ot::Ncp::ChangedPropsSet
Dncp_base.cpp1903 if (mChangedPropsSet.IsEntryFiltered(index)) in HandlePropertyGet()