/external/grpc-grpc/test/core/end2end/tests/ |
D | write_buffering_at_end.cc | 144 CQ_EXPECT_COMPLETION(cqv, tag(1), true); /* send message is buffered */ in test_invoke_request_with_payload() 145 CQ_EXPECT_COMPLETION(cqv, tag(101), true); in test_invoke_request_with_payload() 177 CQ_EXPECT_COMPLETION(cqv, tag(2), true); in test_invoke_request_with_payload() 178 CQ_EXPECT_COMPLETION(cqv, tag(3), true); in test_invoke_request_with_payload() 179 CQ_EXPECT_COMPLETION(cqv, tag(102), true); in test_invoke_request_with_payload() 192 CQ_EXPECT_COMPLETION(cqv, tag(103), true); in test_invoke_request_with_payload() 193 CQ_EXPECT_COMPLETION(cqv, tag(4), true); in test_invoke_request_with_payload() 206 CQ_EXPECT_COMPLETION(cqv, tag(104), true); in test_invoke_request_with_payload() 240 CQ_EXPECT_COMPLETION(cqv, tag(105), 1); in test_invoke_request_with_payload() 241 CQ_EXPECT_COMPLETION(cqv, tag(4), 1); in test_invoke_request_with_payload()
|
D | write_buffering.cc | 147 CQ_EXPECT_COMPLETION(cqv, tag(1), true); /* send message is buffered */ in test_invoke_request_with_payload() 148 CQ_EXPECT_COMPLETION(cqv, tag(101), true); in test_invoke_request_with_payload() 180 CQ_EXPECT_COMPLETION(cqv, tag(2), true); in test_invoke_request_with_payload() 181 CQ_EXPECT_COMPLETION(cqv, tag(3), true); in test_invoke_request_with_payload() 182 CQ_EXPECT_COMPLETION(cqv, tag(102), true); in test_invoke_request_with_payload() 197 CQ_EXPECT_COMPLETION(cqv, tag(103), true); in test_invoke_request_with_payload() 198 CQ_EXPECT_COMPLETION(cqv, tag(4), true); in test_invoke_request_with_payload() 211 CQ_EXPECT_COMPLETION(cqv, tag(104), true); in test_invoke_request_with_payload() 249 CQ_EXPECT_COMPLETION(cqv, tag(105), 1); in test_invoke_request_with_payload() 250 CQ_EXPECT_COMPLETION(cqv, tag(4), 1); in test_invoke_request_with_payload()
|
D | retry_streaming.cc | 206 CQ_EXPECT_COMPLETION(cqv, tag(2), true); in test_retry_streaming() 214 CQ_EXPECT_COMPLETION(cqv, tag(101), true); in test_retry_streaming() 234 CQ_EXPECT_COMPLETION(cqv, tag(102), true); in test_retry_streaming() 245 CQ_EXPECT_COMPLETION(cqv, tag(3), true); in test_retry_streaming() 256 CQ_EXPECT_COMPLETION(cqv, tag(103), true); in test_retry_streaming() 275 CQ_EXPECT_COMPLETION(cqv, tag(104), true); in test_retry_streaming() 297 CQ_EXPECT_COMPLETION(cqv, tag(201), true); in test_retry_streaming() 317 CQ_EXPECT_COMPLETION(cqv, tag(202), true); in test_retry_streaming() 328 CQ_EXPECT_COMPLETION(cqv, tag(203), true); in test_retry_streaming() 341 CQ_EXPECT_COMPLETION(cqv, tag(4), true); in test_retry_streaming() [all …]
|
D | bad_ping.cc | 153 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in test_bad_ping() 164 CQ_EXPECT_COMPLETION(cqv, tag(200 + i), 1); in test_bad_ping() 166 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in test_bad_ping() 195 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in test_bad_ping() 199 CQ_EXPECT_COMPLETION(cqv, tag(0xdead), 1); in test_bad_ping() 312 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in test_pings_without_data() 322 CQ_EXPECT_COMPLETION(cqv, tag(200 + i), 1); in test_pings_without_data() 351 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in test_pings_without_data() 353 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in test_pings_without_data() 357 CQ_EXPECT_COMPLETION(cqv, tag(0xdead), 1); in test_pings_without_data() [all …]
|
D | retry_streaming_succeeds_before_replay_finished.cc | 200 CQ_EXPECT_COMPLETION(cqv, tag(2), true); in test_retry_streaming_succeeds_before_replay_finished() 208 CQ_EXPECT_COMPLETION(cqv, tag(101), true); in test_retry_streaming_succeeds_before_replay_finished() 228 CQ_EXPECT_COMPLETION(cqv, tag(102), true); in test_retry_streaming_succeeds_before_replay_finished() 239 CQ_EXPECT_COMPLETION(cqv, tag(3), true); in test_retry_streaming_succeeds_before_replay_finished() 250 CQ_EXPECT_COMPLETION(cqv, tag(103), true); in test_retry_streaming_succeeds_before_replay_finished() 261 CQ_EXPECT_COMPLETION(cqv, tag(4), true); in test_retry_streaming_succeeds_before_replay_finished() 272 CQ_EXPECT_COMPLETION(cqv, tag(104), true); in test_retry_streaming_succeeds_before_replay_finished() 291 CQ_EXPECT_COMPLETION(cqv, tag(105), true); in test_retry_streaming_succeeds_before_replay_finished() 317 CQ_EXPECT_COMPLETION(cqv, tag(201), true); in test_retry_streaming_succeeds_before_replay_finished() 337 CQ_EXPECT_COMPLETION(cqv, tag(202), true); in test_retry_streaming_succeeds_before_replay_finished() [all …]
|
D | retry_streaming_after_commit.cc | 194 CQ_EXPECT_COMPLETION(cqv, tag(3), true); in test_retry_streaming_after_commit() 202 CQ_EXPECT_COMPLETION(cqv, tag(101), true); in test_retry_streaming_after_commit() 222 CQ_EXPECT_COMPLETION(cqv, tag(102), true); in test_retry_streaming_after_commit() 236 CQ_EXPECT_COMPLETION(cqv, tag(103), true); in test_retry_streaming_after_commit() 238 CQ_EXPECT_COMPLETION(cqv, tag(2), true); in test_retry_streaming_after_commit() 251 CQ_EXPECT_COMPLETION(cqv, tag(4), true); in test_retry_streaming_after_commit() 262 CQ_EXPECT_COMPLETION(cqv, tag(104), true); in test_retry_streaming_after_commit() 283 CQ_EXPECT_COMPLETION(cqv, tag(105), true); in test_retry_streaming_after_commit() 294 CQ_EXPECT_COMPLETION(cqv, tag(5), true); in test_retry_streaming_after_commit() 307 CQ_EXPECT_COMPLETION(cqv, tag(1), true); in test_retry_streaming_after_commit()
|
D | max_concurrent_streams.cc | 144 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in simple_request_body() 171 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in simple_request_body() 172 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in simple_request_body() 376 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in test_max_concurrent_streams() 377 CQ_EXPECT_COMPLETION(cqv, tag(live_call + 2), 1); in test_max_concurrent_streams() 380 CQ_EXPECT_COMPLETION(cqv, tag(live_call + 1), 1); in test_max_concurrent_streams() 388 CQ_EXPECT_COMPLETION(cqv, tag(201), 1); in test_max_concurrent_streams() 414 CQ_EXPECT_COMPLETION(cqv, tag(live_call + 2), 1); in test_max_concurrent_streams() 415 CQ_EXPECT_COMPLETION(cqv, tag(202), 1); in test_max_concurrent_streams() 536 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in test_max_concurrent_streams_with_timeout_on_first() [all …]
|
D | stream_compression_ping_pong_streaming.cc | 160 CQ_EXPECT_COMPLETION(cqv, tag(100), 1); in test_pingpong_streaming() 209 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in test_pingpong_streaming() 222 CQ_EXPECT_COMPLETION(cqv, tag(103), 1); in test_pingpong_streaming() 223 CQ_EXPECT_COMPLETION(cqv, tag(2), 1); in test_pingpong_streaming() 259 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in test_pingpong_streaming() 260 CQ_EXPECT_COMPLETION(cqv, tag(3), 1); in test_pingpong_streaming() 261 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in test_pingpong_streaming() 262 CQ_EXPECT_COMPLETION(cqv, tag(104), 1); in test_pingpong_streaming()
|
D | streaming_error_response.cc | 156 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in test() 171 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in test() 173 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in test() 186 CQ_EXPECT_COMPLETION(cqv, tag(103), 1); in test() 198 CQ_EXPECT_COMPLETION(cqv, tag(2), 1); in test() 217 CQ_EXPECT_COMPLETION(cqv, tag(104), 1); in test() 219 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in test() 235 CQ_EXPECT_COMPLETION(cqv, tag(3), 1); in test()
|
D | ping_pong_streaming.cc | 152 CQ_EXPECT_COMPLETION(cqv, tag(100), 1); in test_pingpong_streaming() 201 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in test_pingpong_streaming() 214 CQ_EXPECT_COMPLETION(cqv, tag(103), 1); in test_pingpong_streaming() 215 CQ_EXPECT_COMPLETION(cqv, tag(2), 1); in test_pingpong_streaming() 251 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in test_pingpong_streaming() 252 CQ_EXPECT_COMPLETION(cqv, tag(3), 1); in test_pingpong_streaming() 253 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in test_pingpong_streaming() 254 CQ_EXPECT_COMPLETION(cqv, tag(104), 1); in test_pingpong_streaming()
|
D | compressed_payload.cc | 192 CQ_EXPECT_COMPLETION(cqv, tag(101), true); in request_for_disabled_algorithm() 193 CQ_EXPECT_COMPLETION(cqv, tag(1), true); in request_for_disabled_algorithm() 211 CQ_EXPECT_COMPLETION(cqv, tag(102), false); in request_for_disabled_algorithm() 223 CQ_EXPECT_COMPLETION(cqv, tag(103), true); in request_for_disabled_algorithm() 341 CQ_EXPECT_COMPLETION(cqv, tag(2), true); in request_with_payload_template() 376 CQ_EXPECT_COMPLETION(cqv, tag(100), true); in request_with_payload_template() 424 CQ_EXPECT_COMPLETION(cqv, tag(2), 1); in request_with_payload_template() 438 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in request_with_payload_template() 468 CQ_EXPECT_COMPLETION(cqv, tag(103), 1); in request_with_payload_template() 469 CQ_EXPECT_COMPLETION(cqv, tag(3), 1); in request_with_payload_template() [all …]
|
D | stream_compression_compressed_payload.cc | 192 CQ_EXPECT_COMPLETION(cqv, tag(101), true); in request_for_disabled_algorithm() 193 CQ_EXPECT_COMPLETION(cqv, tag(1), true); in request_for_disabled_algorithm() 211 CQ_EXPECT_COMPLETION(cqv, tag(102), false); in request_for_disabled_algorithm() 223 CQ_EXPECT_COMPLETION(cqv, tag(103), true); in request_for_disabled_algorithm() 348 CQ_EXPECT_COMPLETION(cqv, tag(2), true); in request_with_payload_template() 383 CQ_EXPECT_COMPLETION(cqv, tag(100), true); in request_with_payload_template() 435 CQ_EXPECT_COMPLETION(cqv, tag(2), 1); in request_with_payload_template() 449 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in request_with_payload_template() 477 CQ_EXPECT_COMPLETION(cqv, tag(103), 1); in request_with_payload_template() 478 CQ_EXPECT_COMPLETION(cqv, tag(3), 1); in request_with_payload_template() [all …]
|
D | connectivity.cc | 97 CQ_EXPECT_COMPLETION(cqv, tag(2), 1); in test_connectivity() 107 CQ_EXPECT_COMPLETION(cqv, tag(3), 1); in test_connectivity() 125 CQ_EXPECT_COMPLETION(cqv, tag(4), 1); in test_connectivity() 143 CQ_EXPECT_COMPLETION(cqv, tag(5), 1); in test_connectivity() 144 CQ_EXPECT_COMPLETION(cqv, tag(0xdead), 1); in test_connectivity()
|
D | ping.cc | 65 CQ_EXPECT_COMPLETION(cqv, tag(0), 0); in test_ping() 79 CQ_EXPECT_COMPLETION(cqv, tag(99), 1); in test_ping() 89 CQ_EXPECT_COMPLETION(cqv, tag(i), 1); in test_ping() 94 CQ_EXPECT_COMPLETION(cqv, tag(0xdead), 1); in test_ping()
|
D | max_connection_idle.cc | 109 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in simple_request_body() 145 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in simple_request_body() 146 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in simple_request_body() 198 CQ_EXPECT_COMPLETION(cqv, tag(99), 1); in test_max_connection_idle() 214 CQ_EXPECT_COMPLETION(cqv, tag(99), 1); in test_max_connection_idle() 221 CQ_EXPECT_COMPLETION(cqv, tag(0xdead), 1); in test_max_connection_idle()
|
D | workaround_cronet_compression.cc | 200 CQ_EXPECT_COMPLETION(cqv, tag(100), true); in request_with_payload_template() 263 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in request_with_payload_template() 281 CQ_EXPECT_COMPLETION(cqv, tag(103), 1); in request_with_payload_template() 282 CQ_EXPECT_COMPLETION(cqv, tag(2), 1); in request_with_payload_template() 330 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in request_with_payload_template() 331 CQ_EXPECT_COMPLETION(cqv, tag(3), 1); in request_with_payload_template() 332 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in request_with_payload_template() 333 CQ_EXPECT_COMPLETION(cqv, tag(104), 1); in request_with_payload_template()
|
D | max_connection_age.cc | 154 CQ_EXPECT_COMPLETION(cqv, tag(101), true); in test_max_age_forcibly_close() 167 CQ_EXPECT_COMPLETION(cqv, tag(1), true); in test_max_age_forcibly_close() 196 CQ_EXPECT_COMPLETION(cqv, tag(102), true); in test_max_age_forcibly_close() 200 CQ_EXPECT_COMPLETION(cqv, tag(0xdead), true); in test_max_age_forcibly_close() 296 CQ_EXPECT_COMPLETION(cqv, tag(101), true); in test_max_age_gracefully_close() 330 CQ_EXPECT_COMPLETION(cqv, tag(102), true); in test_max_age_gracefully_close() 331 CQ_EXPECT_COMPLETION(cqv, tag(1), true); in test_max_age_gracefully_close() 335 CQ_EXPECT_COMPLETION(cqv, tag(0xdead), true); in test_max_age_gracefully_close()
|
D | shutdown_finishes_calls.cc | 137 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in test_early_server_shutdown_finishes_inflight_calls() 162 CQ_EXPECT_COMPLETION(cqv, tag(1000), 1); in test_early_server_shutdown_finishes_inflight_calls() 163 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in test_early_server_shutdown_finishes_inflight_calls() 164 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in test_early_server_shutdown_finishes_inflight_calls()
|
D | max_message_length.cc | 227 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in test_max_message_length_on_request() 236 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in test_max_message_length_on_request() 255 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in test_max_message_length_on_request() 256 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in test_max_message_length_on_request() 418 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in test_max_message_length_on_response() 450 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in test_max_message_length_on_response() 451 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in test_max_message_length_on_response()
|
D | cancel_after_round_trip.cc | 191 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in test_cancel_after_round_trip() 215 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in test_cancel_after_round_trip() 216 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in test_cancel_after_round_trip() 260 CQ_EXPECT_COMPLETION(cqv, tag(2), 1); in test_cancel_after_round_trip() 261 CQ_EXPECT_COMPLETION(cqv, tag(103), 1); in test_cancel_after_round_trip()
|
D | retry_server_pushback_disabled.cc | 198 CQ_EXPECT_COMPLETION(cqv, tag(101), true); in test_retry_server_pushback_disabled() 226 CQ_EXPECT_COMPLETION(cqv, tag(102), true); in test_retry_server_pushback_disabled() 239 CQ_EXPECT_COMPLETION(cqv, tag(201), true); in test_retry_server_pushback_disabled() 268 CQ_EXPECT_COMPLETION(cqv, tag(202), true); in test_retry_server_pushback_disabled() 269 CQ_EXPECT_COMPLETION(cqv, tag(1), true); in test_retry_server_pushback_disabled()
|
D | retry_too_many_attempts.cc | 192 CQ_EXPECT_COMPLETION(cqv, tag(101), true); in test_retry_too_many_attempts() 220 CQ_EXPECT_COMPLETION(cqv, tag(102), true); in test_retry_too_many_attempts() 233 CQ_EXPECT_COMPLETION(cqv, tag(201), true); in test_retry_too_many_attempts() 261 CQ_EXPECT_COMPLETION(cqv, tag(202), true); in test_retry_too_many_attempts() 262 CQ_EXPECT_COMPLETION(cqv, tag(1), true); in test_retry_too_many_attempts()
|
D | disappearing_server.cc | 129 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in do_request_and_shutdown_server() 160 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in do_request_and_shutdown_server() 161 CQ_EXPECT_COMPLETION(cqv, tag(1), 1); in do_request_and_shutdown_server() 162 CQ_EXPECT_COMPLETION(cqv, tag(1000), 1); in do_request_and_shutdown_server()
|
/external/grpc-grpc/test/core/end2end/ |
D | goaway_server_test.cc | 238 CQ_EXPECT_COMPLETION(cqv, tag(0x101), 1); in main() 239 CQ_EXPECT_COMPLETION(cqv, tag(0x301), 1); in main() 263 CQ_EXPECT_COMPLETION(cqv, tag(0x9999), 1); in main() 313 CQ_EXPECT_COMPLETION(cqv, tag(0x201), 1); in main() 314 CQ_EXPECT_COMPLETION(cqv, tag(0x401), 1); in main() 336 CQ_EXPECT_COMPLETION(cqv, tag(0x102), 1); in main() 337 CQ_EXPECT_COMPLETION(cqv, tag(0x202), 1); in main() 338 CQ_EXPECT_COMPLETION(cqv, tag(0x302), 1); in main() 339 CQ_EXPECT_COMPLETION(cqv, tag(0x402), 1); in main() 340 CQ_EXPECT_COMPLETION(cqv, tag(0xdead1), 1); in main() [all …]
|
/external/grpc-grpc/test/core/bad_client/tests/ |
D | duplicate_header.cc | 72 CQ_EXPECT_COMPLETION(cqv, tag(101), 1); in verifier() 94 CQ_EXPECT_COMPLETION(cqv, tag(102), 1); in verifier() 116 CQ_EXPECT_COMPLETION(cqv, tag(103), 1); in verifier()
|