#include <stdbool.h>
#include <grpc/grpc.h>
#include "test/core/util/test_config.h"
Go to the source code of this file.
|
#define | CQ_EXPECT_COMPLETION(v, tag, success) cq_expect_completion(v, __FILE__, __LINE__, tag, success) |
|
#define | CQ_EXPECT_COMPLETION_ANY_STATUS(v, tag) cq_expect_completion_any_status(v, __FILE__, __LINE__, tag) |
|
#define | CQ_MAYBE_EXPECT_COMPLETION(v, tag, success, seen) cq_maybe_expect_completion(v, __FILE__, __LINE__, tag, success, seen) |
|
|
int | byte_buffer_eq_slice (grpc_byte_buffer *bb, grpc_slice b) |
|
int | byte_buffer_eq_string (grpc_byte_buffer *bb, const char *str) |
|
int | contains_metadata (grpc_metadata_array *array, const char *key, const char *value) |
|
int | contains_metadata_slices (grpc_metadata_array *array, grpc_slice key, grpc_slice value) |
|
void | cq_expect_completion (cq_verifier *v, const char *file, int line, void *tag, bool success) |
|
void | cq_expect_completion_any_status (cq_verifier *v, const char *file, int line, void *tag) |
|
void | cq_maybe_expect_completion (cq_verifier *v, const char *file, int line, void *tag, bool success, bool *seen) |
|
cq_verifier * | cq_verifier_create (grpc_completion_queue *cq) |
|
void | cq_verifier_destroy (cq_verifier *v) |
|
void | cq_verify (cq_verifier *v, int timeout_sec=10) |
|
void | cq_verify_empty (cq_verifier *v) |
|
void | cq_verify_empty_timeout (cq_verifier *v, int timeout_sec) |
|
◆ CQ_EXPECT_COMPLETION
◆ CQ_EXPECT_COMPLETION_ANY_STATUS
◆ CQ_MAYBE_EXPECT_COMPLETION
◆ cq_verifier
◆ byte_buffer_eq_slice()
◆ byte_buffer_eq_string()
◆ contains_metadata()
◆ contains_metadata_slices()
◆ cq_expect_completion()
◆ cq_expect_completion_any_status()
void cq_expect_completion_any_status |
( |
cq_verifier * |
v, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
void * |
tag |
|
) |
| |
◆ cq_maybe_expect_completion()
◆ cq_verifier_create()
◆ cq_verifier_destroy()
◆ cq_verify()
◆ cq_verify_empty()
◆ cq_verify_empty_timeout()