Home
last modified time | relevance | path

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

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