Home
last modified time | relevance | path

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

/openthread-3.4.0/src/ncp/
Dchanged_props_set.hpp147 bool IsEntryChanged(uint8_t aIndex) const { return IsBitSet(mChangedSet, aIndex); } in IsEntryChanged() function in ot::Ncp::ChangedPropsSet
Dncp_base.cpp844 if (!mChangedPropsSet.IsEntryChanged(index)) in UpdateChangedProps()