Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dthread.h593 const char *otThreadGetNetworkName(otInstance *aInstance);
/openthread-3.6.0/src/core/api/
Dthread_api.cpp195 const char *otThreadGetNetworkName(otInstance *aInstance) in otThreadGetNetworkName() function
/openthread-3.6.0/src/cli/
Dcli_dataset.cpp490 … : reinterpret_cast<const otNetworkName *>(otThreadGetNetworkName(GetInstancePtr()))), in ParsePskc()
Dcli.cpp3859 … reinterpret_cast<const otNetworkName *>(otThreadGetNetworkName(GetInstancePtr())), in Process()
4722 return ProcessGetSet(aArgs, otThreadGetNetworkName, otThreadSetNetworkName); in Process()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp596 return mEncoder.WriteUtf8(otThreadGetNetworkName(mInstance)); in HandlePropertyGet()