Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dnetdiag_api.cpp110 otError otThreadSetVendorAppUrl(otInstance *aInstance, const char *aVendorAppUrl) in otThreadSetVendorAppUrl() function
/openthread-latest/include/openthread/
Dnetdiag.h407 otError otThreadSetVendorAppUrl(otInstance *aInstance, const char *aVendorAppUrl);
/openthread-latest/src/cli/
Dcli.cpp7403 error = ProcessGetSet(aArgs, otThreadGetVendorAppUrl, otThreadSetVendorAppUrl); in Process()