Searched refs:DoesAllMatch (Results 1 – 2 of 2) sorted by relevance
331 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;
274 bool SteeringData::DoesAllMatch(uint8_t aMatch) const in DoesAllMatch() function in ot::MeshCoP::SteeringData