Home
last modified time | relevance | path

Searched refs:Matches (Results 1 – 25 of 44) sorted by relevance

12

/openthread-3.5.0/src/core/net/
Dnat64_translator.hpp362 bool Matches(const Ip4::Address &aIp4) const { return mIp4 == aIp4; } in Matches() function in ot::Nat64::Translator::AddressMapping
363 bool Matches(const Ip6::Address &aIp6) const { return mIp6 == aIp6; } in Matches() function in ot::Nat64::Translator::AddressMapping
364 bool Matches(const TimeMilli aNow) const { return mExpiry < aNow; } in Matches() function in ot::Nat64::Translator::AddressMapping
Dnetif.hpp219 bool Matches(const Address &aAddress) const { return GetAddress() == aAddress; } in Matches() function in ot::Ip6::Netif::UnicastAddress
266 bool Matches(const Address &aAddress) const { return GetAddress() == aAddress; } in Matches() function in ot::Ip6::Netif::MulticastAddress
Dtcp6.hpp407 bool Matches(const MessageInfo &aMessageInfo) const;
534 bool Matches(const MessageInfo &aMessageInfo) const;
Dsrp_server.hpp407 bool Matches(const char *aInstanceName) const;
565 bool Matches(const char *aFullName) const;
918 bool Matches(ServiceUpdateId aId) const { return mId == aId; } in Matches() function in ot::Srp::Server::UpdateMetadata
Ddns_dso.hpp732 bool Matches(MessageId aMessageId) const { return mMessageId == aMessageId; } in Matches() function
817 … bool Matches(const Ip6::SockAddr &aPeerSockAddr) const { return mPeerSockAddr == aPeerSockAddr; } in Matches() function in ot::Dns::Dso::Connection
Dsrp_client.hpp312 bool Matches(const Service &aOther) const;
313 bool Matches(ItemState aState) const { return GetState() == aState; } in Matches() function in ot::Srp::Client::Service
Dudp6.hpp139 bool Matches(const MessageInfo &aMessageInfo) const;
/openthread-3.5.0/src/core/utils/
Dlink_metrics_manager.hpp137 … bool Matches(const Mac::ExtAddress &aExtAddress) const { return mExtAddress == aExtAddress; } in Matches() function
138 bool Matches(const LinkMetricsManager &aLinkMetricsMgr);
Dpower_calibration.hpp143 bool Matches(int16_t aActualPower) const { return aActualPower == mActualPower; } in Matches() function in ot::Utils::PowerCalibration::CalibratedPowerEntry
/openthread-3.5.0/tests/unit/
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
389 VerifyOrQuit(!entry.Matches(matchMode)); in TestArrayCopyAndFindMatching()
396 if (!entry.Matches(matchMode)) in TestArrayCopyAndFindMatching()
Dtest_network_data.cpp633 bool Matches(Service::DnsSrpAnycast::Info aInfo) const in TestNetworkDataDsnSrpServices() function
649 bool Matches(Service::DnsSrpUnicast::Info aInfo) const in TestNetworkDataDsnSrpServices() function
707 … VerifyOrQuit(entry.Matches(anycastInfo), "GetNextDnsSrpAnycastInfo() returned incorrect info"); in TestNetworkDataDsnSrpServices()
720 VerifyOrQuit(kAnycastEntries[kPreferredAnycastEntryIndex].Matches(anycastInfo), in TestNetworkDataDsnSrpServices()
734 … VerifyOrQuit(entry.Matches(unicastInfo), "GetNextDnsSrpUnicastInfo() returned incorrect info"); in TestNetworkDataDsnSrpServices()
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
/openthread-3.5.0/src/core/radio/
Dtrel_interface.hpp119 … bool Matches(const Mac::ExtAddress &aExtAddress) const { return GetExtAddress() == aExtAddress; } in Matches() function in ot::Trel::Interface::Peer
130 bool Matches(const Ip6::SockAddr &aSockAddr) const { return GetSockAddr() == aSockAddr; } in Matches() function in ot::Trel::Interface::Peer
/openthread-3.5.0/src/core/thread/
Dneighbor.hpp183 bool Matches(const Neighbor &aNeighbor) const;
325 bool Matches(const AddressMatcher &aMatcher) const { return aMatcher.Matches(*this); } in Matches() function in ot::Neighbor
Dneighbor_table.cpp54 if (mle.GetParent().Matches(aMatcher)) in FindParent()
58 else if (mle.GetParentCandidate().Matches(aMatcher)) in FindParent()
Dlink_metrics_types.hpp343 bool Matches(const uint8_t &aSeriesId) const { return mSeriesId == aSeriesId; } in Matches() function in ot::LinkMetrics::SeriesInfo
Dneighbor.cpp68 bool Neighbor::AddressMatcher::Matches(const Neighbor &aNeighbor) const in Matches() function in ot::Neighbor::AddressMatcher
/openthread-3.5.0/examples/platforms/utils/
Dlink_metrics.cpp139 …bool Matches(const otShortAddress &aShortAddress) const { return mShortAddress == aShortAddress; }; in Matches() function in LinkMetricsDataInfo
141 bool Matches(const otExtAddress &aExtAddress) const in Matches() function in LinkMetricsDataInfo
/openthread-3.5.0/src/core/common/
Darray.hpp467 if (element.Matches(aIndicator)) in FindMatching()
544 if (entry.Matches(aIndicator)) in RemoveAllMatching()
Dnotifier.cpp66 VerifyOrExit(!callback.Matches(aCallback, aContext), error = kErrorAlready); in RegisterCallback()
88 if (callback.Matches(aCallback, aContext)) in RemoveCallback()
Dlinked_list.hpp397 if (entry->Matches(aIndicator)) in RemoveAllMatching()
492 if (entry->Matches(aIndicator)) in FindMatching()
Dcallback.hpp118 bool Matches(HandlerType aHandler, void *aContext) const in Matches() function in ot::CallbackBase
Dheap_array.hpp475 if (element.Matches(aIndicator)) in FindMatching()
/openthread-3.5.0/src/core/border_router/
Drouting_manager.hpp700 bool Matches(const Matcher &aMatcher) const;
701 bool Matches(const Checker &aChecker) const;
702 bool Matches(const ExpirationChecker &aChecker) const;
746 bool Matches(const Ip6::Address &aAddress) const { return aAddress == mAddress; } in Matches() function
747 bool Matches(EmptyChecker) const { return mEntries.IsEmpty(); } in Matches() function
896 bool Matches(const Ip6::Prefix &aPrefix) const { return mPrefix == aPrefix; } in Matches() function
/openthread-3.5.0/src/core/meshcop/
Dmeshcop.hpp213 bool Matches(const Mac::ExtAddress &aJoinerId) const;

12