Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_client.hpp245 const Dns::TxtEntry *GetTxtEntries(void) const { return AsCoreTypePtr(mTxtEntries); } in GetTxtEntries() function in ot::Srp::Client::Service
Dsrp_client.cpp109 …VerifyOrExit((GetTxtEntries() != nullptr) || (GetNumTxtEntries() == 0), error = kErrorInvalidArgs); in Init()
1470 …error = Dns::TxtEntry::AppendEntries(aService.GetTxtEntries(), aService.GetNumTxtEntries(), *aInfo… in AppendServiceInstruction()