Searched refs:newSubTypeLabel (Results 1 – 1 of 1) sorted by relevance
1214 Heap::String *newSubTypeLabel = service->mSubTypes.PushBack(); in ProcessServiceDiscoveryInstructions() local1216 VerifyOrExit(newSubTypeLabel != nullptr, error = kErrorNoBufs); in ProcessServiceDiscoveryInstructions()1217 SuccessOrExit(error = newSubTypeLabel->Set(serviceName)); in ProcessServiceDiscoveryInstructions()