Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dsrp_server.cpp1214 Heap::String *newSubTypeLabel = service->mSubTypes.PushBack(); in ProcessServiceDiscoveryInstructions() local
1216 VerifyOrExit(newSubTypeLabel != nullptr, error = kErrorNoBufs); in ProcessServiceDiscoveryInstructions()
1217 SuccessOrExit(error = newSubTypeLabel->Set(serviceName)); in ProcessServiceDiscoveryInstructions()