Searched refs:n_seconds_time (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/core/http/ |
D | httpcli_test.cc | 39 static grpc_millis n_seconds_time(int seconds) { in n_seconds_time() function 83 &g_context, &g_pops, resource_quota, &req, n_seconds_time(15), in test_get() 92 &worker, n_seconds_time(1)))); in test_get() 122 &g_context, &g_pops, resource_quota, &req, "hello", 5, n_seconds_time(15), in test_post() 131 &worker, n_seconds_time(1)))); in test_post()
|
D | httpscli_test.cc | 41 static grpc_millis n_seconds_time(int seconds) { in n_seconds_time() function 86 &g_context, &g_pops, resource_quota, &req, n_seconds_time(15), in test_get() 95 &worker, n_seconds_time(1)))); in test_get() 126 &g_context, &g_pops, resource_quota, &req, "hello", 5, n_seconds_time(15), in test_post() 135 &worker, n_seconds_time(1)))); in test_post()
|
/external/grpc-grpc/test/core/end2end/ |
D | h2_ssl_cert_test.cc | 259 static gpr_timespec n_seconds_time(int n) { in n_seconds_time() function 263 static gpr_timespec five_seconds_time(void) { return n_seconds_time(5); } in five_seconds_time()
|