Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h621 otError otThreadSetDomainName(otInstance *aInstance, const char *aDomainName);
/openthread-latest/src/core/api/
Dthread_api.cpp232 otError otThreadSetDomainName(otInstance *aInstance, const char *aDomainName) in otThreadSetDomainName() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp350 error = otThreadSetDomainName(mInstance, domainName); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp1048 return ProcessGetSet(aArgs, otThreadGetDomainName, otThreadSetDomainName); in Process()