Home
last modified time | relevance | path

Searched refs:otGetVersionString (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/include/openthread/
Dinstance.h307 const char *otGetVersionString(void);
/openthread-latest/src/core/api/
Dinstance_api.cpp132 const char *otGetVersionString(void) in otGetVersionString() function
/openthread-latest/src/posix/
Dmain.c287 syslog(LOG_INFO, "Running %s", otGetVersionString()); in InitInstance()
/openthread-latest/src/core/radio/
Dradio_platform.cpp207 return otGetVersionString(); in otPlatRadioGetVersionString()
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp328 error = Tlv::Append<ThreadStackVersionTlv>(aMessage, otGetVersionString()); in AppendDiagTlv()
/openthread-latest/src/cli/
Dcli.cpp234 OutputLine("%s", otGetVersionString()); in Process()
5617 VerifyOrExit(version != otGetVersionString(), error = OT_ERROR_NOT_IMPLEMENTED); in Process()
/openthread-latest/src/ncp/
Dncp_base.cpp2163 return mEncoder.WriteUtf8(otGetVersionString()); in HandlePropertyGet()