Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/meshcop/
Dmeshcop.hpp331 bool IsEmpty(void) const { return DoesAllMatch(0); } in IsEmpty()
339 bool PermitsAllJoiners(void) const { return (mLength > 0) && DoesAllMatch(kPermitAll); } in PermitsAllJoiners()
405 bool DoesAllMatch(uint8_t aMatch) const;
Dmeshcop.cpp274 bool SteeringData::DoesAllMatch(uint8_t aMatch) const in DoesAllMatch() function in ot::MeshCoP::SteeringData