Home
last modified time | relevance | path

Searched refs:IsADnsSrpServiceEntry (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_publisher.cpp385 if (Get<Publisher>().IsADnsSrpServiceEntry(*this)) in Add()
402 if (Get<Publisher>().IsADnsSrpServiceEntry(*this)) in Remove()
421 if (Get<Publisher>().IsADnsSrpServiceEntry(*this)) in ToString()
Dnetwork_data_publisher.hpp501 …bool IsADnsSrpServiceEntry(const Entry &aEntry) const { return (&aEntry == &mDnsSrpServiceEntry); } in IsADnsSrpServiceEntry() function in ot::NetworkData::Publisher