Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/api/
H A Dnetdiag_api.cpp103 otError otThreadSetVendorModel(otInstance *aInstance, const char *aVendorModel) in otThreadSetVendorModel() function
/aosp_15_r20/external/openthread/include/openthread/
H A Dnetdiag.h393 otError otThreadSetVendorModel(otInstance *aInstance, const char *aVendorModel);
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp7692 error = ProcessGetSet(aArgs, otThreadGetVendorModel, otThreadSetVendorModel); in Process()