Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp1005 Heap::String labelString; in RegisterService() local
1008 SuccessOrExit(error = labelString.Set(label)); in RegisterService()
1009 IgnoreError(subTypeHeapStrings.PushBack(static_cast<Heap::String &&>(labelString))); in RegisterService()