Home
last modified time | relevance | path

Searched refs:grpc_timespec_to_millis_round_up (Results 1 – 25 of 31) sorted by relevance

12

/external/grpc-grpc/test/core/client_channel/resolvers/
Ddns_resolver_cooldown_test.cc71 grpc_timespec_to_millis_round_up(gpr_now(GPR_CLOCK_MONOTONIC)); in test_resolve_address_impl()
74 grpc_timespec_to_millis_round_up(gpr_now(GPR_CLOCK_MONOTONIC)); in test_resolve_address_impl()
102 grpc_timespec_to_millis_round_up(gpr_now(GPR_CLOCK_MONOTONIC)); in test_dns_lookup_ares_locked()
105 grpc_timespec_to_millis_round_up(gpr_now(GPR_CLOCK_MONOTONIC)); in test_dns_lookup_ares_locked()
144 return grpc_timespec_to_millis_round_up( in n_sec_deadline()
/external/grpc-grpc/test/core/iomgr/
Dtcp_client_uv_test.cc46 return grpc_timespec_to_millis_round_up(grpc_timeout_seconds_to_deadline(10)); in test_deadline()
121 grpc_timespec_to_millis_round_up( in test_succeeds()
167 polling_deadline = grpc_timespec_to_millis_round_up(now); in test_fails()
Dtcp_client_posix_test.cc50 return grpc_timespec_to_millis_round_up(grpc_timeout_seconds_to_deadline(10)); in test_deadline()
129 grpc_timespec_to_millis_round_up( in test_succeeds()
Dtcp_posix_test.cc206 grpc_timespec_to_millis_round_up(grpc_timeout_seconds_to_deadline(20)); in read_test()
258 grpc_timespec_to_millis_round_up(grpc_timeout_seconds_to_deadline(20)); in large_read_test()
360 grpc_timespec_to_millis_round_up( in drain_socket_blocking()
409 grpc_timespec_to_millis_round_up(grpc_timeout_seconds_to_deadline(20)); in write_test()
490 grpc_timespec_to_millis_round_up(grpc_timeout_seconds_to_deadline(20)); in release_fd_test()
Dpollset_set_test.cc255 deadline = grpc_timespec_to_millis_round_up( in pollset_set_test_basic()
334 deadline = grpc_timespec_to_millis_round_up( in pollset_set_test_dup_fds()
401 deadline = grpc_timespec_to_millis_round_up( in pollset_set_test_empty_pollset()
Dendpoint_tests.cc179 grpc_timespec_to_millis_round_up(grpc_timeout_seconds_to_deadline(20)); in read_and_write_test()
259 grpc_timespec_to_millis_round_up(grpc_timeout_seconds_to_deadline(10)); in wait_for_fail_count()
Dresolve_address_posix_test.cc80 return grpc_timespec_to_millis_round_up( in n_sec_deadline()
Dtimer_list_test.cc197 &timers[3], grpc_timespec_to_millis_round_up(deadline_spec), in long_running_service_cleanup_test()
Dresolve_address_test.cc78 return grpc_timespec_to_millis_round_up( in n_sec_deadline()
Dtcp_server_uv_test.cc202 grpc_timespec_to_millis_round_up(deadline)))); in tcp_connect()
/external/grpc-grpc/src/cpp/common/
Dalarm.cc71 grpc_timer_init(&timer_, grpc_timespec_to_millis_round_up(deadline), in Set()
86 grpc_timer_init(&timer_, grpc_timespec_to_millis_round_up(deadline), in Set()
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dalarm.cc74 grpc_timer_init(&timer_, grpc_timespec_to_millis_round_up(deadline), in Set()
97 grpc_timer_init(&timer_, grpc_timespec_to_millis_round_up(deadline), in Set()
/external/grpc-grpc/src/core/lib/iomgr/
Dexec_ctx.h56 grpc_millis grpc_timespec_to_millis_round_up(gpr_timespec timespec);
Dexec_ctx.cc99 grpc_millis grpc_timespec_to_millis_round_up(gpr_timespec ts) { in grpc_timespec_to_millis_round_up() function
/external/grpc-grpc/test/core/util/
Dtest_tcp_server.cc83 grpc_millis deadline = grpc_timespec_to_millis_round_up( in test_tcp_server_poll()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexec_ctx.h62 grpc_millis grpc_timespec_to_millis_round_up(gpr_timespec ts);
Dexec_ctx.cc106 grpc_millis grpc_timespec_to_millis_round_up(gpr_timespec ts) { in grpc_timespec_to_millis_round_up() function
/external/grpc-grpc/test/core/http/
Dhttpcli_test.cc40 return grpc_timespec_to_millis_round_up( in n_seconds_time()
Dhttpscli_test.cc42 return grpc_timespec_to_millis_round_up( in n_seconds_time()
/external/grpc-grpc/src/core/lib/surface/
Dchannel.cc342 grpc_timespec_to_millis_round_up(deadline)); in grpc_channel_create_call()
408 grpc_timespec_to_millis_round_up(deadline)); in grpc_channel_create_registered_call()
/external/grpc-grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc117 grpc_timespec_to_millis_round_up(gpr_inf_future(GPR_CLOCK_MONOTONIC)))); in Connect()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc189 grpc_timer_init(&wa->w->alarm, grpc_timespec_to_millis_round_up(wa->deadline), in watcher_timer_init()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc204 grpc_timer_init(&wa->w->alarm, grpc_timespec_to_millis_round_up(wa->deadline), in watcher_timer_init()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dchannel.cc392 grpc_timespec_to_millis_round_up(deadline)); in grpc_channel_create_call()
495 grpc_timespec_to_millis_round_up(deadline)); in grpc_channel_create_registered_call()
/external/grpc-grpc/test/cpp/naming/
Dcancel_ares_query_test.cc157 grpc_timespec_to_millis_round_up( in PollPollsetUntilRequestDone()

12