Searched refs:otCliOutputFormat (Results 1 – 6 of 6) sorted by relevance
39 otCliOutputFormat("Hello world!\r\n"); in helloWorldCommand()45 otCliOutputFormat("Thread is great!\r\n"); in threadCommand()
105 extern "C" void otCliOutputFormat(const char *aFmt, ...);128 friend void otCliOutputFormat(const char *aFmt, ...);
8584 extern "C" void otCliOutputFormat(const char *aFmt, ...) in otCliOutputFormat() function
128 void otCliOutputFormat(const char *aFmt, ...);
215 OT_TOOL_WEAK void otCliOutputFormat(const char *aFmt, ...) { OT_UNUSED_VARIABLE(aFmt); } in otCliOutputFormat() function229 otCliOutputFormat("off"); in ProcessNodeIdFilter()232 otCliOutputFormat("deny-list"); in ProcessNodeIdFilter()235 otCliOutputFormat("allow-list"); in ProcessNodeIdFilter()243 otCliOutputFormat(" %d", nodeId); in ProcessNodeIdFilter()247 otCliOutputFormat("\r\n"); in ProcessNodeIdFilter()
338 otCliOutputFormat("%s:%u\r\n", otSysGetThreadNetifName(), otSysGetThreadNetifIndex()); in ProcessNetif()