Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dchanged_props_set.cpp137 if (entry->mFilterable && (entry->mPropKey == aPropKey)) in EnablePropertyFilter()
179 if (entry->mFilterable && (entry->mPropKey == aPropKey)) in IsPropertyFiltered()
Dchanged_props_set.hpp62 bool mFilterable; ///< Indicates whether the entry can be filtered member
Dncp_base.cpp2378 if (entry->mFilterable) in HandlePropertyGet()