Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.hpp712 const char *GetDomain(void) const { return mDomain.AsCString(); } in GetDomain()
1058 Heap::String mDomain; member in ot::Srp::Server
Dsrp_server.cpp286 error = mDomain.Set(aDomain); in SetDomain()
300 error = mDomain.Set(buf); in SetDomain()
/openthread-latest/tests/unit/
Dtest_dns.cpp64 const char *mDomain; in TestDnsName() member
555 … VerifyOrQuit(dnsName.Matches(test.mFirstLabel, test.mLabels, test.mDomain) == test.mShouldMatch); in TestDnsName()
561 … VerifyOrQuit(dnsName.Matches(test.mFirstLabel, test.mLabels, test.mDomain) == test.mShouldMatch); in TestDnsName()