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