Home
last modified time | relevance | path

Searched refs:resend_buf (Results 1 – 4 of 4) sorted by relevance

/misc/services/life_mngr/
A Dlife_mngr_win.c38 char resend_buf[BUFF_SIZE]; variable
54 strncpy(resend_buf, buf, BUFF_SIZE - 1); in start_uart_resend()
59 memset(resend_buf, 0x0, BUFF_SIZE); in stop_uart_resend()
205 memset(resend_buf, 0, sizeof(resend_buf)); in main()
232 printf("Resend command (%s) service VM\n", resend_buf); in main()
233 send_message_by_uart(hCom2, resend_buf, strlen(resend_buf)); in main()
236 printf("Failed to resend command (%s)\n", resend_buf); in main()
A Duart_channel.c147 LOG_PRINTF("Resend (%s) to (%s)\n", c_dev->resend_buf, c_dev->name); in poll_and_dispatch_uart_channel_events()
148 ret = send_message_by_uart(c_dev->uart_device, (void *)c_dev->resend_buf, in poll_and_dispatch_uart_channel_events()
149 strlen(c_dev->resend_buf)); in poll_and_dispatch_uart_channel_events()
225 void start_uart_channel_dev_resend(struct channel_dev *c_dev, char *resend_buf, unsigned int resend… in start_uart_channel_dev_resend() argument
229 strncpy(c_dev->resend_buf, resend_buf, CHANNEL_DEV_BUF_LEN - 1); in start_uart_channel_dev_resend()
248 memset(c_dev->resend_buf, 0x0, CHANNEL_DEV_BUF_LEN); in stop_uart_channel_dev_resend()
A Duart_channel.h38 char resend_buf[CHANNEL_DEV_BUF_LEN]; /**< store the message that will be sent */ member
128 void start_uart_channel_dev_resend(struct channel_dev *c_dev, char *resend_buf, unsigned int resend…
A Dcommand_handler.c352 if (strncmp(c_dev->resend_buf, POWEROFF_CMD, strlen(POWEROFF_CMD)) == 0) in ack_timeout_handler()

Completed in 7 milliseconds