Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_extension_example.c39 otCliOutputFormat("Hello world!\r\n"); in helloWorldCommand()
45 otCliOutputFormat("Thread is great!\r\n"); in threadCommand()
Dcli.hpp101 extern "C" void otCliOutputFormat(const char *aFmt, ...);
125 friend void otCliOutputFormat(const char *aFmt, ...);
Dcli.cpp8382 extern "C" void otCliOutputFormat(const char *aFmt, ...) in otCliOutputFormat() function
/openthread-latest/examples/platforms/simulation/
Dtrel.c407 OT_TOOL_WEAK void otCliOutputFormat(const char *aFmt, ...) { OT_UNUSED_VARIABLE(aFmt); } in otCliOutputFormat() function
422 otCliOutputFormat("%s\r\n", string); in ProcessTrelTest()
434 otCliOutputFormat("%u\r\n", sNotifyAddressDiffCounter); in ProcessTrelTest()
Dradio.c200 OT_TOOL_WEAK void otCliOutputFormat(const char *aFmt, ...) { OT_UNUSED_VARIABLE(aFmt); } in otCliOutputFormat() function
214 otCliOutputFormat("off"); in ProcessNodeIdFilter()
217 otCliOutputFormat("deny-list"); in ProcessNodeIdFilter()
220 otCliOutputFormat("allow-list"); in ProcessNodeIdFilter()
228 otCliOutputFormat(" %d", nodeId); in ProcessNodeIdFilter()
232 otCliOutputFormat("\r\n"); in ProcessNodeIdFilter()
/openthread-latest/include/openthread/
Dcli.h121 void otCliOutputFormat(const char *aFmt, ...);
/openthread-latest/src/posix/
Dmain.c338 otCliOutputFormat("%s:%u\r\n", otSysGetThreadNetifName(), otSysGetThreadNetifIndex()); in ProcessNetif()