Home
last modified time | relevance | path

Searched refs:MatchesInstanceName (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/api/
Dsrp_server_api.cpp171 return AsCoreType(aService).MatchesInstanceName(aInstanceName); in otSrpServerServiceMatchesInstanceName()
/openthread-latest/src/core/net/
Dsrp_server.hpp362 bool MatchesInstanceName(const char *aInstanceName) const;
Dsrp_server.cpp1896 bool Server::Service::MatchesInstanceName(const char *aInstanceName) const { return Matches(aInstan… in MatchesInstanceName() function in ot::Srp::Server::Service