Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/net/
Dsrp_client.hpp230 const char *GetSubTypeLabelAt(uint16_t aIndex) const { return mSubTypeLabels[aIndex]; } in GetSubTypeLabelAt() function in ot::Srp::Client::Service
Dsrp_client.cpp143 for (uint16_t index = 0; (label = GetSubTypeLabelAt(index)) != nullptr; index++) in SetState()
1150 … for (uint16_t index = 0; (subTypeLabel = aService.GetSubTypeLabelAt(index)) != nullptr; ++index) in AppendServiceInstruction()