Home
last modified time | relevance | path

Searched defs:Contains (Results 1 – 16 of 16) sorted by relevance

/openthread-latest/src/core/meshcop/
Dmeshcop.cpp229 bool SteeringData::Contains(const Mac::ExtAddress &aJoinerId) const in Contains() function in ot::MeshCoP::SteeringData
238 bool SteeringData::Contains(const JoinerDiscerner &aDiscerner) const in Contains() function in ot::MeshCoP::SteeringData
247 bool SteeringData::Contains(const HashBitIndexes &aIndexes) const in Contains() function in ot::MeshCoP::SteeringData
Ddataset.hpp280 template <typename TlvType> bool Contains(void) const in Contains() function in ot::MeshCoP::Dataset
/openthread-latest/src/core/common/
Doffset_range.hpp140 bool Contains(uint32_t aLength) const { return aLength <= mLength; } in Contains() function in ot::OffsetRange
Dnotifier.hpp139 bool Contains(Event aEvent) const { return (mEventFlags & aEvent) != 0; } in Contains() function in ot::Events
Dheap_array.hpp430 bool Contains(const Type &aEntry) const { return Find(aEntry) != nullptr; } in Contains() function in ot::Heap::Array
Darray.hpp426 bool Contains(const Type &aEntry) const { return Find(aEntry) != nullptr; } in Contains() function in ot::Array
Dlinked_list.hpp264 bool Contains(const Type &aEntry) const in Contains() function in ot::LinkedList
/openthread-latest/src/core/thread/
Dchild_table.hpp329 bool Contains(const Neighbor &aNeighbor) const in Contains() function in ot::ChildTable
Drouter_table.hpp285 bool Contains(const Neighbor &aNeighbor) const in Contains() function in ot::RouterTable
Dmle_types.hpp450 …bool Contains(uint8_t aRouterId) const { return (mRouterIdSet[aRouterId / 8] & MaskFor(aRouterId))… in Contains() function in ot::Mle::RouterIdSet
/openthread-latest/src/core/net/
Ddnssd.cpp79 bool Dnssd::RequestIdRange::Contains(RequestId aId) const in Contains() function in ot::Dnssd::RequestIdRange
Ddns_dso.cpp1370 bool Dso::Connection::PendingRequests::Contains(MessageId aMessageId, Tlv::Type &aPrimaryTlvType) c… in Contains() function in ot::Dns::Dso::Connection::PendingRequests
Dmdns.cpp4234 bool Core::TxMessageHistory::Contains(const Message &aMessage) const in Contains() function in ot::Dns::Multicast::Core::TxMessageHistory
/openthread-latest/src/lib/spinel/
Dspinel_driver.hpp284 bool Contains(const Type &aEntry) const { return Find(aEntry) != nullptr; } in Contains() function in ot::Spinel::SpinelDriver::Array
/openthread-latest/src/core/mac/
Dmac_types.hpp737 bool Contains(RadioType aType) const { return ((mBitMask & BitFlag(aType)) != 0); } in Contains() function in ot::Mac::RadioTypes
/openthread-latest/tests/unit/
Dtest_mdns.cpp190 …bool Contains(uint16_t aRrType, const DnsNameString &aFullName, bool aUnicastResponse = false) con… in Contains() function
205 bool Contains(const DnsNameString &aFullName, bool aUnicastResponse) const in Contains() function
4659 bool Contains(const AddrAndTtl &aAddrAndTtl) const in Contains() function