Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dsrp_client_buffers.h181 const char **otSrpClientBuffersGetSubTypeLabelsArray(otSrpClientBuffersServiceEntry *aEntry, uint16…
/aosp_15_r20/external/openthread/src/core/api/
H A Dsrp_client_buffers_api.cpp95 const char **otSrpClientBuffersGetSubTypeLabelsArray(otSrpClientBuffersServiceEntry *aEntry, uint16… in otSrpClientBuffersGetSubTypeLabelsArray() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_srp_client.cpp712 const char **subTypeLabels = otSrpClientBuffersGetSubTypeLabelsArray(entry, &arrayLength); in ProcessServiceAdd()