Searched refs:PRINT_RESULT (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/net/mqtt_publisher/src/ |
D | main.c | 263 #define PRINT_RESULT(func, rc) \ macro 375 PRINT_RESULT("mqtt_connect", rc); in try_to_connect() 408 PRINT_RESULT("mqtt_input", rc); in process_mqtt_and_sleep() 415 PRINT_RESULT("mqtt_live", rc); in process_mqtt_and_sleep() 420 PRINT_RESULT("mqtt_input", rc); in process_mqtt_and_sleep() 440 PRINT_RESULT("try_to_connect", rc); in publisher() 448 PRINT_RESULT("mqtt_ping", rc); in publisher() 455 PRINT_RESULT("mqtt_publish", rc); in publisher() 462 PRINT_RESULT("mqtt_publish", rc); in publisher() 469 PRINT_RESULT("mqtt_publish", rc); in publisher() [all …]
|