Searched refs:otCliOutputFormat (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/cli/ |
D | cli_extension_example.c | 39 otCliOutputFormat("Hello world!\r\n"); in helloWorldCommand() 45 otCliOutputFormat("Thread is great!\r\n"); in threadCommand()
|
D | cli.hpp | 101 extern "C" void otCliOutputFormat(const char *aFmt, ...); 125 friend void otCliOutputFormat(const char *aFmt, ...);
|
D | cli.cpp | 8382 extern "C" void otCliOutputFormat(const char *aFmt, ...) in otCliOutputFormat() function
|
/openthread-latest/examples/platforms/simulation/ |
D | trel.c | 407 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()
|
D | radio.c | 200 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/ |
D | cli.h | 121 void otCliOutputFormat(const char *aFmt, ...);
|
/openthread-latest/src/posix/ |
D | main.c | 338 otCliOutputFormat("%s:%u\r\n", otSysGetThreadNetifName(), otSysGetThreadNetifIndex()); in ProcessNetif()
|