Lines Matching defs:testing

273     struct testing_channel *testing = user_data;  in s_testing_channel_on_setup_completed()  local
280 struct testing_channel *testing = user_data; in s_testing_channel_on_shutdown_completed() local
293 static inline int testing_channel_push_read_message(struct testing_channel *testing, struct aws_io_… in testing_channel_push_read_message()
299 static inline int testing_channel_push_write_message(struct testing_channel *testing, struct aws_io… in testing_channel_push_write_message()
305 …truct aws_linked_list *testing_channel_get_written_message_queue(struct testing_channel *testing) { in testing_channel_get_written_message_queue()
312 struct testing_channel *testing, in testing_channel_complete_written_messages_immediately()
322 …e struct aws_linked_list *testing_channel_get_read_message_queue(struct testing_channel *testing) { in testing_channel_get_read_message_queue()
328 static inline size_t testing_channel_last_window_update(struct testing_channel *testing) { in testing_channel_last_window_update()
333 static inline int testing_channel_increment_read_window(struct testing_channel *testing, size_t siz… in testing_channel_increment_read_window()
341 static inline void testing_channel_run_currently_queued_tasks(struct testing_channel *testing) { in testing_channel_run_currently_queued_tasks()
352 static inline void testing_channel_drain_queued_tasks(struct testing_channel *testing) { in testing_channel_drain_queued_tasks()
381 static inline void testing_channel_set_is_on_users_thread(struct testing_channel *testing, bool on_… in testing_channel_set_is_on_users_thread()
390 struct testing_channel *testing, in testing_channel_init()
421 static inline int testing_channel_clean_up(struct testing_channel *testing) { in testing_channel_clean_up()
438 static inline int testing_channel_install_downstream_handler(struct testing_channel *testing, size_… in testing_channel_install_downstream_handler()
455 static inline bool testing_channel_is_shutdown_completed(const struct testing_channel *testing) { in testing_channel_is_shutdown_completed()
460 static inline int testing_channel_get_shutdown_error_code(const struct testing_channel *testing) { in testing_channel_get_shutdown_error_code()
471 struct testing_channel *testing, in testing_channel_set_downstream_handler_shutdown_callback()