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