Searched refs:publish_dwork (Results 1 – 2 of 2) sorted by relevance
86 struct k_work_delayable publish_dwork; member
494 (void)k_work_cancel_delayable(&sh_mqtt->publish_dwork); in cancel_dworks_and_cleanup()686 k_work_init_delayable(&sh_mqtt->publish_dwork, sh_mqtt_publish_handler); in init()747 (void)k_work_cancel_delayable_sync(&sh_mqtt->publish_dwork, &ws); in write_data()775 (void)sh_mqtt_work_reschedule(&sh_mqtt->publish_dwork, MQTT_SEND_DELAY_MS); in write_data()