Home
last modified time | relevance | path

Searched defs:Matches (Results 1 – 25 of 41) sorted by relevance

12

/openthread-latest/tests/unit/
Dtest_linked_list.cpp69 bool Matches(const char *aName) const { return strcmp(mName, aName) == 0; } in Matches() function
70 bool Matches(uint16_t aId) const { return mId == aId; } in Matches() function
71 bool Matches(Type aType) const { return mType == aType; } in Matches() function
72 bool Matches(Type aType, uint16_t aId) const { return (mType == aType) && (mId == aId); } in Matches() function
Dtest_array.cpp198 bool Matches(const char *aName) const { return strcmp(aName, mName) == 0; } in TestArrayCopyAndFindMatching() function
199 bool Matches(uint16_t aYear) const { return aYear == mYear; } in TestArrayCopyAndFindMatching() function
201 bool Matches(MatchMode aMatchMode) const in TestArrayCopyAndFindMatching() function
Dtest_heap_array.cpp79 bool Matches(uint16_t aValue) const { return mValue == aValue; } in Matches() function in ot::Entry
Dtest_network_data.cpp641 bool Matches(Service::DnsSrpAnycastInfo aInfo) const in TestNetworkDataDsnSrpServices() function
658 bool Matches(const Service::DnsSrpUnicastInfo &aInfo) const in TestNetworkDataDsnSrpServices() function
Dtest_mdns.cpp147 …bool Matches(const char *aName) const { return StringMatch(mName, aName, kStringCaseInsensi… in Matches() function
185 bool Matches(const char *aName) const { return mName.Matches(aName); } in Matches() function
228 bool Matches(const Array<uint8_t, kMaxDataSize> &aDataArray) const in Matches() function
263 bool Matches(const char *aName) const { return mName.Matches(aName); } in Matches() function
4794 template <uint16_t kSize> bool Matches(const uint8_t (&aData)[kSize]) const in Matches() function
4827 bool Matches(const AddrAndTtl *aAddrAndTtls, uint16_t aNumAddrs) const in Matches() function
/openthread-latest/tests/nexus/platform/
Dnexus_settings.hpp63 …bool Matches(const IndexMatcher &aIndexMataher) const { return (AsNonConst(aIndexMataher).mIndex--… in Matches() function
69 bool Matches(uint16_t aKey) const { return mKey == aKey; } in Matches() function
/openthread-latest/src/core/net/
Dnat64_translator.hpp344 bool Matches(const Ip4::Address &aIp4) const { return mIp4 == aIp4; } in Matches() function in ot::Nat64::Translator::AddressMapping
345 bool Matches(const Ip6::Address &aIp6) const { return mIp6 == aIp6; } in Matches() function in ot::Nat64::Translator::AddressMapping
346 bool Matches(const TimeMilli aNow) const { return mExpiry < aNow; } in Matches() function in ot::Nat64::Translator::AddressMapping
Dmdns.hpp1041 bool Matches(State aState) const { return GetState() == aState; } in Matches() function in ot::Dns::Multicast::Core::HostEntry
1042 bool Matches(const HostEntry &aEntry) const { return (this == &aEntry); } in Matches() function in ot::Dns::Multicast::Core::HostEntry
1097 bool Matches(State aState) const { return GetState() == aState; } in Matches() function in ot::Dns::Multicast::Core::ServiceEntry
1098 bool Matches(const ServiceEntry &aEntry) const { return (this == &aEntry); } in Matches() function in ot::Dns::Multicast::Core::ServiceEntry
1123 bool Matches(const char *aLabel) const { return NameMatch(mLabel, aLabel); } in Matches() function in ot::Dns::Multicast::Core::ServiceEntry::SubType
1194 bool Matches(const ServiceType &aServiceType) const { return (this == &aServiceType); } in Matches() function in ot::Dns::Multicast::Core::ServiceType
1439 bool Matches(const Hash &aHash) const { return aHash == mHash; } in Matches() function
1440 …bool Matches(const ExpireChecker &aExpireChecker) const { return mExpireTime <= aExpireChecker.mNo… in Matches() function
1476 … bool Matches(BrowseCallback aCallback) const { return mSharedCallback.mBrowse == aCallback; } in Matches() function in ot::Dns::Multicast::Core::ResultCallback
1477 bool Matches(SrvCallback aCallback) const { return mSharedCallback.mSrv == aCallback; } in Matches() function in ot::Dns::Multicast::Core::ResultCallback
[all …]
Dmdns.cpp519 bool Core::AddressArray::Matches(const Ip6::Address *aAddresses, uint16_t aNumAddresses) const in Matches() function in ot::Dns::Multicast::Core::AddressArray
1481 bool Core::HostEntry::Matches(const Name &aName) const in Matches() function in ot::Dns::Multicast::Core::HostEntry
1486 bool Core::HostEntry::Matches(const Host &aHost) const { return NameMatch(mName, aHost.mHostName); } in Matches() function in ot::Dns::Multicast::Core::HostEntry
1488 bool Core::HostEntry::Matches(const Key &aKey) const { return !IsKeyForService(aKey) && NameMatch(m… in Matches() function in ot::Dns::Multicast::Core::HostEntry
1490 bool Core::HostEntry::Matches(const Heap::String &aName) const { return NameMatch(mName, aName); } in Matches() function in ot::Dns::Multicast::Core::HostEntry
1891 bool Core::ServiceEntry::Matches(const Name &aFullName) const in Matches() function in ot::Dns::Multicast::Core::ServiceEntry
1904 bool Core::ServiceEntry::Matches(const Service &aService) const in Matches() function in ot::Dns::Multicast::Core::ServiceEntry
1909 bool Core::ServiceEntry::Matches(const Key &aKey) const in Matches() function in ot::Dns::Multicast::Core::ServiceEntry
2801 bool Core::ServiceEntry::SubType::Matches(const EmptyChecker &aChecker) const in Matches() function in ot::Dns::Multicast::Core::ServiceEntry::SubType
2847 bool Core::ServiceType::Matches(const Name &aServiceTypeName) const in Matches() function in ot::Dns::Multicast::Core::ServiceType
[all …]
Dsrp_advertising_proxy.hpp239 bool Matches(const CompletionChecker &) const { return IsCompleted(); } in Matches() function
240 …bool Matches(const ExpirationChecker &aChecker) const { return (mExpireTime <= aChecker.mNow)… in Matches() function
Dnetif.hpp215 bool Matches(const Address &aAddress) const { return GetAddress() == aAddress; } in Matches() function in ot::Ip6::Netif::UnicastAddress
257 bool Matches(const Address &aAddress) const { return GetAddress() == aAddress; } in Matches() function in ot::Ip6::Netif::MulticastAddress
Ddns_dso.hpp684 bool Matches(MessageId aMessageId) const { return mMessageId == aMessageId; } in Matches() function
769 … bool Matches(const Ip6::SockAddr &aPeerSockAddr) const { return mPeerSockAddr == aPeerSockAddr; } in Matches() function in ot::Dns::Dso::Connection
/openthread-latest/src/core/radio/
Dtrel_interface.hpp131 … bool Matches(const Mac::ExtAddress &aExtAddress) const { return GetExtAddress() == aExtAddress; } in Matches() function in ot::Trel::Interface::Peer
141 bool Matches(const Ip6::SockAddr &aSockAddr) const { return GetSockAddr() == aSockAddr; } in Matches() function in ot::Trel::Interface::Peer
/openthread-latest/examples/platforms/utils/
Dlink_metrics.cpp134 …bool Matches(const otShortAddress &aShortAddress) const { return mShortAddress == aShortAddress; }; in Matches() function in LinkMetricsDataInfo
136 bool Matches(const otExtAddress &aExtAddress) const in Matches() function in LinkMetricsDataInfo
/openthread-latest/src/core/common/
Dheap_data.cpp81 bool Data::Matches(const uint8_t *aBuffer, uint16_t aLength) const in Matches() function in ot::Heap::Data
Dcallback.hpp110 bool Matches(HandlerType aHandler, void *aContext) const in Matches() function in ot::CallbackBase
/openthread-latest/src/core/utils/
Dpower_calibration.hpp137 bool Matches(int16_t aActualPower) const { return aActualPower == mActualPower; } in Matches() function in ot::Utils::PowerCalibration::CalibratedPowerEntry
Dlink_metrics_manager.hpp136 … bool Matches(const Mac::ExtAddress &aExtAddress) const { return mExtAddress == aExtAddress; } in Matches() function
Dlink_metrics_manager.cpp273 bool LinkMetricsManager::Subject::Matches(const LinkMetricsManager &aLinkMetricsMgr) in Matches() function in ot::Utils::LinkMetricsManager::Subject
/openthread-latest/src/core/thread/
Dneighbor.cpp63 bool Neighbor::AddressMatcher::Matches(const Neighbor &aNeighbor) const in Matches() function in ot::Neighbor::AddressMatcher
Dchild.hpp101 bool Matches(const Ip6::Address &aAddress) const { return (*this == aAddress); } in Matches() function in ot::Child::Ip6AddrEntry
Dlink_metrics_types.hpp316 bool Matches(const uint8_t &aSeriesId) const { return mSeriesId == aSeriesId; } in Matches() function in ot::LinkMetrics::SeriesInfo
/openthread-latest/src/core/border_router/
Drouting_manager.hpp701 bool Matches(const Ip6::Prefix &aPrefix) const { return (mPrefix == aPrefix); } in Matches() function in ot::BorderRouter::RoutingManager::LifetimedPrefix
702 …bool Matches(const ExpirationChecker &aChecker) const { return (GetExpireTime() <= aChecker.mNow);… in Matches() function in ot::BorderRouter::RoutingManager::LifetimedPrefix
792 bool Matches(uint16_t aRloc16) const { return mRloc16 == aRloc16; } in Matches() function
793 … bool Matches(const Filter &aFilter) const { return !aFilter.mExcludeRlocs.Contains(mRloc16); } in Matches() function
915 bool Matches(const Ip6::Address &aAddress) const { return aAddress == mAddress; } in Matches() function
1186 bool Matches(const Ip6::Prefix &aPrefix) const { return mPrefix == aPrefix; } in Matches() function
1245 bool Matches(const Ip6::Prefix &aPrefix) const { return (mPrefix == aPrefix); } in Matches() function
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp254 …bool Matches(const Ip6::MessageInfo &aInfo) const { return mMessageInfo.HasSamePeerAddrAndPort(aI… in Matches() function in ot::MeshCoP::SecureSession
255 bool Matches(State aState) const { return (mState == aState); } in Matches() function in ot::MeshCoP::SecureSession
Dmeshcop.cpp109 bool JoinerDiscerner::Matches(const Mac::ExtAddress &aJoinerId) const in Matches() function in ot::MeshCoP::JoinerDiscerner

12