Home
last modified time | relevance | path

Searched refs:GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/doc/
Dkeepalive.md14 * **GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS**
32 GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS|0 (false)|0 (false)
43 … * there is no active call on that transport and GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS is false.
49 …* if a server has GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS set to false, and the client sends pings…
/external/grpc-grpc/test/core/end2end/tests/
Dping.cc48 client_a[2].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS); in test_ping()
56 server_a[1].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS); in test_ping()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h229 #define GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS \ macro
/external/tensorflow/tensorflow/contrib/bigtable/kernels/
Dbigtable_kernels.cc86 channel_args.SetInt(GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS, 0); in Compute()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc318 GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS)) { in read_channel_args()
2637 GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS)) { in grpc_chttp2_config_default_keepalive_args()