Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/meshcop/
Dmeshcop.hpp329 bool IsEmpty(void) const { return DoesAllMatch(0); } in IsEmpty()
337 bool PermitsAllJoiners(void) const { return (mLength > 0) && DoesAllMatch(kPermitAll); } in PermitsAllJoiners()
403 bool DoesAllMatch(uint8_t aMatch) const;
Dmeshcop.cpp272 bool SteeringData::DoesAllMatch(uint8_t aMatch) const in DoesAllMatch() function in ot::MeshCoP::SteeringData