Searched refs:GetSubTypeLabelAt (Results 1 – 2 of 2) sorted by relevance
230 const char *GetSubTypeLabelAt(uint16_t aIndex) const { return mSubTypeLabels[aIndex]; } in GetSubTypeLabelAt() function in ot::Srp::Client::Service
143 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()