Lines Matching refs:const
342 const struct zbus_channel *chan;
463 void listener_callback_example(const struct zbus_channel *chan)
465 const struct acc_msg *acc;
481 const struct zbus_channel *chan;
501 const struct zbus_channel *chan;
543 bool control_validator(const void* msg, size_t msg_size) {
544 const struct control_msg* cm = msg;
653 static bool print_channel_data_iterator(const struct zbus_channel *chan, void *user_data)
681 static bool print_observer_data_iterator(const struct zbus_observer *obs, void *user_data)
742 a constant pointer to the channel. The const pointer return type tells developers not to modify the
747 void listener_callback_example(const struct zbus_channel *chan)
749 const struct acc_msg *acc;
814 const struct acc_msg *acc1 = (const struct acc_msg *) zbus_chan_const_msg(&acc_chan);